Skip to content

Commit 917d24c

Browse files
committed
Backup update
1 parent bd8a195 commit 917d24c

File tree

207 files changed

+64697
-2401
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+64697
-2401
lines changed

last_update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-04-15T02:31:15Z
1+
2025-04-22T02:39:42Z

repositories/neovim.github.io/pulls/373.json

Lines changed: 349 additions & 0 deletions
Large diffs are not rendered by default.

repositories/neovim/issues/12374.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
},
280280
{
281281
"author_association": "NONE",
282-
"body": "@telemachus Thanks. Even though I would prefer this being implemented by nvim I've actually settled down with `CursorMoved` and `TextYankPost` for now. Works pretty good. No need to rebind keymaps. Going to make it into a small plugin.\n\nMy concern though is that significant perf downgrade may happen due to `CursorMoved` being constantly called.\n\nMay be it's time to explore alternatives with `getchar()` ...",
282+
"body": "@telemachus Thanks. Even though I would prefer this being implemented by nvim I've actually settled down with `CursorMoved` and `TextYankPost` for now. Works pretty good. No need to rebind keymaps. Going to make it into a small plugin.\n\nMy concern though is that significant perf downgrade may happen due to `CursorMoved` being constantly called.\n\nMay be it's time to explore alternatives with `getchar()` ...\nUPD: there is also `vim.on_key(...)` ",
283283
"created_at": "2025-03-24T15:38:24Z",
284284
"html_url": "https://github.com/neovim/neovim/issues/12374#issuecomment-2748561504",
285285
"id": 2748561504,
@@ -298,7 +298,7 @@
298298
"total_count": 0,
299299
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2748561504/reactions"
300300
},
301-
"updated_at": "2025-03-24T15:38:24Z",
301+
"updated_at": "2025-04-20T18:02:11Z",
302302
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2748561504",
303303
"user": {
304304
"avatar_url": "https://avatars.githubusercontent.com/u/8136158?v=4",
@@ -353,7 +353,7 @@
353353
"locked": false,
354354
"milestone": {
355355
"closed_at": null,
356-
"closed_issues": 266,
356+
"closed_issues": 271,
357357
"created_at": "2014-11-26T22:13:11Z",
358358
"creator": {
359359
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
@@ -383,10 +383,10 @@
383383
"labels_url": "https://api.github.com/repos/neovim/neovim/milestones/9/labels",
384384
"node_id": "MDk6TWlsZXN0b25lODgxOTc4",
385385
"number": 9,
386-
"open_issues": 311,
386+
"open_issues": 324,
387387
"state": "open",
388388
"title": "needs-owner",
389-
"updated_at": "2025-03-24T15:11:31Z",
389+
"updated_at": "2025-04-21T21:47:29Z",
390390
"url": "https://api.github.com/repos/neovim/neovim/milestones/9"
391391
},
392392
"node_id": "MDU6SXNzdWU2MjM4NzkyNTg=",
@@ -424,7 +424,7 @@
424424
"node_id": "IT_kwDOAGK_Pc4ACRyv",
425425
"updated_at": "2024-07-26T10:12:30Z"
426426
},
427-
"updated_at": "2025-03-24T15:38:26Z",
427+
"updated_at": "2025-04-20T18:02:12Z",
428428
"url": "https://api.github.com/repos/neovim/neovim/issues/12374",
429429
"user": {
430430
"avatar_url": "https://avatars.githubusercontent.com/u/20091739?v=4",

repositories/neovim/issues/16012.json

Lines changed: 116 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"comment_data": [
1010
{
1111
"author_association": "MEMBER",
12-
"body": "Please send this to https://github.com/vim/vim . If the request makes sense at all, or doesn't, they can hash it out. Saves us time.\r\n\r\n> My proposal is to add another flag (`set complete+=o`), that would allow the user to receive the omnifunc completion items directly when pressing `CTRL-N` and `CTRL-P`, so that you wouldn't need to press `CTRL-X CTRL-O`. There is already similar support for scanning tags through the \"t\" or \"]\" flags.\r\n\r\nMy sense is that Vim/Nvim generally needs to (continue to) make it easier to \"compose\" multiple completion sources. Lots of plugins are doing this already, we need to hear from them if there are some key core changes that would make this concept more reliable / routine / ergonomic / idiomatic.",
12+
"body": "Please send this to https://github.com/vim/vim . If the request makes sense at all, or doesn't, they can hash it out. Saves us time.\n\n> My proposal is to add another flag (`set complete+=o`), that would allow the user to receive the omnifunc completion items directly when pressing `CTRL-N` and `CTRL-P`, so that you wouldn't need to press `CTRL-X CTRL-O`. There is already similar support for scanning tags through the \"t\" or \"]\" flags.\n\nMy sense is that Vim/Nvim generally needs to (continue to) make it easier to \"compose\" multiple completion sources https://github.com/neovim/neovim/issues/32123 . Lots of plugins are doing this already, we need to hear from them if there are some key core changes that would make this concept more reliable / routine / ergonomic / idiomatic.",
1313
"created_at": "2021-10-13T14:59:11Z",
1414
"html_url": "https://github.com/neovim/neovim/issues/16012#issuecomment-942392835",
1515
"id": 942392835,
@@ -28,7 +28,7 @@
2828
"total_count": 1,
2929
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/942392835/reactions"
3030
},
31-
"updated_at": "2021-10-13T15:03:30Z",
31+
"updated_at": "2025-04-16T09:59:17Z",
3232
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/942392835",
3333
"user": {
3434
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
@@ -51,9 +51,99 @@
5151
"url": "https://api.github.com/users/justinmk",
5252
"user_view_type": "public"
5353
}
54+
},
55+
{
56+
"author_association": "MEMBER",
57+
"body": "This was added to Vim in <https://github.com/vim/vim/commit/cbe53191d01926c045a39198b3a9517e3c5077d2>, but it conflicts with #25598.",
58+
"created_at": "2025-04-16T06:10:58Z",
59+
"html_url": "https://github.com/neovim/neovim/issues/16012#issuecomment-2808482174",
60+
"id": 2808482174,
61+
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/16012",
62+
"node_id": "IC_kwDOAPphoM6nZgl-",
63+
"performed_via_github_app": null,
64+
"reactions": {
65+
"+1": 0,
66+
"-1": 0,
67+
"confused": 0,
68+
"eyes": 0,
69+
"heart": 0,
70+
"hooray": 0,
71+
"laugh": 0,
72+
"rocket": 0,
73+
"total_count": 0,
74+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2808482174/reactions"
75+
},
76+
"updated_at": "2025-04-16T06:10:58Z",
77+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2808482174",
78+
"user": {
79+
"avatar_url": "https://avatars.githubusercontent.com/u/35768171?v=4",
80+
"events_url": "https://api.github.com/users/zeertzjq/events{/privacy}",
81+
"followers_url": "https://api.github.com/users/zeertzjq/followers",
82+
"following_url": "https://api.github.com/users/zeertzjq/following{/other_user}",
83+
"gists_url": "https://api.github.com/users/zeertzjq/gists{/gist_id}",
84+
"gravatar_id": "",
85+
"html_url": "https://github.com/zeertzjq",
86+
"id": 35768171,
87+
"login": "zeertzjq",
88+
"node_id": "MDQ6VXNlcjM1NzY4MTcx",
89+
"organizations_url": "https://api.github.com/users/zeertzjq/orgs",
90+
"received_events_url": "https://api.github.com/users/zeertzjq/received_events",
91+
"repos_url": "https://api.github.com/users/zeertzjq/repos",
92+
"site_admin": false,
93+
"starred_url": "https://api.github.com/users/zeertzjq/starred{/owner}{/repo}",
94+
"subscriptions_url": "https://api.github.com/users/zeertzjq/subscriptions",
95+
"type": "User",
96+
"url": "https://api.github.com/users/zeertzjq",
97+
"user_view_type": "public"
98+
}
99+
},
100+
{
101+
"author_association": "MEMBER",
102+
"body": "maybe we can just add `o` flag 🤔 from commit",
103+
"created_at": "2025-04-16T10:26:21Z",
104+
"html_url": "https://github.com/neovim/neovim/issues/16012#issuecomment-2809139701",
105+
"id": 2809139701,
106+
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/16012",
107+
"node_id": "IC_kwDOAPphoM6ncBH1",
108+
"performed_via_github_app": null,
109+
"reactions": {
110+
"+1": 0,
111+
"-1": 0,
112+
"confused": 0,
113+
"eyes": 0,
114+
"heart": 0,
115+
"hooray": 0,
116+
"laugh": 0,
117+
"rocket": 0,
118+
"total_count": 0,
119+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2809139701/reactions"
120+
},
121+
"updated_at": "2025-04-16T10:26:21Z",
122+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2809139701",
123+
"user": {
124+
"avatar_url": "https://avatars.githubusercontent.com/u/41671631?v=4",
125+
"events_url": "https://api.github.com/users/glepnir/events{/privacy}",
126+
"followers_url": "https://api.github.com/users/glepnir/followers",
127+
"following_url": "https://api.github.com/users/glepnir/following{/other_user}",
128+
"gists_url": "https://api.github.com/users/glepnir/gists{/gist_id}",
129+
"gravatar_id": "",
130+
"html_url": "https://github.com/glepnir",
131+
"id": 41671631,
132+
"login": "glepnir",
133+
"node_id": "MDQ6VXNlcjQxNjcxNjMx",
134+
"organizations_url": "https://api.github.com/users/glepnir/orgs",
135+
"received_events_url": "https://api.github.com/users/glepnir/received_events",
136+
"repos_url": "https://api.github.com/users/glepnir/repos",
137+
"site_admin": false,
138+
"starred_url": "https://api.github.com/users/glepnir/starred{/owner}{/repo}",
139+
"subscriptions_url": "https://api.github.com/users/glepnir/subscriptions",
140+
"type": "User",
141+
"url": "https://api.github.com/users/glepnir",
142+
"user_view_type": "public"
143+
}
54144
}
55145
],
56-
"comments": 1,
146+
"comments": 3,
57147
"comments_url": "https://api.github.com/repos/neovim/neovim/issues/16012/comments",
58148
"created_at": "2021-10-13T09:58:05Z",
59149
"events_url": "https://api.github.com/repos/neovim/neovim/issues/16012/events",
@@ -69,6 +159,15 @@
69159
"node_id": "MDU6TGFiZWw3Nzk5NzQ3Ng==",
70160
"url": "https://api.github.com/repos/neovim/neovim/labels/enhancement"
71161
},
162+
{
163+
"color": "0E8A16",
164+
"default": false,
165+
"description": "issue is fixed in vim and patch needs to be ported",
166+
"id": 152276149,
167+
"name": "has:vim-patch",
168+
"node_id": "MDU6TGFiZWwxNTIyNzYxNDk=",
169+
"url": "https://api.github.com/repos/neovim/neovim/labels/has:vim-patch"
170+
},
72171
{
73172
"color": "0E8A16",
74173
"default": false,
@@ -78,15 +177,6 @@
78177
"node_id": "MDU6TGFiZWw2MDY2OTEyNTQ=",
79178
"url": "https://api.github.com/repos/neovim/neovim/labels/has:plan"
80179
},
81-
{
82-
"color": "FBCA04",
83-
"default": false,
84-
"description": "upstream issue that must be fixed in Vim first",
85-
"id": 2639399975,
86-
"name": "needs:vim-patch",
87-
"node_id": "MDU6TGFiZWwyNjM5Mzk5OTc1",
88-
"url": "https://api.github.com/repos/neovim/neovim/labels/needs:vim-patch"
89-
},
90180
{
91181
"color": "C5DEF5",
92182
"default": false,
@@ -101,7 +191,7 @@
101191
"locked": false,
102192
"milestone": {
103193
"closed_at": null,
104-
"closed_issues": 260,
194+
"closed_issues": 271,
105195
"created_at": "2014-11-26T22:13:11Z",
106196
"creator": {
107197
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
@@ -131,10 +221,10 @@
131221
"labels_url": "https://api.github.com/repos/neovim/neovim/milestones/9/labels",
132222
"node_id": "MDk6TWlsZXN0b25lODgxOTc4",
133223
"number": 9,
134-
"open_issues": 297,
224+
"open_issues": 324,
135225
"state": "open",
136226
"title": "needs-owner",
137-
"updated_at": "2025-01-20T17:56:23Z",
227+
"updated_at": "2025-04-21T21:47:29Z",
138228
"url": "https://api.github.com/repos/neovim/neovim/milestones/9"
139229
},
140230
"node_id": "I_kwDOAPphoM49GNmg",
@@ -162,7 +252,17 @@
162252
},
163253
"timeline_url": "https://api.github.com/repos/neovim/neovim/issues/16012/timeline",
164254
"title": "Add omni completion flag to 'complete' option",
165-
"updated_at": "2025-01-17T15:59:28Z",
255+
"type": {
256+
"color": "blue",
257+
"created_at": "2024-01-25T10:10:19Z",
258+
"description": "A request, idea, or new functionality",
259+
"id": 597167,
260+
"is_enabled": true,
261+
"name": "Enhancement",
262+
"node_id": "IT_kwDOAGK_Pc4ACRyv",
263+
"updated_at": "2024-07-26T10:12:30Z"
264+
},
265+
"updated_at": "2025-04-16T10:26:23Z",
166266
"url": "https://api.github.com/repos/neovim/neovim/issues/16012",
167267
"user": {
168268
"avatar_url": "https://avatars.githubusercontent.com/u/43993819?v=4",

repositories/neovim/issues/19473.json

Lines changed: 49 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,54 @@
9696
"url": "https://api.github.com/users/Lassebq",
9797
"user_view_type": "public"
9898
}
99+
},
100+
{
101+
"author_association": "NONE",
102+
"body": "add this on init.lua file :\n\n```lua\n\n-- Fix right-click context menu in insert mode\nvim.keymap.set('v', '<RightMouse>', '<C-\\\\><C-g>gv<cmd>popup! PopUp<cr>', { noremap = true })\n-- Other configurations...\n\n-- Right-click fix\nvim.keymap.set('v', '<RightMouse>', '<C-\\\\><C-g>gv<cmd>popup! PopUp<cr>', { noremap = true })\n-- Define a simple context menu (optional)\nvim.api.nvim_create_user_command('PopUp', function()\n vim.ui.select(\n { 'Copy', 'Paste', 'Cut' },\n { prompt = 'Context Menu:' },\n function(choice)\n if choice == 'Copy' then vim.cmd('normal! y') end\n if choice == 'Paste' then vim.cmd('normal! p') end\n if choice == 'Cut' then vim.cmd('normal! d') end\n end\n )\nend, {})\n```",
103+
"created_at": "2025-04-16T12:38:33Z",
104+
"html_url": "https://github.com/neovim/neovim/issues/19473#issuecomment-2809456244",
105+
"id": 2809456244,
106+
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/19473",
107+
"node_id": "IC_kwDOAPphoM6ndOZ0",
108+
"performed_via_github_app": null,
109+
"reactions": {
110+
"+1": 1,
111+
"-1": 0,
112+
"confused": 0,
113+
"eyes": 0,
114+
"heart": 0,
115+
"hooray": 0,
116+
"laugh": 0,
117+
"rocket": 0,
118+
"total_count": 1,
119+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2809456244/reactions"
120+
},
121+
"updated_at": "2025-04-16T12:38:33Z",
122+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2809456244",
123+
"user": {
124+
"avatar_url": "https://avatars.githubusercontent.com/u/138365657?v=4",
125+
"events_url": "https://api.github.com/users/IslamMohammedSalama/events{/privacy}",
126+
"followers_url": "https://api.github.com/users/IslamMohammedSalama/followers",
127+
"following_url": "https://api.github.com/users/IslamMohammedSalama/following{/other_user}",
128+
"gists_url": "https://api.github.com/users/IslamMohammedSalama/gists{/gist_id}",
129+
"gravatar_id": "",
130+
"html_url": "https://github.com/IslamMohammedSalama",
131+
"id": 138365657,
132+
"login": "IslamMohammedSalama",
133+
"node_id": "U_kgDOCD9K2Q",
134+
"organizations_url": "https://api.github.com/users/IslamMohammedSalama/orgs",
135+
"received_events_url": "https://api.github.com/users/IslamMohammedSalama/received_events",
136+
"repos_url": "https://api.github.com/users/IslamMohammedSalama/repos",
137+
"site_admin": false,
138+
"starred_url": "https://api.github.com/users/IslamMohammedSalama/starred{/owner}{/repo}",
139+
"subscriptions_url": "https://api.github.com/users/IslamMohammedSalama/subscriptions",
140+
"type": "User",
141+
"url": "https://api.github.com/users/IslamMohammedSalama",
142+
"user_view_type": "public"
143+
}
99144
}
100145
],
101-
"comments": 2,
146+
"comments": 3,
102147
"comments_url": "https://api.github.com/repos/neovim/neovim/issues/19473/comments",
103148
"created_at": "2022-07-23T06:58:07Z",
104149
"events_url": "https://api.github.com/repos/neovim/neovim/issues/19473/events",
@@ -119,7 +164,7 @@
119164
"locked": false,
120165
"milestone": {
121166
"closed_at": null,
122-
"closed_issues": 707,
167+
"closed_issues": 710,
123168
"created_at": "2014-05-10T20:43:04Z",
124169
"creator": {
125170
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
@@ -152,7 +197,7 @@
152197
"open_issues": 637,
153198
"state": "open",
154199
"title": "backlog",
155-
"updated_at": "2025-03-31T13:15:01Z",
200+
"updated_at": "2025-04-21T22:08:04Z",
156201
"url": "https://api.github.com/repos/neovim/neovim/milestones/6"
157202
},
158203
"node_id": "I_kwDOAPphoM5OajaF",
@@ -190,7 +235,7 @@
190235
"node_id": "IT_kwDOAGK_Pc4ACRyr",
191236
"updated_at": "2024-07-26T10:12:30Z"
192237
},
193-
"updated_at": "2025-03-27T04:42:45Z",
238+
"updated_at": "2025-04-16T12:38:34Z",
194239
"url": "https://api.github.com/repos/neovim/neovim/issues/19473",
195240
"user": {
196241
"avatar_url": "https://avatars.githubusercontent.com/u/107814000?v=4",

0 commit comments

Comments
 (0)