Skip to content

Commit

Permalink
Backup update
Browse files Browse the repository at this point in the history
  • Loading branch information
marvim committed Aug 13, 2024
1 parent 2ab2e00 commit 2113a9e
Show file tree
Hide file tree
Showing 128 changed files with 31,605 additions and 968 deletions.
2 changes: 1 addition & 1 deletion last_update
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-08-06T01:50:38Z
2024-08-13T01:58:29Z
410 changes: 410 additions & 0 deletions repositories/neovim.github.io/pulls/356.json

Large diffs are not rendered by default.

52 changes: 48 additions & 4 deletions repositories/neovim/issues/10223.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"active_lock_reason": null,
"active_lock_reason": "resolved",
"assignee": null,
"assignees": [],
"author_association": "NONE",
Expand Down Expand Up @@ -1633,9 +1633,53 @@
"type": "User",
"url": "https://api.github.com/users/dinhlongviolin1"
}
},
{
"author_association": "NONE",
"body": "@nullbio Don't know if you still have the issue.\r\n\r\nFor me, it happened when I add the possibility to copy to clipboard for pasting code outside of neovim.\r\nSo, I checked in command mode help for clipboard running `:help clipboard`\r\nReading the informations, you can find this :\r\n\r\n let g:clipboard = {\r\n \\ 'name': 'WslClipboard',\r\n \\ 'copy': {\r\n \\ '+': 'clip.exe',\r\n \\ '*': 'clip.exe',\r\n \\ },\r\n \\ 'paste': {\r\n \\ '+': 'powershell.exe -c [Console]::Out.Write($(Get-Clipboard -Raw).tostring().replace(\"`r\", \"\"))',\r\n \\ '*': 'powershell.exe -c [Console]::Out.Write($(Get-Clipboard -Raw).tostring().replace(\"`r\", \"\"))',\r\n \\ },\r\n \\ 'cache_enabled': 0,\r\n \\ }\r\n\r\nI use this, with a modification to match the lua language :\r\n\r\n vim.g.clipboard = {\r\n name = \"WslClipboard\",\r\n copy = {\r\n [\"+\"] = \"clip.exe\",\r\n [\"*\"] = \"clip.exe\",\r\n },\r\n paste = {\r\n [\"+\"] = 'powershell.exe -c [Console]::Out.Write($(Get-Clipboard -Raw).tostring().replace(\"`r\", \"\"))',\r\n [\"*\"] = 'powershell.exe -c [Console]::Out.Write($(Get-Clipboard -Raw).tostring().replace(\"`r\", \"\"))',\r\n },\r\n cache_enabled = 0,\r\n }\r\n\r\n\r\nIt worked for me.",
"created_at": "2024-08-10T21:50:36Z",
"html_url": "https://github.com/neovim/neovim/issues/10223#issuecomment-2282285674",
"id": 2282285674,
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/10223",
"node_id": "IC_kwDOAPphoM6ICOpq",
"performed_via_github_app": null,
"reactions": {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2282285674/reactions"
},
"updated_at": "2024-08-10T21:54:17Z",
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2282285674",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/122535041?v=4",
"events_url": "https://api.github.com/users/tchiadeu/events{/privacy}",
"followers_url": "https://api.github.com/users/tchiadeu/followers",
"following_url": "https://api.github.com/users/tchiadeu/following{/other_user}",
"gists_url": "https://api.github.com/users/tchiadeu/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/tchiadeu",
"id": 122535041,
"login": "tchiadeu",
"node_id": "U_kgDOB028gQ",
"organizations_url": "https://api.github.com/users/tchiadeu/orgs",
"received_events_url": "https://api.github.com/users/tchiadeu/received_events",
"repos_url": "https://api.github.com/users/tchiadeu/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/tchiadeu/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tchiadeu/subscriptions",
"type": "User",
"url": "https://api.github.com/users/tchiadeu"
}
}
],
"comments": 37,
"comments": 38,
"comments_url": "https://api.github.com/repos/neovim/neovim/issues/10223/comments",
"created_at": "2019-06-14T14:58:52Z",
"events_url": "https://api.github.com/repos/neovim/neovim/issues/10223/events",
Expand All @@ -1662,7 +1706,7 @@
}
],
"labels_url": "https://api.github.com/repos/neovim/neovim/issues/10223/labels{/name}",
"locked": false,
"locked": true,
"milestone": null,
"node_id": "MDU6SXNzdWU0NTYyOTI4NDM=",
"number": 10223,
Expand All @@ -1684,7 +1728,7 @@
"state_reason": "completed",
"timeline_url": "https://api.github.com/repos/neovim/neovim/issues/10223/timeline",
"title": "Neovim pasting content with ^M at the end of lines",
"updated_at": "2024-07-14T05:01:52Z",
"updated_at": "2024-08-11T14:20:35Z",
"url": "https://api.github.com/repos/neovim/neovim/issues/10223",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/2650040?v=4",
Expand Down
48 changes: 46 additions & 2 deletions repositories/neovim/issues/12317.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,53 @@
"type": "User",
"url": "https://api.github.com/users/zeertzjq"
}
},
{
"author_association": "NONE",
"body": "> This is now achievable using 'statuscolumn'.\r\n\r\nas a neovim noob, how do I configure the option to achieve this? I don't understand the documentation well enough to figure it out",
"created_at": "2024-08-10T13:32:08Z",
"html_url": "https://github.com/neovim/neovim/issues/12317#issuecomment-2281789012",
"id": 2281789012,
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/12317",
"node_id": "IC_kwDOAPphoM6IAVZU",
"performed_via_github_app": null,
"reactions": {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2281789012/reactions"
},
"updated_at": "2024-08-10T13:32:08Z",
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2281789012",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/75381603?v=4",
"events_url": "https://api.github.com/users/jezzy-ultra/events{/privacy}",
"followers_url": "https://api.github.com/users/jezzy-ultra/followers",
"following_url": "https://api.github.com/users/jezzy-ultra/following{/other_user}",
"gists_url": "https://api.github.com/users/jezzy-ultra/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jezzy-ultra",
"id": 75381603,
"login": "jezzy-ultra",
"node_id": "MDQ6VXNlcjc1MzgxNjAz",
"organizations_url": "https://api.github.com/users/jezzy-ultra/orgs",
"received_events_url": "https://api.github.com/users/jezzy-ultra/received_events",
"repos_url": "https://api.github.com/users/jezzy-ultra/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jezzy-ultra/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jezzy-ultra/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jezzy-ultra"
}
}
],
"comments": 2,
"comments": 3,
"comments_url": "https://api.github.com/repos/neovim/neovim/issues/12317/comments",
"created_at": "2020-05-14T14:52:38Z",
"events_url": "https://api.github.com/repos/neovim/neovim/issues/12317/events",
Expand Down Expand Up @@ -135,7 +179,7 @@
"state_reason": "completed",
"timeline_url": "https://api.github.com/repos/neovim/neovim/issues/12317/timeline",
"title": "Display showbreak character in line number margin",
"updated_at": "2024-02-14T06:27:28Z",
"updated_at": "2024-08-10T13:32:08Z",
"url": "https://api.github.com/repos/neovim/neovim/issues/12317",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/719371?v=4",
Expand Down
Loading

0 comments on commit 2113a9e

Please sign in to comment.