Skip to content

Commit 31f8197

Browse files
committed
Backup update
1 parent c29cc1b commit 31f8197

File tree

212 files changed

+59612
-2224
lines changed

Some content is hidden

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

212 files changed

+59612
-2224
lines changed

last_update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-05-27T01:20:04Z
1+
2025-06-03T02:15:46Z

repositories/neovim/issues/12980.json

Lines changed: 59 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,54 @@
5151
"url": "https://api.github.com/users/phallguy",
5252
"user_view_type": "public"
5353
}
54+
},
55+
{
56+
"author_association": "NONE",
57+
"body": "It'd be even better if you could simply set infinite width, to effectively disable word wrapping in neovim terminal",
58+
"created_at": "2025-05-30T19:02:12Z",
59+
"html_url": "https://github.com/neovim/neovim/issues/12980#issuecomment-2923242236",
60+
"id": 2923242236,
61+
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/12980",
62+
"node_id": "IC_kwDOAPphoM6uPSL8",
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/2923242236/reactions"
75+
},
76+
"updated_at": "2025-05-30T19:02:12Z",
77+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2923242236",
78+
"user": {
79+
"avatar_url": "https://avatars.githubusercontent.com/u/17815380?v=4",
80+
"events_url": "https://api.github.com/users/maciekwiso/events{/privacy}",
81+
"followers_url": "https://api.github.com/users/maciekwiso/followers",
82+
"following_url": "https://api.github.com/users/maciekwiso/following{/other_user}",
83+
"gists_url": "https://api.github.com/users/maciekwiso/gists{/gist_id}",
84+
"gravatar_id": "",
85+
"html_url": "https://github.com/maciekwiso",
86+
"id": 17815380,
87+
"login": "maciekwiso",
88+
"node_id": "MDQ6VXNlcjE3ODE1Mzgw",
89+
"organizations_url": "https://api.github.com/users/maciekwiso/orgs",
90+
"received_events_url": "https://api.github.com/users/maciekwiso/received_events",
91+
"repos_url": "https://api.github.com/users/maciekwiso/repos",
92+
"site_admin": false,
93+
"starred_url": "https://api.github.com/users/maciekwiso/starred{/owner}{/repo}",
94+
"subscriptions_url": "https://api.github.com/users/maciekwiso/subscriptions",
95+
"type": "User",
96+
"url": "https://api.github.com/users/maciekwiso",
97+
"user_view_type": "public"
98+
}
5499
}
55100
],
56-
"comments": 1,
101+
"comments": 2,
57102
"comments_url": "https://api.github.com/repos/neovim/neovim/issues/12980/comments",
58103
"created_at": "2020-09-25T13:15:56Z",
59104
"events_url": "https://api.github.com/repos/neovim/neovim/issues/12980/events",
@@ -86,15 +131,15 @@
86131
"number": 12980,
87132
"performed_via_github_app": null,
88133
"reactions": {
89-
"+1": 3,
134+
"+1": 5,
90135
"-1": 0,
91136
"confused": 0,
92137
"eyes": 0,
93138
"heart": 0,
94139
"hooray": 0,
95140
"laugh": 0,
96141
"rocket": 0,
97-
"total_count": 3,
142+
"total_count": 5,
98143
"url": "https://api.github.com/repos/neovim/neovim/issues/12980/reactions"
99144
},
100145
"repository_url": "https://api.github.com/repos/neovim/neovim",
@@ -107,7 +152,17 @@
107152
},
108153
"timeline_url": "https://api.github.com/repos/neovim/neovim/issues/12980/timeline",
109154
"title": "Fixed-width terminal independent of window size",
110-
"updated_at": "2025-01-17T16:01:37Z",
155+
"type": {
156+
"color": "blue",
157+
"created_at": "2024-01-25T10:10:19Z",
158+
"description": "A request, idea, or new functionality",
159+
"id": 597167,
160+
"is_enabled": true,
161+
"name": "Enhancement",
162+
"node_id": "IT_kwDOAGK_Pc4ACRyv",
163+
"updated_at": "2024-07-26T10:12:30Z"
164+
},
165+
"updated_at": "2025-05-30T19:02:13Z",
111166
"url": "https://api.github.com/repos/neovim/neovim/issues/12980",
112167
"user": {
113168
"avatar_url": "https://avatars.githubusercontent.com/u/1270688?v=4",

repositories/neovim/issues/16012.json

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,28 @@
44
"assignees": [],
55
"author_association": "CONTRIBUTOR",
66
"body": "### Feature already in Vim?\r\n\r\nNo\r\n\r\n### Feature description\r\n\r\n`complete` is an option that specifies how ins-completion works in vim, more precisely the places that are going to be scanned when `CTRL-N` and `CTRL-P` are used. The lsp omnifunc (`vim.lsp.omnifunc`) added in 0.5 works really well for people who prefer the builtin completion. 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\nI tried to add the feature myself, but I gave up as I could not get the completion to work as expected with `set complete=o`. \r\nI've also identified one place where changes could be required ([here](https://github.com/neovim/neovim/blob/33e79237bc003e8d6d556bf1b6a6e292bb8945e5/src/nvim/edit.c#L4154)). It would be helpful if someone with more experience with the builtin completion could chime in.\r\n### Proposal\r\n1. Omnifunc flag for `complete` option (use case: `set complete=o`, `set complete+=o`)",
7-
"closed_at": null,
8-
"closed_by": null,
7+
"closed_at": "2025-06-02T23:00:27Z",
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",
@@ -191,7 +211,7 @@
191211
"locked": false,
192212
"milestone": {
193213
"closed_at": null,
194-
"closed_issues": 271,
214+
"closed_issues": 280,
195215
"created_at": "2014-11-26T22:13:11Z",
196216
"creator": {
197217
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
@@ -221,30 +241,30 @@
221241
"labels_url": "https://api.github.com/repos/neovim/neovim/milestones/9/labels",
222242
"node_id": "MDk6TWlsZXN0b25lODgxOTc4",
223243
"number": 9,
224-
"open_issues": 324,
244+
"open_issues": 325,
225245
"state": "open",
226246
"title": "needs-owner",
227-
"updated_at": "2025-04-21T21:47:29Z",
247+
"updated_at": "2025-06-02T23:00:27Z",
228248
"url": "https://api.github.com/repos/neovim/neovim/milestones/9"
229249
},
230250
"node_id": "I_kwDOAPphoM49GNmg",
231251
"number": 16012,
232252
"performed_via_github_app": null,
233253
"reactions": {
234-
"+1": 3,
254+
"+1": 4,
235255
"-1": 0,
236256
"confused": 0,
237257
"eyes": 0,
238258
"heart": 0,
239259
"hooray": 0,
240260
"laugh": 0,
241261
"rocket": 0,
242-
"total_count": 3,
262+
"total_count": 4,
243263
"url": "https://api.github.com/repos/neovim/neovim/issues/16012/reactions"
244264
},
245265
"repository_url": "https://api.github.com/repos/neovim/neovim",
246-
"state": "open",
247-
"state_reason": null,
266+
"state": "closed",
267+
"state_reason": "completed",
248268
"sub_issues_summary": {
249269
"completed": 0,
250270
"percent_completed": 0,
@@ -262,7 +282,7 @@
262282
"node_id": "IT_kwDOAGK_Pc4ACRyv",
263283
"updated_at": "2024-07-26T10:12:30Z"
264284
},
265-
"updated_at": "2025-04-16T10:26:23Z",
285+
"updated_at": "2025-06-02T23:00:27Z",
266286
"url": "https://api.github.com/repos/neovim/neovim/issues/16012",
267287
"user": {
268288
"avatar_url": "https://avatars.githubusercontent.com/u/43993819?v=4",

repositories/neovim/issues/16166.json

Lines changed: 67 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -422,15 +422,15 @@
422422
"node_id": "IC_kwDOAPphoM5DoSSA",
423423
"performed_via_github_app": null,
424424
"reactions": {
425-
"+1": 1,
425+
"+1": 2,
426426
"-1": 0,
427427
"confused": 0,
428428
"eyes": 0,
429429
"heart": 0,
430430
"hooray": 0,
431431
"laugh": 0,
432432
"rocket": 0,
433-
"total_count": 1,
433+
"total_count": 2,
434434
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/1134634112/reactions"
435435
},
436436
"updated_at": "2022-05-23T12:56:53Z",
@@ -647,15 +647,15 @@
647647
"node_id": "IC_kwDOAPphoM5DoXyh",
648648
"performed_via_github_app": null,
649649
"reactions": {
650-
"+1": 5,
650+
"+1": 8,
651651
"-1": 0,
652652
"confused": 0,
653653
"eyes": 0,
654654
"heart": 0,
655655
"hooray": 0,
656656
"laugh": 0,
657657
"rocket": 0,
658-
"total_count": 5,
658+
"total_count": 8,
659659
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/1134656673/reactions"
660660
},
661661
"updated_at": "2022-05-23T13:07:55Z",
@@ -681,9 +681,54 @@
681681
"url": "https://api.github.com/users/andmis",
682682
"user_view_type": "public"
683683
}
684+
},
685+
{
686+
"author_association": "NONE",
687+
"body": "Just a note for other that might find this issue. A workaround that is functional enough for my plugin's buffer is to do:\n```lua\n...set extmark with virt_lines_above = true on row=0 of buf...\nlocal win = vim.fn.bufwinid(buf)\n-- execute winrestview in context of win:\nvim.fn.win_execute(win, 'lua vim.fn.winrestview({ topfill = ' .. topfill .. ' })')\n\nvim.api.nvim_create_autocmd({ 'CursorMoved', 'CursorMovedI' }, {\n group = my_augroup,\n buffer = buf,\n callback = function()\n local win = vim.fn.bufwinid(buf)\n -- execute winrestview in context of win:\n vim.fn.win_execute(win, 'lua vim.fn.winrestview({ topfill = ' .. topfill .. ' })')\n end,\n })\n```",
688+
"created_at": "2025-05-29T08:59:29Z",
689+
"html_url": "https://github.com/neovim/neovim/issues/16166#issuecomment-2918768397",
690+
"id": 2918768397,
691+
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/16166",
692+
"node_id": "IC_kwDOAPphoM6t-N8N",
693+
"performed_via_github_app": null,
694+
"reactions": {
695+
"+1": 0,
696+
"-1": 0,
697+
"confused": 0,
698+
"eyes": 0,
699+
"heart": 0,
700+
"hooray": 0,
701+
"laugh": 0,
702+
"rocket": 0,
703+
"total_count": 0,
704+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2918768397/reactions"
705+
},
706+
"updated_at": "2025-05-29T09:16:31Z",
707+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2918768397",
708+
"user": {
709+
"avatar_url": "https://avatars.githubusercontent.com/u/95201?v=4",
710+
"events_url": "https://api.github.com/users/MagicDuck/events{/privacy}",
711+
"followers_url": "https://api.github.com/users/MagicDuck/followers",
712+
"following_url": "https://api.github.com/users/MagicDuck/following{/other_user}",
713+
"gists_url": "https://api.github.com/users/MagicDuck/gists{/gist_id}",
714+
"gravatar_id": "",
715+
"html_url": "https://github.com/MagicDuck",
716+
"id": 95201,
717+
"login": "MagicDuck",
718+
"node_id": "MDQ6VXNlcjk1MjAx",
719+
"organizations_url": "https://api.github.com/users/MagicDuck/orgs",
720+
"received_events_url": "https://api.github.com/users/MagicDuck/received_events",
721+
"repos_url": "https://api.github.com/users/MagicDuck/repos",
722+
"site_admin": false,
723+
"starred_url": "https://api.github.com/users/MagicDuck/starred{/owner}{/repo}",
724+
"subscriptions_url": "https://api.github.com/users/MagicDuck/subscriptions",
725+
"type": "User",
726+
"url": "https://api.github.com/users/MagicDuck",
727+
"user_view_type": "public"
728+
}
684729
}
685730
],
686-
"comments": 15,
731+
"comments": 16,
687732
"comments_url": "https://api.github.com/repos/neovim/neovim/issues/16166/comments",
688733
"created_at": "2021-10-28T23:19:38Z",
689734
"events_url": "https://api.github.com/repos/neovim/neovim/issues/16166/events",
@@ -720,7 +765,7 @@
720765
{
721766
"color": "c5def5",
722767
"default": false,
723-
"description": "marks, extmarks, decorations, virtual text, namespaces",
768+
"description": "marks, extmarks, decorations, virtual text",
724769
"id": 1680119719,
725770
"name": "marks",
726771
"node_id": "MDU6TGFiZWwxNjgwMTE5NzE5",
@@ -731,7 +776,7 @@
731776
"locked": false,
732777
"milestone": {
733778
"closed_at": null,
734-
"closed_issues": 686,
779+
"closed_issues": 720,
735780
"created_at": "2014-05-10T20:43:04Z",
736781
"creator": {
737782
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
@@ -761,25 +806,25 @@
761806
"labels_url": "https://api.github.com/repos/neovim/neovim/milestones/6/labels",
762807
"node_id": "MDk6TWlsZXN0b25lNjU1MDM3",
763808
"number": 6,
764-
"open_issues": 635,
809+
"open_issues": 631,
765810
"state": "open",
766811
"title": "backlog",
767-
"updated_at": "2025-01-21T00:09:37Z",
812+
"updated_at": "2025-06-02T13:08:35Z",
768813
"url": "https://api.github.com/repos/neovim/neovim/milestones/6"
769814
},
770815
"node_id": "I_kwDOAPphoM497k8w",
771816
"number": 16166,
772817
"performed_via_github_app": null,
773818
"reactions": {
774-
"+1": 6,
819+
"+1": 7,
775820
"-1": 0,
776821
"confused": 0,
777822
"eyes": 0,
778823
"heart": 0,
779824
"hooray": 0,
780825
"laugh": 0,
781826
"rocket": 0,
782-
"total_count": 6,
827+
"total_count": 7,
783828
"url": "https://api.github.com/repos/neovim/neovim/issues/16166/reactions"
784829
},
785830
"repository_url": "https://api.github.com/repos/neovim/neovim",
@@ -792,7 +837,17 @@
792837
},
793838
"timeline_url": "https://api.github.com/repos/neovim/neovim/issues/16166/timeline",
794839
"title": "API: control virt_lines_above, viewport, screen lines, scroll",
795-
"updated_at": "2025-01-17T15:59:29Z",
840+
"type": {
841+
"color": "blue",
842+
"created_at": "2024-01-25T10:10:19Z",
843+
"description": "A request, idea, or new functionality",
844+
"id": 597167,
845+
"is_enabled": true,
846+
"name": "Enhancement",
847+
"node_id": "IT_kwDOAGK_Pc4ACRyv",
848+
"updated_at": "2024-07-26T10:12:30Z"
849+
},
850+
"updated_at": "2025-05-30T16:03:51Z",
796851
"url": "https://api.github.com/repos/neovim/neovim/issues/16166",
797852
"user": {
798853
"avatar_url": "https://avatars.githubusercontent.com/u/37233846?v=4",

0 commit comments

Comments
 (0)