Skip to content

Commit 9f59c94

Browse files
committed
Backup update
1 parent 22ef2f9 commit 9f59c94

File tree

150 files changed

+42299
-1315
lines changed

Some content is hidden

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

150 files changed

+42299
-1315
lines changed

last_update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-09-23T02:03:40Z
1+
2025-09-30T01:54:08Z

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

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

repositories/neovim/issues/14405.json

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

repositories/neovim/issues/18159.json

Lines changed: 87 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,29 @@
33
"assignee": null,
44
"assignees": [],
55
"author_association": "CONTRIBUTOR",
6-
"body": "### Feature already in Vim?\r\n\r\nNo\r\n\r\n### Feature description\r\n\r\nI've played with `vim.api.nvim_buf_set_extmark`'s options for a while but there doesn't seem to be a way to display the virtual text behind the buffer text when new characters are inserted.\r\n\r\nFor example, starting with an empty buffer, this\r\n```lua\r\nlocal api = vim.api\r\nlocal ns = api.nvim_create_namespace(\"foo\")\r\napi.nvim_buf_set_extmark(0, ns, 0, 0, {id=1, virt_text={{\"foo\", \"Comment\"}}, virt_text_pos=\"overlay\", virt_text_win_col=0})\r\n```\r\nwill display\r\n![2022-04-18_13-22](https://user-images.githubusercontent.com/59321248/163801318-9a73b19d-cf2d-4af2-956d-6983f2c8105d.png)\r\n\r\nif I now type `b` I just see the cursor moving one column to the right. It'd be nice to have an option to show `b` *over* the virtual text, resulting in\r\n\r\n![2022-04-18_13-26](https://user-images.githubusercontent.com/59321248/163801760-7a4752b8-4e35-478f-8bb6-b205db72c9ef.png)\r\n",
7-
"closed_at": null,
8-
"closed_by": null,
6+
"body": "\n### Feature description\n\nI've played with `vim.api.nvim_buf_set_extmark`'s options for a while but there doesn't seem to be a way to display the virtual text behind the buffer text when new characters are inserted.\n\nFor example, starting with an empty buffer, this\n```lua\nlocal api = vim.api\nlocal ns = api.nvim_create_namespace(\"foo\")\napi.nvim_buf_set_extmark(0, ns, 0, 0, {id=1, virt_text={{\"foo\", \"Comment\"}}, virt_text_pos=\"overlay\", virt_text_win_col=0})\n```\nwill display\n![2022-04-18_13-22](https://user-images.githubusercontent.com/59321248/163801318-9a73b19d-cf2d-4af2-956d-6983f2c8105d.png)\n\nif I now type `b` I just see the cursor moving one column to the right. It'd be nice to have an option to show `b` *over* the virtual text, resulting in\n\n![2022-04-18_13-26](https://user-images.githubusercontent.com/59321248/163801760-7a4752b8-4e35-478f-8bb6-b205db72c9ef.png)\n",
7+
"closed_at": "2025-09-24T01:34:55Z",
8+
"closed_by": {
9+
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
10+
"events_url": "https://api.github.com/users/justinmk/events{/privacy}",
11+
"followers_url": "https://api.github.com/users/justinmk/followers",
12+
"following_url": "https://api.github.com/users/justinmk/following{/other_user}",
13+
"gists_url": "https://api.github.com/users/justinmk/gists{/gist_id}",
14+
"gravatar_id": "",
15+
"html_url": "https://github.com/justinmk",
16+
"id": 1359421,
17+
"login": "justinmk",
18+
"node_id": "MDQ6VXNlcjEzNTk0MjE=",
19+
"organizations_url": "https://api.github.com/users/justinmk/orgs",
20+
"received_events_url": "https://api.github.com/users/justinmk/received_events",
21+
"repos_url": "https://api.github.com/users/justinmk/repos",
22+
"site_admin": false,
23+
"starred_url": "https://api.github.com/users/justinmk/starred{/owner}{/repo}",
24+
"subscriptions_url": "https://api.github.com/users/justinmk/subscriptions",
25+
"type": "User",
26+
"url": "https://api.github.com/users/justinmk",
27+
"user_view_type": "public"
28+
},
929
"comment_data": [
1030
{
1131
"author_association": "NONE",
@@ -51,14 +71,65 @@
5171
"url": "https://api.github.com/users/mikedfunk",
5272
"user_view_type": "public"
5373
}
74+
},
75+
{
76+
"author_association": "MEMBER",
77+
"body": "`Completor:show` implemented in https://github.com/neovim/neovim/pull/33972 does something like this. Also the \"preinsert\" flag of the 'completeopt' option.\n\nSince the examples shown in your description look like completion, I guess this can be achieved now.",
78+
"created_at": "2025-09-24T01:34:55Z",
79+
"html_url": "https://github.com/neovim/neovim/issues/18159#issuecomment-3326125720",
80+
"id": 3326125720,
81+
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/18159",
82+
"node_id": "IC_kwDOAPphoM7GQKaY",
83+
"performed_via_github_app": null,
84+
"reactions": {
85+
"+1": 0,
86+
"-1": 0,
87+
"confused": 0,
88+
"eyes": 0,
89+
"heart": 0,
90+
"hooray": 0,
91+
"laugh": 0,
92+
"rocket": 0,
93+
"total_count": 0,
94+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/3326125720/reactions"
95+
},
96+
"updated_at": "2025-09-24T01:34:55Z",
97+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/3326125720",
98+
"user": {
99+
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
100+
"events_url": "https://api.github.com/users/justinmk/events{/privacy}",
101+
"followers_url": "https://api.github.com/users/justinmk/followers",
102+
"following_url": "https://api.github.com/users/justinmk/following{/other_user}",
103+
"gists_url": "https://api.github.com/users/justinmk/gists{/gist_id}",
104+
"gravatar_id": "",
105+
"html_url": "https://github.com/justinmk",
106+
"id": 1359421,
107+
"login": "justinmk",
108+
"node_id": "MDQ6VXNlcjEzNTk0MjE=",
109+
"organizations_url": "https://api.github.com/users/justinmk/orgs",
110+
"received_events_url": "https://api.github.com/users/justinmk/received_events",
111+
"repos_url": "https://api.github.com/users/justinmk/repos",
112+
"site_admin": false,
113+
"starred_url": "https://api.github.com/users/justinmk/starred{/owner}{/repo}",
114+
"subscriptions_url": "https://api.github.com/users/justinmk/subscriptions",
115+
"type": "User",
116+
"url": "https://api.github.com/users/justinmk",
117+
"user_view_type": "public"
118+
}
54119
}
55120
],
56-
"comments": 1,
121+
"comments": 2,
57122
"comments_url": "https://api.github.com/repos/neovim/neovim/issues/18159/comments",
58123
"created_at": "2022-04-18T11:28:12Z",
59124
"events_url": "https://api.github.com/repos/neovim/neovim/issues/18159/events",
60125
"html_url": "https://github.com/neovim/neovim/issues/18159",
61126
"id": 1206954482,
127+
"issue_dependencies_summary": {
128+
"blocked_by": 0,
129+
"blocking": 0,
130+
"total_blocked_by": 0,
131+
"total_blocking": 0
132+
},
62133
"labels": [
63134
{
64135
"color": "c5def5",
@@ -68,6 +139,15 @@
68139
"name": "marks",
69140
"node_id": "MDU6TGFiZWwxNjgwMTE5NzE5",
70141
"url": "https://api.github.com/repos/neovim/neovim/labels/marks"
142+
},
143+
{
144+
"color": "C5DEF5",
145+
"default": false,
146+
"description": "Nvim built-in (omni)completion",
147+
"id": 3214348835,
148+
"name": "completion",
149+
"node_id": "MDU6TGFiZWwzMjE0MzQ4ODM1",
150+
"url": "https://api.github.com/repos/neovim/neovim/labels/completion"
71151
}
72152
],
73153
"labels_url": "https://api.github.com/repos/neovim/neovim/issues/18159/labels{/name}",
@@ -89,8 +169,8 @@
89169
"url": "https://api.github.com/repos/neovim/neovim/issues/18159/reactions"
90170
},
91171
"repository_url": "https://api.github.com/repos/neovim/neovim",
92-
"state": "open",
93-
"state_reason": null,
172+
"state": "closed",
173+
"state_reason": "completed",
94174
"sub_issues_summary": {
95175
"completed": 0,
96176
"percent_completed": 0,
@@ -108,7 +188,7 @@
108188
"node_id": "IT_kwDOAGK_Pc4ACRyv",
109189
"updated_at": "2024-07-26T10:12:30Z"
110190
},
111-
"updated_at": "2025-07-02T09:00:09Z",
191+
"updated_at": "2025-09-24T01:34:55Z",
112192
"url": "https://api.github.com/repos/neovim/neovim/issues/18159",
113193
"user": {
114194
"avatar_url": "https://avatars.githubusercontent.com/u/59321248?v=4",

repositories/neovim/issues/20059.json

Lines changed: 47 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@
149149
"events_url": "https://api.github.com/repos/neovim/neovim/issues/20059/events",
150150
"html_url": "https://github.com/neovim/neovim/issues/20059",
151151
"id": 1360588288,
152+
"issue_dependencies_summary": {
153+
"blocked_by": 0,
154+
"blocking": 0,
155+
"total_blocked_by": 0,
156+
"total_blocking": 0
157+
},
152158
"labels": [
153159
{
154160
"color": "c5def5",
@@ -162,20 +168,57 @@
162168
],
163169
"labels_url": "https://api.github.com/repos/neovim/neovim/issues/20059/labels{/name}",
164170
"locked": false,
165-
"milestone": null,
171+
"milestone": {
172+
"closed_at": null,
173+
"closed_issues": 745,
174+
"created_at": "2014-05-10T20:43:04Z",
175+
"creator": {
176+
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
177+
"events_url": "https://api.github.com/users/justinmk/events{/privacy}",
178+
"followers_url": "https://api.github.com/users/justinmk/followers",
179+
"following_url": "https://api.github.com/users/justinmk/following{/other_user}",
180+
"gists_url": "https://api.github.com/users/justinmk/gists{/gist_id}",
181+
"gravatar_id": "",
182+
"html_url": "https://github.com/justinmk",
183+
"id": 1359421,
184+
"login": "justinmk",
185+
"node_id": "MDQ6VXNlcjEzNTk0MjE=",
186+
"organizations_url": "https://api.github.com/users/justinmk/orgs",
187+
"received_events_url": "https://api.github.com/users/justinmk/received_events",
188+
"repos_url": "https://api.github.com/users/justinmk/repos",
189+
"site_admin": false,
190+
"starred_url": "https://api.github.com/users/justinmk/starred{/owner}{/repo}",
191+
"subscriptions_url": "https://api.github.com/users/justinmk/subscriptions",
192+
"type": "User",
193+
"url": "https://api.github.com/users/justinmk",
194+
"user_view_type": "public"
195+
},
196+
"description": "Low priority items. We plan to work on this but don't have a target date.",
197+
"due_on": null,
198+
"html_url": "https://github.com/neovim/neovim/milestone/6",
199+
"id": 655037,
200+
"labels_url": "https://api.github.com/repos/neovim/neovim/milestones/6/labels",
201+
"node_id": "MDk6TWlsZXN0b25lNjU1MDM3",
202+
"number": 6,
203+
"open_issues": 634,
204+
"state": "open",
205+
"title": "backlog",
206+
"updated_at": "2025-09-28T04:43:06Z",
207+
"url": "https://api.github.com/repos/neovim/neovim/milestones/6"
208+
},
166209
"node_id": "I_kwDOAPphoM5RGO4A",
167210
"number": 20059,
168211
"performed_via_github_app": null,
169212
"reactions": {
170-
"+1": 2,
213+
"+1": 4,
171214
"-1": 0,
172215
"confused": 0,
173216
"eyes": 0,
174217
"heart": 0,
175218
"hooray": 0,
176219
"laugh": 0,
177220
"rocket": 0,
178-
"total_count": 2,
221+
"total_count": 4,
179222
"url": "https://api.github.com/repos/neovim/neovim/issues/20059/reactions"
180223
},
181224
"repository_url": "https://api.github.com/repos/neovim/neovim",
@@ -198,7 +241,7 @@
198241
"node_id": "IT_kwDOAGK_Pc4ACRyr",
199242
"updated_at": "2024-07-26T10:12:30Z"
200243
},
201-
"updated_at": "2025-07-02T08:36:35Z",
244+
"updated_at": "2025-09-28T04:43:06Z",
202245
"url": "https://api.github.com/repos/neovim/neovim/issues/20059",
203246
"user": {
204247
"avatar_url": "https://avatars.githubusercontent.com/u/802511?v=4",

repositories/neovim/issues/24100.json

Lines changed: 53 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,28 @@
44
"assignees": [],
55
"author_association": "MEMBER",
66
"body": "### Problem\r\n\r\nSeen in https://github.com/neovim/neovim/pull/24087/checks?check_run_id=14463584829 : \r\n\r\n```\r\nERROR: typval.c dict extend() works\r\ntest/unit/helpers.lua:751: child process errored out with status 256!\r\nstack traceback:\r\n\ttest/unit/helpers.lua:772: in function 'itp'\r\n\ttest/unit/eval/typval_spec.lua:2138: in function <test/unit/eval/typval_spec.lua:2133>\r\n\t[C]: in function 'xpcall'\r\n\t.../cirrus-ci-build/build/usr/share/lua/5.1/busted/core.lua:178: in function 'safe'\r\n\t...cirrus-ci-build/build/usr/share/lua/5.1/busted/block.lua:146: in function 'execute'\r\n\t.../cirrus-ci-build/build/usr/share/lua/5.1/busted/init.lua:15: in function 'executor'\r\n\t.../cirrus-ci-build/build/usr/share/lua/5.1/busted/core.lua:314: in function <.../cirrus-ci-build/build/usr/share/lua/5.1/busted/core.lua:314>\r\nstack traceback:\r\n\ttest/unit/helpers.lua:751: in function 'itp_parent'\r\n\ttest/unit/helpers.lua:783: in function <test/unit/helpers.lua:773>\r\n```\r\n\r\nPrevious: https://github.com/neovim/neovim/issues/6404\r\n\r\n### Expected behavior\r\n\r\npossible bug in extend()",
7-
"closed_at": null,
8-
"closed_by": null,
7+
"closed_at": "2025-09-25T21:59:06Z",
8+
"closed_by": {
9+
"avatar_url": "https://avatars.githubusercontent.com/u/35768171?v=4",
10+
"events_url": "https://api.github.com/users/zeertzjq/events{/privacy}",
11+
"followers_url": "https://api.github.com/users/zeertzjq/followers",
12+
"following_url": "https://api.github.com/users/zeertzjq/following{/other_user}",
13+
"gists_url": "https://api.github.com/users/zeertzjq/gists{/gist_id}",
14+
"gravatar_id": "",
15+
"html_url": "https://github.com/zeertzjq",
16+
"id": 35768171,
17+
"login": "zeertzjq",
18+
"node_id": "MDQ6VXNlcjM1NzY4MTcx",
19+
"organizations_url": "https://api.github.com/users/zeertzjq/orgs",
20+
"received_events_url": "https://api.github.com/users/zeertzjq/received_events",
21+
"repos_url": "https://api.github.com/users/zeertzjq/repos",
22+
"site_admin": false,
23+
"starred_url": "https://api.github.com/users/zeertzjq/starred{/owner}{/repo}",
24+
"subscriptions_url": "https://api.github.com/users/zeertzjq/subscriptions",
25+
"type": "User",
26+
"url": "https://api.github.com/users/zeertzjq",
27+
"user_view_type": "public"
28+
},
929
"comment_data": [
1030
{
1131
"author_association": "MEMBER",
@@ -104,6 +124,12 @@
104124
"events_url": "https://api.github.com/repos/neovim/neovim/issues/24100/events",
105125
"html_url": "https://github.com/neovim/neovim/issues/24100",
106126
"id": 1769212179,
127+
"issue_dependencies_summary": {
128+
"blocked_by": 0,
129+
"blocking": 0,
130+
"total_blocked_by": 0,
131+
"total_blocking": 0
132+
},
107133
"labels": [
108134
{
109135
"color": "c5def5",
@@ -137,8 +163,8 @@
137163
"locked": false,
138164
"milestone": {
139165
"closed_at": null,
140-
"closed_issues": 701,
141-
"created_at": "2014-05-10T20:43:04Z",
166+
"closed_issues": 26,
167+
"created_at": "2025-09-02T15:27:06Z",
142168
"creator": {
143169
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
144170
"events_url": "https://api.github.com/users/justinmk/events{/privacy}",
@@ -160,18 +186,18 @@
160186
"url": "https://api.github.com/users/justinmk",
161187
"user_view_type": "public"
162188
},
163-
"description": "Low priority items. We plan to work on this but don't have a target date.",
189+
"description": "",
164190
"due_on": null,
165-
"html_url": "https://github.com/neovim/neovim/milestone/6",
166-
"id": 655037,
167-
"labels_url": "https://api.github.com/repos/neovim/neovim/milestones/6/labels",
168-
"node_id": "MDk6TWlsZXN0b25lNjU1MDM3",
169-
"number": 6,
170-
"open_issues": 634,
191+
"html_url": "https://github.com/neovim/neovim/milestone/53",
192+
"id": 13605541,
193+
"labels_url": "https://api.github.com/repos/neovim/neovim/milestones/53/labels",
194+
"node_id": "MI_kwDOAPphoM4Az5ql",
195+
"number": 53,
196+
"open_issues": 18,
171197
"state": "open",
172-
"title": "backlog",
173-
"updated_at": "2025-03-02T19:20:00Z",
174-
"url": "https://api.github.com/repos/neovim/neovim/milestones/6"
198+
"title": "0.11.5",
199+
"updated_at": "2025-09-29T23:09:58Z",
200+
"url": "https://api.github.com/repos/neovim/neovim/milestones/53"
175201
},
176202
"node_id": "I_kwDOAPphoM5pdAkT",
177203
"number": 24100,
@@ -189,16 +215,26 @@
189215
"url": "https://api.github.com/repos/neovim/neovim/issues/24100/reactions"
190216
},
191217
"repository_url": "https://api.github.com/repos/neovim/neovim",
192-
"state": "open",
193-
"state_reason": null,
218+
"state": "closed",
219+
"state_reason": "completed",
194220
"sub_issues_summary": {
195221
"completed": 0,
196222
"percent_completed": 0,
197223
"total": 0
198224
},
199225
"timeline_url": "https://api.github.com/repos/neovim/neovim/issues/24100/timeline",
200226
"title": "unittest failure: \"dict extend()\" in typval_spec",
201-
"updated_at": "2025-02-27T20:37:15Z",
227+
"type": {
228+
"color": "red",
229+
"created_at": "2024-01-25T10:10:19Z",
230+
"description": "An unexpected problem or behavior",
231+
"id": 597163,
232+
"is_enabled": true,
233+
"name": "Bug",
234+
"node_id": "IT_kwDOAGK_Pc4ACRyr",
235+
"updated_at": "2024-07-26T10:12:30Z"
236+
},
237+
"updated_at": "2025-09-25T21:59:06Z",
202238
"url": "https://api.github.com/repos/neovim/neovim/issues/24100",
203239
"user": {
204240
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",

0 commit comments

Comments
 (0)