Skip to content

Commit c16b62d

Browse files
committed
Backup update
1 parent 7f37762 commit c16b62d

File tree

222 files changed

+53246
-2779
lines changed

Some content is hidden

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

222 files changed

+53246
-2779
lines changed

last_update

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-01-28T01:41:42Z
1+
2025-02-04T02:07:39Z

repositories/neovim-releases/pulls/21.json

+337
Large diffs are not rendered by default.

repositories/neovim/issues/10131.json

+973
Large diffs are not rendered by default.

repositories/neovim/issues/11614.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -742,10 +742,10 @@
742742
"confused": 0,
743743
"eyes": 0,
744744
"heart": 0,
745-
"hooray": 0,
745+
"hooray": 1,
746746
"laugh": 0,
747747
"rocket": 0,
748-
"total_count": 0,
748+
"total_count": 1,
749749
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2508025908/reactions"
750750
},
751751
"updated_at": "2024-11-29T15:22:52Z",
@@ -818,7 +818,7 @@
818818
},
819819
"timeline_url": "https://api.github.com/repos/neovim/neovim/issues/11614/timeline",
820820
"title": "Setting langmap doesn't handle macros.",
821-
"updated_at": "2025-01-19T11:45:40Z",
821+
"updated_at": "2025-01-30T10:07:00Z",
822822
"url": "https://api.github.com/repos/neovim/neovim/issues/11614",
823823
"user": {
824824
"avatar_url": "https://avatars.githubusercontent.com/u/46240987?v=4",

repositories/neovim/issues/12544.json

+52-7
Original file line numberDiff line numberDiff line change
@@ -332,15 +332,15 @@
332332
"node_id": "IC_kwDOAPphoM5CkO8_",
333333
"performed_via_github_app": null,
334334
"reactions": {
335-
"+1": 3,
335+
"+1": 4,
336336
"-1": 0,
337337
"confused": 0,
338338
"eyes": 0,
339339
"heart": 0,
340340
"hooray": 0,
341341
"laugh": 0,
342342
"rocket": 0,
343-
"total_count": 3,
343+
"total_count": 4,
344344
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/1116794687/reactions"
345345
},
346346
"updated_at": "2024-06-24T13:13:44Z",
@@ -726,9 +726,54 @@
726726
"url": "https://api.github.com/users/justinmk",
727727
"user_view_type": "public"
728728
}
729+
},
730+
{
731+
"author_association": "CONTRIBUTOR",
732+
"body": "@justinmk Hi, I think the first comment is wrong, in both vim and neovim, we can use `g:` to get all values, but we can not set `g:` directly.\n\nfor example `let g: = {}` cause `E475: Invalid argument: g: = {}`, but we can use `:echo g:` to get all global values.\n\nso the example should be:\n\n```vim\nlua vim.g.x = 1\n\necho g:\n\n\" Ruslt: {'x' : 1, 'other_var' : 2}\n```\n\nIt is https://github.com/neovim/neovim/issues/12544#issuecomment-657122718\n\n",
733+
"created_at": "2025-02-02T14:20:46Z",
734+
"html_url": "https://github.com/neovim/neovim/issues/12544#issuecomment-2629416196",
735+
"id": 2629416196,
736+
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/12544",
737+
"node_id": "IC_kwDOAPphoM6cubUE",
738+
"performed_via_github_app": null,
739+
"reactions": {
740+
"+1": 0,
741+
"-1": 0,
742+
"confused": 0,
743+
"eyes": 0,
744+
"heart": 0,
745+
"hooray": 0,
746+
"laugh": 0,
747+
"rocket": 0,
748+
"total_count": 0,
749+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2629416196/reactions"
750+
},
751+
"updated_at": "2025-02-02T14:28:43Z",
752+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2629416196",
753+
"user": {
754+
"avatar_url": "https://avatars.githubusercontent.com/u/13142418?v=4",
755+
"events_url": "https://api.github.com/users/wsdjeg/events{/privacy}",
756+
"followers_url": "https://api.github.com/users/wsdjeg/followers",
757+
"following_url": "https://api.github.com/users/wsdjeg/following{/other_user}",
758+
"gists_url": "https://api.github.com/users/wsdjeg/gists{/gist_id}",
759+
"gravatar_id": "",
760+
"html_url": "https://github.com/wsdjeg",
761+
"id": 13142418,
762+
"login": "wsdjeg",
763+
"node_id": "MDQ6VXNlcjEzMTQyNDE4",
764+
"organizations_url": "https://api.github.com/users/wsdjeg/orgs",
765+
"received_events_url": "https://api.github.com/users/wsdjeg/received_events",
766+
"repos_url": "https://api.github.com/users/wsdjeg/repos",
767+
"site_admin": false,
768+
"starred_url": "https://api.github.com/users/wsdjeg/starred{/owner}{/repo}",
769+
"subscriptions_url": "https://api.github.com/users/wsdjeg/subscriptions",
770+
"type": "User",
771+
"url": "https://api.github.com/users/wsdjeg",
772+
"user_view_type": "public"
773+
}
729774
}
730775
],
731-
"comments": 16,
776+
"comments": 17,
732777
"comments_url": "https://api.github.com/repos/neovim/neovim/issues/12544/comments",
733778
"created_at": "2020-06-26T12:32:27Z",
734779
"events_url": "https://api.github.com/repos/neovim/neovim/issues/12544/events",
@@ -785,7 +830,7 @@
785830
"locked": false,
786831
"milestone": {
787832
"closed_at": null,
788-
"closed_issues": 686,
833+
"closed_issues": 691,
789834
"created_at": "2014-05-10T20:43:04Z",
790835
"creator": {
791836
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
@@ -815,10 +860,10 @@
815860
"labels_url": "https://api.github.com/repos/neovim/neovim/milestones/6/labels",
816861
"node_id": "MDk6TWlsZXN0b25lNjU1MDM3",
817862
"number": 6,
818-
"open_issues": 635,
863+
"open_issues": 634,
819864
"state": "open",
820865
"title": "backlog",
821-
"updated_at": "2025-01-21T00:09:37Z",
866+
"updated_at": "2025-02-03T17:13:43Z",
822867
"url": "https://api.github.com/repos/neovim/neovim/milestones/6"
823868
},
824869
"node_id": "MDU6SXNzdWU2NDYyMzA5MDM=",
@@ -846,7 +891,7 @@
846891
},
847892
"timeline_url": "https://api.github.com/repos/neovim/neovim/issues/12544/timeline",
848893
"title": "Lua: store metatables on vim.b/vim.w/vim.t/vim.v scopes",
849-
"updated_at": "2025-01-17T16:01:55Z",
894+
"updated_at": "2025-02-02T14:28:43Z",
850895
"url": "https://api.github.com/repos/neovim/neovim/issues/12544",
851896
"user": {
852897
"avatar_url": "https://avatars.githubusercontent.com/u/4466899?v=4",

0 commit comments

Comments
 (0)