Skip to content

Commit 51dad8b

Browse files
committed
Backup update
1 parent d46ff1e commit 51dad8b

File tree

261 files changed

+67176
-2253
lines changed

Some content is hidden

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

261 files changed

+67176
-2253
lines changed

last_update

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-10-08T00:49:29Z
1+
2024-10-15T02:14:42Z

repositories/neovim-snap/issues/25.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"state_reason": null,
215215
"timeline_url": "https://api.github.com/repos/neovim/neovim-snap/issues/25/timeline",
216216
"title": "pipes not working correctly (missing permissions?)",
217-
"updated_at": "2024-10-03T13:00:00Z",
217+
"updated_at": "2024-10-09T08:36:14Z",
218218
"url": "https://api.github.com/repos/neovim/neovim-snap/issues/25",
219219
"user": {
220220
"avatar_url": "https://avatars.githubusercontent.com/u/40683721?v=4",

repositories/neovim-snap/issues/28.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"state_reason": null,
127127
"timeline_url": "https://api.github.com/repos/neovim/neovim-snap/issues/28/timeline",
128128
"title": "Manpage for nvim is not being installed with the snap",
129-
"updated_at": "2024-10-03T12:58:55Z",
129+
"updated_at": "2024-10-09T08:36:14Z",
130130
"url": "https://api.github.com/repos/neovim/neovim-snap/issues/28",
131131
"user": {
132132
"avatar_url": "https://avatars.githubusercontent.com/u/62172067?v=4",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,249 @@
1+
{
2+
"active_lock_reason": null,
3+
"assignee": null,
4+
"assignees": [],
5+
"author_association": "NONE",
6+
"body": "### Describe the bug\n\nSelected part is messed up. They're part of the last bullet point but they (BufReadCmd, BufReadPre, BufUnload, BufWinEnter) should have their separate entries. There's also weird E200 and E201 which I don't know if they should exist.\r\n\r\n![image](https://user-images.githubusercontent.com/12980409/220146150-d794e39f-73c8-4ba0-b42c-8411b3a847f5.png)\r\n\n\n### Steps to reproduce\n\nhttps://neovim.io/doc/user/autocmd.html \n\n### Expected behavior\n\nBufReadCmd, BufReadPre, BufUnload, BufWinEnter should have their separate entries\n\n### Neovim version (nvim -v)\n\n0.9.0\n\n### Vim (not Nvim) behaves the same?\n\nno\n\n### Operating system/version\n\nUbuntu 22.04\n\n### Terminal name/version\n\nwezterm 202211 stable\n\n### $TERM environment variable\n\nxterm-256color\n\n### Installation\n\nappimage",
7+
"closed_at": null,
8+
"closed_by": null,
9+
"comment_data": [
10+
{
11+
"author_association": "MEMBER",
12+
"body": "That's an issue with https://github.com/neovim/tree-sitter-vimdoc, see the Readme:\r\n\r\n> nesting is ignored: indented listitems are parsed as siblings.",
13+
"created_at": "2023-02-20T15:33:08Z",
14+
"html_url": "https://github.com/neovim/neovim.github.io/issues/319#issuecomment-1437203318",
15+
"id": 1437203318,
16+
"issue_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/319",
17+
"node_id": "IC_kwDOAQSZx85Vqft2",
18+
"performed_via_github_app": null,
19+
"reactions": {
20+
"+1": 0,
21+
"-1": 0,
22+
"confused": 0,
23+
"eyes": 0,
24+
"heart": 0,
25+
"hooray": 0,
26+
"laugh": 0,
27+
"rocket": 0,
28+
"total_count": 0,
29+
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/1437203318/reactions"
30+
},
31+
"updated_at": "2023-02-20T15:33:08Z",
32+
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/1437203318",
33+
"user": {
34+
"avatar_url": "https://avatars.githubusercontent.com/u/2361214?v=4",
35+
"events_url": "https://api.github.com/users/clason/events{/privacy}",
36+
"followers_url": "https://api.github.com/users/clason/followers",
37+
"following_url": "https://api.github.com/users/clason/following{/other_user}",
38+
"gists_url": "https://api.github.com/users/clason/gists{/gist_id}",
39+
"gravatar_id": "",
40+
"html_url": "https://github.com/clason",
41+
"id": 2361214,
42+
"login": "clason",
43+
"node_id": "MDQ6VXNlcjIzNjEyMTQ=",
44+
"organizations_url": "https://api.github.com/users/clason/orgs",
45+
"received_events_url": "https://api.github.com/users/clason/received_events",
46+
"repos_url": "https://api.github.com/users/clason/repos",
47+
"site_admin": false,
48+
"starred_url": "https://api.github.com/users/clason/starred{/owner}{/repo}",
49+
"subscriptions_url": "https://api.github.com/users/clason/subscriptions",
50+
"type": "User",
51+
"url": "https://api.github.com/users/clason"
52+
}
53+
},
54+
{
55+
"author_association": "MEMBER",
56+
"body": "(And the website has its own repo, where such issues are probably better discussed: https://github.com/neovim/neovim.github.io)",
57+
"created_at": "2023-02-20T15:34:11Z",
58+
"html_url": "https://github.com/neovim/neovim.github.io/issues/319#issuecomment-1437203323",
59+
"id": 1437203323,
60+
"issue_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/319",
61+
"node_id": "IC_kwDOAQSZx85Vqft7",
62+
"performed_via_github_app": null,
63+
"reactions": {
64+
"+1": 0,
65+
"-1": 0,
66+
"confused": 0,
67+
"eyes": 0,
68+
"heart": 0,
69+
"hooray": 0,
70+
"laugh": 0,
71+
"rocket": 0,
72+
"total_count": 0,
73+
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/1437203323/reactions"
74+
},
75+
"updated_at": "2023-02-20T15:34:11Z",
76+
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/1437203323",
77+
"user": {
78+
"avatar_url": "https://avatars.githubusercontent.com/u/2361214?v=4",
79+
"events_url": "https://api.github.com/users/clason/events{/privacy}",
80+
"followers_url": "https://api.github.com/users/clason/followers",
81+
"following_url": "https://api.github.com/users/clason/following{/other_user}",
82+
"gists_url": "https://api.github.com/users/clason/gists{/gist_id}",
83+
"gravatar_id": "",
84+
"html_url": "https://github.com/clason",
85+
"id": 2361214,
86+
"login": "clason",
87+
"node_id": "MDQ6VXNlcjIzNjEyMTQ=",
88+
"organizations_url": "https://api.github.com/users/clason/orgs",
89+
"received_events_url": "https://api.github.com/users/clason/received_events",
90+
"repos_url": "https://api.github.com/users/clason/repos",
91+
"site_admin": false,
92+
"starred_url": "https://api.github.com/users/clason/starred{/owner}{/repo}",
93+
"subscriptions_url": "https://api.github.com/users/clason/subscriptions",
94+
"type": "User",
95+
"url": "https://api.github.com/users/clason"
96+
}
97+
},
98+
{
99+
"author_association": "NONE",
100+
"body": "Thanks for moving the issue. I first uploaded this on https://github.com/neovim/doc but I wasn't sure where the problem is from.",
101+
"created_at": "2023-02-20T15:38:35Z",
102+
"html_url": "https://github.com/neovim/neovim.github.io/issues/319#issuecomment-1437211373",
103+
"id": 1437211373,
104+
"issue_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/319",
105+
"node_id": "IC_kwDOAQSZx85Vqhrt",
106+
"performed_via_github_app": null,
107+
"reactions": {
108+
"+1": 0,
109+
"-1": 0,
110+
"confused": 0,
111+
"eyes": 0,
112+
"heart": 0,
113+
"hooray": 0,
114+
"laugh": 0,
115+
"rocket": 0,
116+
"total_count": 0,
117+
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/1437211373/reactions"
118+
},
119+
"updated_at": "2023-02-20T15:38:35Z",
120+
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/1437211373",
121+
"user": {
122+
"avatar_url": "https://avatars.githubusercontent.com/u/12980409?v=4",
123+
"events_url": "https://api.github.com/users/kiyoon/events{/privacy}",
124+
"followers_url": "https://api.github.com/users/kiyoon/followers",
125+
"following_url": "https://api.github.com/users/kiyoon/following{/other_user}",
126+
"gists_url": "https://api.github.com/users/kiyoon/gists{/gist_id}",
127+
"gravatar_id": "",
128+
"html_url": "https://github.com/kiyoon",
129+
"id": 12980409,
130+
"login": "kiyoon",
131+
"node_id": "MDQ6VXNlcjEyOTgwNDA5",
132+
"organizations_url": "https://api.github.com/users/kiyoon/orgs",
133+
"received_events_url": "https://api.github.com/users/kiyoon/received_events",
134+
"repos_url": "https://api.github.com/users/kiyoon/repos",
135+
"site_admin": false,
136+
"starred_url": "https://api.github.com/users/kiyoon/starred{/owner}{/repo}",
137+
"subscriptions_url": "https://api.github.com/users/kiyoon/subscriptions",
138+
"type": "User",
139+
"url": "https://api.github.com/users/kiyoon"
140+
}
141+
},
142+
{
143+
"author_association": "MEMBER",
144+
"body": "The issue is indeed the nested list, in particular the list item for `BufRead` ending with a nested list. Adding a new line afterwards fixes the issue (but messes up the layout of the help file, of course).",
145+
"created_at": "2023-02-20T15:49:29Z",
146+
"html_url": "https://github.com/neovim/neovim.github.io/issues/319#issuecomment-1437225895",
147+
"id": 1437225895,
148+
"issue_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/319",
149+
"node_id": "IC_kwDOAQSZx85VqlOn",
150+
"performed_via_github_app": null,
151+
"reactions": {
152+
"+1": 0,
153+
"-1": 0,
154+
"confused": 0,
155+
"eyes": 0,
156+
"heart": 0,
157+
"hooray": 0,
158+
"laugh": 0,
159+
"rocket": 0,
160+
"total_count": 0,
161+
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/1437225895/reactions"
162+
},
163+
"updated_at": "2023-02-20T15:49:29Z",
164+
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/1437225895",
165+
"user": {
166+
"avatar_url": "https://avatars.githubusercontent.com/u/2361214?v=4",
167+
"events_url": "https://api.github.com/users/clason/events{/privacy}",
168+
"followers_url": "https://api.github.com/users/clason/followers",
169+
"following_url": "https://api.github.com/users/clason/following{/other_user}",
170+
"gists_url": "https://api.github.com/users/clason/gists{/gist_id}",
171+
"gravatar_id": "",
172+
"html_url": "https://github.com/clason",
173+
"id": 2361214,
174+
"login": "clason",
175+
"node_id": "MDQ6VXNlcjIzNjEyMTQ=",
176+
"organizations_url": "https://api.github.com/users/clason/orgs",
177+
"received_events_url": "https://api.github.com/users/clason/received_events",
178+
"repos_url": "https://api.github.com/users/clason/repos",
179+
"site_admin": false,
180+
"starred_url": "https://api.github.com/users/clason/starred{/owner}{/repo}",
181+
"subscriptions_url": "https://api.github.com/users/clason/subscriptions",
182+
"type": "User",
183+
"url": "https://api.github.com/users/clason"
184+
}
185+
}
186+
],
187+
"comments": 4,
188+
"comments_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/319/comments",
189+
"created_at": "2023-02-20T15:27:24Z",
190+
"events_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/319/events",
191+
"html_url": "https://github.com/neovim/neovim.github.io/issues/319",
192+
"id": 1592075998,
193+
"labels": [
194+
{
195+
"color": "E99695",
196+
"default": true,
197+
"description": "",
198+
"id": 82033976,
199+
"name": "bug",
200+
"node_id": "MDU6TGFiZWw4MjAzMzk3Ng==",
201+
"url": "https://api.github.com/repos/neovim/neovim.github.io/labels/bug"
202+
}
203+
],
204+
"labels_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/319/labels{/name}",
205+
"locked": false,
206+
"milestone": null,
207+
"node_id": "I_kwDOAQSZx85e5Sbe",
208+
"number": 319,
209+
"performed_via_github_app": null,
210+
"reactions": {
211+
"+1": 0,
212+
"-1": 0,
213+
"confused": 0,
214+
"eyes": 0,
215+
"heart": 0,
216+
"hooray": 0,
217+
"laugh": 0,
218+
"rocket": 0,
219+
"total_count": 0,
220+
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/319/reactions"
221+
},
222+
"repository_url": "https://api.github.com/repos/neovim/neovim.github.io",
223+
"state": "open",
224+
"state_reason": null,
225+
"timeline_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/319/timeline",
226+
"title": "docs: Autocmd section got messed up",
227+
"updated_at": "2024-10-08T12:28:06Z",
228+
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/319",
229+
"user": {
230+
"avatar_url": "https://avatars.githubusercontent.com/u/12980409?v=4",
231+
"events_url": "https://api.github.com/users/kiyoon/events{/privacy}",
232+
"followers_url": "https://api.github.com/users/kiyoon/followers",
233+
"following_url": "https://api.github.com/users/kiyoon/following{/other_user}",
234+
"gists_url": "https://api.github.com/users/kiyoon/gists{/gist_id}",
235+
"gravatar_id": "",
236+
"html_url": "https://github.com/kiyoon",
237+
"id": 12980409,
238+
"login": "kiyoon",
239+
"node_id": "MDQ6VXNlcjEyOTgwNDA5",
240+
"organizations_url": "https://api.github.com/users/kiyoon/orgs",
241+
"received_events_url": "https://api.github.com/users/kiyoon/received_events",
242+
"repos_url": "https://api.github.com/users/kiyoon/repos",
243+
"site_admin": false,
244+
"starred_url": "https://api.github.com/users/kiyoon/starred{/owner}{/repo}",
245+
"subscriptions_url": "https://api.github.com/users/kiyoon/subscriptions",
246+
"type": "User",
247+
"url": "https://api.github.com/users/kiyoon"
248+
}
249+
}

repositories/neovim.github.io/issues/345.json

+52-6
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,54 @@
55
"author_association": "NONE",
66
"body": "While trying to use search bar I've noticed that I'm not redirected to place I wanted but to section which took me some time to realize that. \r\nExample. \r\nsearch: `nvim_create_buf`\r\nredirected: https://neovim.io/doc/user/api.html#api-command\r\n\r\nWould be nice if i was immediately redirected to `nvim_create_buf` section. ",
77
"closed_at": null,
8-
"comment_data": [],
9-
"comments": 0,
8+
"closed_by": null,
9+
"comment_data": [
10+
{
11+
"author_association": "MEMBER",
12+
"body": "A quick improvement here would be to render the `help-tag-right` elements as `<h4>` (or h3/h5/etc).",
13+
"created_at": "2024-10-08T14:37:21Z",
14+
"html_url": "https://github.com/neovim/neovim.github.io/issues/345#issuecomment-2400038449",
15+
"id": 2400038449,
16+
"issue_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/345",
17+
"node_id": "IC_kwDOAQSZx86PDa4x",
18+
"performed_via_github_app": null,
19+
"reactions": {
20+
"+1": 0,
21+
"-1": 0,
22+
"confused": 0,
23+
"eyes": 0,
24+
"heart": 0,
25+
"hooray": 0,
26+
"laugh": 0,
27+
"rocket": 0,
28+
"total_count": 0,
29+
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/2400038449/reactions"
30+
},
31+
"updated_at": "2024-10-08T14:37:44Z",
32+
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/2400038449",
33+
"user": {
34+
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
35+
"events_url": "https://api.github.com/users/justinmk/events{/privacy}",
36+
"followers_url": "https://api.github.com/users/justinmk/followers",
37+
"following_url": "https://api.github.com/users/justinmk/following{/other_user}",
38+
"gists_url": "https://api.github.com/users/justinmk/gists{/gist_id}",
39+
"gravatar_id": "",
40+
"html_url": "https://github.com/justinmk",
41+
"id": 1359421,
42+
"login": "justinmk",
43+
"node_id": "MDQ6VXNlcjEzNTk0MjE=",
44+
"organizations_url": "https://api.github.com/users/justinmk/orgs",
45+
"received_events_url": "https://api.github.com/users/justinmk/received_events",
46+
"repos_url": "https://api.github.com/users/justinmk/repos",
47+
"site_admin": false,
48+
"starred_url": "https://api.github.com/users/justinmk/starred{/owner}{/repo}",
49+
"subscriptions_url": "https://api.github.com/users/justinmk/subscriptions",
50+
"type": "User",
51+
"url": "https://api.github.com/users/justinmk"
52+
}
53+
}
54+
],
55+
"comments": 1,
1056
"comments_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/345/comments",
1157
"created_at": "2024-04-15T19:59:26Z",
1258
"events_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/345/events",
@@ -30,23 +76,23 @@
3076
"number": 345,
3177
"performed_via_github_app": null,
3278
"reactions": {
33-
"+1": 0,
79+
"+1": 1,
3480
"-1": 0,
3581
"confused": 0,
3682
"eyes": 0,
3783
"heart": 0,
3884
"hooray": 0,
3985
"laugh": 0,
4086
"rocket": 0,
41-
"total_count": 0,
87+
"total_count": 1,
4288
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/345/reactions"
4389
},
4490
"repository_url": "https://api.github.com/repos/neovim/neovim.github.io",
4591
"state": "open",
4692
"state_reason": null,
4793
"timeline_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/345/timeline",
48-
"title": "better search ",
49-
"updated_at": "2024-04-15T20:00:27Z",
94+
"title": "docsearch (algolia): better search (more granular)",
95+
"updated_at": "2024-10-08T14:37:44Z",
5096
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/345",
5197
"user": {
5298
"avatar_url": "https://avatars.githubusercontent.com/u/42907709?v=4",

0 commit comments

Comments
 (0)