Skip to content

Commit 4758060

Browse files
committed
Backup update
1 parent 55b931f commit 4758060

File tree

229 files changed

+71431
-3990
lines changed

Some content is hidden

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

229 files changed

+71431
-3990
lines changed

last_update

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-12-31T02:18:29Z
1+
2025-01-07T02:12:44Z

repositories/neovim-releases/pulls/14.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@
113113
},
114114
"private": false,
115115
"pulls_url": "https://api.github.com/repos/neovim/neovim-releases/pulls{/number}",
116-
"pushed_at": "2024-11-04T05:20:39Z",
116+
"pushed_at": "2025-01-06T05:20:00Z",
117117
"releases_url": "https://api.github.com/repos/neovim/neovim-releases/releases{/id}",
118-
"size": 19,
118+
"size": 24,
119119
"ssh_url": "[email protected]:neovim/neovim-releases.git",
120-
"stargazers_count": 101,
120+
"stargazers_count": 123,
121121
"stargazers_url": "https://api.github.com/repos/neovim/neovim-releases/stargazers",
122122
"statuses_url": "https://api.github.com/repos/neovim/neovim-releases/statuses/{sha}",
123123
"subscribers_url": "https://api.github.com/repos/neovim/neovim-releases/subscribers",
@@ -127,11 +127,11 @@
127127
"teams_url": "https://api.github.com/repos/neovim/neovim-releases/teams",
128128
"topics": [],
129129
"trees_url": "https://api.github.com/repos/neovim/neovim-releases/git/trees{/sha}",
130-
"updated_at": "2024-11-04T06:59:30Z",
130+
"updated_at": "2025-01-06T14:16:28Z",
131131
"url": "https://api.github.com/repos/neovim/neovim-releases",
132132
"visibility": "public",
133-
"watchers": 101,
134-
"watchers_count": 101,
133+
"watchers": 123,
134+
"watchers_count": 123,
135135
"web_commit_signoff_required": false
136136
},
137137
"sha": "0da8adcb24fa97f390625c7f0e592fde26427d75",
@@ -249,9 +249,9 @@
249249
},
250250
"private": false,
251251
"pulls_url": "https://api.github.com/repos/dundargoc/neovim-releases/pulls{/number}",
252-
"pushed_at": "2024-11-04T19:34:22Z",
252+
"pushed_at": "2025-01-06T05:14:21Z",
253253
"releases_url": "https://api.github.com/repos/dundargoc/neovim-releases/releases{/id}",
254-
"size": 17,
254+
"size": 22,
255255
"ssh_url": "[email protected]:dundargoc/neovim-releases.git",
256256
"stargazers_count": 1,
257257
"stargazers_url": "https://api.github.com/repos/dundargoc/neovim-releases/stargazers",
@@ -263,7 +263,7 @@
263263
"teams_url": "https://api.github.com/repos/dundargoc/neovim-releases/teams",
264264
"topics": [],
265265
"trees_url": "https://api.github.com/repos/dundargoc/neovim-releases/git/trees{/sha}",
266-
"updated_at": "2024-11-04T19:29:35Z",
266+
"updated_at": "2024-12-29T15:27:07Z",
267267
"url": "https://api.github.com/repos/dundargoc/neovim-releases",
268268
"visibility": "public",
269269
"watchers": 1,
@@ -298,7 +298,7 @@
298298
"issue_url": "https://api.github.com/repos/neovim/neovim-releases/issues/14",
299299
"labels": [],
300300
"locked": false,
301-
"merge_commit_sha": "44c9b2429afbde5152fd4fcf4a9b21958a157cd4",
301+
"merge_commit_sha": "765860b596c79595e329cedf9aec252dc510d5fc",
302302
"merged_at": null,
303303
"milestone": null,
304304
"node_id": "PR_kwDOKRCuqc6A1-V_",
@@ -311,7 +311,7 @@
311311
"state": "open",
312312
"statuses_url": "https://api.github.com/repos/neovim/neovim-releases/statuses/0f44313178bff0c94effebeeafca50af72fd3938",
313313
"title": "ci: add aarch64 release",
314-
"updated_at": "2024-11-04T19:34:26Z",
314+
"updated_at": "2025-01-05T15:50:09Z",
315315
"url": "https://api.github.com/repos/neovim/neovim-releases/pulls/14",
316316
"user": {
317317
"avatar_url": "https://avatars.githubusercontent.com/u/33953936?v=4",

repositories/neovim/issues/1029.json

+8-143
Original file line numberDiff line numberDiff line change
@@ -322,141 +322,6 @@
322322
"user_view_type": "public"
323323
}
324324
},
325-
{
326-
"author_association": "NONE",
327-
"body": "On Fri, Aug 15, 2014 at 02:53:40PM -0700, Justin M. Keyes wrote:\n\n> Well, sometimes people just want to run a quick command to see the\n> output and then `q` back to Vim.\n\nThat's what I assume too.\n\n> I think there's an improvement that can be made without compromising\n> any existing use cases: if a command returns empty, don't show a\n> \"Press ENTER\" prompt; instead, just echo a \"shell returned <error\n> code>\" status message.\n\nI like the idea but think it can be expanded upon. If the command does\nnot return anything on stdout or only on stderr just show the \"shell\nreturned\" status message. That way doing 'man somenotexistingpage' would\nat least give you the error code returned (because man only writes to\nstderr in that case).\n\n> Or maybe don't show anything at all: plugins/users can already listen\n> to `ShellCmdPost` if they want to do further handling (I would\n> advocated shipping Neovim with a default handler for this, though).\n> \n> Getting rid of \"Press ENTER\" entirely is not a good idea in my\n> opinion, because it will make the existing use-case of \"I just want to\n> check the results of this command\" a multi-step process. On the other\n> hand, users who _don't_ want to see the results of a command have\n> these options:\n> - dispatch.vim\n> - Neovim's `jobstart()`\n\nI think these are nice options to have but I personally never want to\nsee the output of a program I run using ! so making it the default would\nmake sense for me. I don't think I am alone but that is why we are\ndiscussing the issue.\n\n> Perhaps we should think about adding a special async version of `:!`\n> that uses `jobstart()`. Maybe one of these:\n> \n> ```\n> :>!\n> :@!\n> :&!\n> ```\n> \n> The existing `>`, `@`, and `&` commands don't allow bang and probably\n> never will.\n> \n> `:^` and `:)` are also available, although they might drive the VimL\n> parser insane (not to mention VimL syntax highlighting).\n\nI would prefer not adding any more syntax. Having a configurable option\nto make the ! command not wait for input (at least in certain cases)\nseems like the cleaner solution to me.\n\nI would like to know other people's opinion on this.\n",
328-
"created_at": "2014-08-16T08:52:25Z",
329-
"html_url": "https://github.com/neovim/neovim/issues/1029#issuecomment-52387891",
330-
"id": 52387891,
331-
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/1029",
332-
"node_id": "MDEyOklzc3VlQ29tbWVudDUyMzg3ODkx",
333-
"performed_via_github_app": null,
334-
"reactions": {
335-
"+1": 0,
336-
"-1": 0,
337-
"confused": 0,
338-
"eyes": 0,
339-
"heart": 0,
340-
"hooray": 0,
341-
"laugh": 0,
342-
"rocket": 0,
343-
"total_count": 0,
344-
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/52387891/reactions"
345-
},
346-
"updated_at": "2024-12-07T12:10:33Z",
347-
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/52387891",
348-
"user": {
349-
"avatar_url": "https://avatars.githubusercontent.com/u/500068?v=4",
350-
"events_url": "https://api.github.com/users/Shugyousha/events{/privacy}",
351-
"followers_url": "https://api.github.com/users/Shugyousha/followers",
352-
"following_url": "https://api.github.com/users/Shugyousha/following{/other_user}",
353-
"gists_url": "https://api.github.com/users/Shugyousha/gists{/gist_id}",
354-
"gravatar_id": "",
355-
"html_url": "https://github.com/Shugyousha",
356-
"id": 500068,
357-
"login": "Shugyousha",
358-
"node_id": "MDQ6VXNlcjUwMDA2OA==",
359-
"organizations_url": "https://api.github.com/users/Shugyousha/orgs",
360-
"received_events_url": "https://api.github.com/users/Shugyousha/received_events",
361-
"repos_url": "https://api.github.com/users/Shugyousha/repos",
362-
"site_admin": false,
363-
"starred_url": "https://api.github.com/users/Shugyousha/starred{/owner}{/repo}",
364-
"subscriptions_url": "https://api.github.com/users/Shugyousha/subscriptions",
365-
"type": "User",
366-
"url": "https://api.github.com/users/Shugyousha",
367-
"user_view_type": "public"
368-
}
369-
},
370-
{
371-
"author_association": "NONE",
372-
"body": "- outsider perspective -\n I like the idea that it would jump to the screen _only_ if it had unhandled output. One of the \"marketing(?)\" ideas I love about NeoVim is \"removing cruft\". The pause is something that really takes away the shine from Vim and it's one of those little changes that will make a big impact on how people perceive the project when they first start using it.\n\nI would also say that defaulting to _not_ showing it - even when there is unhandled output - would break expectations and raise a bunch of wtfs. That is unless it says \"command returned 0\" or something of that sort.\n",
373-
"created_at": "2014-09-23T22:30:53Z",
374-
"html_url": "https://github.com/neovim/neovim/issues/1029#issuecomment-56600411",
375-
"id": 56600411,
376-
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/1029",
377-
"node_id": "MDEyOklzc3VlQ29tbWVudDU2NjAwNDEx",
378-
"performed_via_github_app": null,
379-
"reactions": {
380-
"+1": 0,
381-
"-1": 0,
382-
"confused": 0,
383-
"eyes": 0,
384-
"heart": 0,
385-
"hooray": 0,
386-
"laugh": 0,
387-
"rocket": 0,
388-
"total_count": 0,
389-
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/56600411/reactions"
390-
},
391-
"updated_at": "2024-12-07T12:10:47Z",
392-
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/56600411",
393-
"user": {
394-
"avatar_url": "https://avatars.githubusercontent.com/u/3826143?v=4",
395-
"events_url": "https://api.github.com/users/danpolanco/events{/privacy}",
396-
"followers_url": "https://api.github.com/users/danpolanco/followers",
397-
"following_url": "https://api.github.com/users/danpolanco/following{/other_user}",
398-
"gists_url": "https://api.github.com/users/danpolanco/gists{/gist_id}",
399-
"gravatar_id": "",
400-
"html_url": "https://github.com/danpolanco",
401-
"id": 3826143,
402-
"login": "danpolanco",
403-
"node_id": "MDQ6VXNlcjM4MjYxNDM=",
404-
"organizations_url": "https://api.github.com/users/danpolanco/orgs",
405-
"received_events_url": "https://api.github.com/users/danpolanco/received_events",
406-
"repos_url": "https://api.github.com/users/danpolanco/repos",
407-
"site_admin": false,
408-
"starred_url": "https://api.github.com/users/danpolanco/starred{/owner}{/repo}",
409-
"subscriptions_url": "https://api.github.com/users/danpolanco/subscriptions",
410-
"type": "User",
411-
"url": "https://api.github.com/users/danpolanco",
412-
"user_view_type": "public"
413-
}
414-
},
415-
{
416-
"author_association": "NONE",
417-
"body": "As a user of :! to execute commands, I agree with the conclusions of Shugyousha and DanTheColoradan. I use the pause and prompt to execute commands for commands with a text output, but I would welcome an option to not have the pause and prompt. Opening another terminal is not always convenient (eg. work over ssh or using a small screen).\n",
418-
"created_at": "2015-01-14T14:01:52Z",
419-
"html_url": "https://github.com/neovim/neovim/issues/1029#issuecomment-69919435",
420-
"id": 69919435,
421-
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/1029",
422-
"node_id": "MDEyOklzc3VlQ29tbWVudDY5OTE5NDM1",
423-
"performed_via_github_app": null,
424-
"reactions": {
425-
"+1": 0,
426-
"-1": 0,
427-
"confused": 0,
428-
"eyes": 0,
429-
"heart": 0,
430-
"hooray": 0,
431-
"laugh": 0,
432-
"rocket": 0,
433-
"total_count": 0,
434-
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/69919435/reactions"
435-
},
436-
"updated_at": "2015-01-14T14:01:52Z",
437-
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/69919435",
438-
"user": {
439-
"avatar_url": "https://avatars.githubusercontent.com/u/3790954?v=4",
440-
"events_url": "https://api.github.com/users/arames/events{/privacy}",
441-
"followers_url": "https://api.github.com/users/arames/followers",
442-
"following_url": "https://api.github.com/users/arames/following{/other_user}",
443-
"gists_url": "https://api.github.com/users/arames/gists{/gist_id}",
444-
"gravatar_id": "",
445-
"html_url": "https://github.com/arames",
446-
"id": 3790954,
447-
"login": "arames",
448-
"node_id": "MDQ6VXNlcjM3OTA5NTQ=",
449-
"organizations_url": "https://api.github.com/users/arames/orgs",
450-
"received_events_url": "https://api.github.com/users/arames/received_events",
451-
"repos_url": "https://api.github.com/users/arames/repos",
452-
"site_admin": false,
453-
"starred_url": "https://api.github.com/users/arames/starred{/owner}{/repo}",
454-
"subscriptions_url": "https://api.github.com/users/arames/subscriptions",
455-
"type": "User",
456-
"url": "https://api.github.com/users/arames",
457-
"user_view_type": "public"
458-
}
459-
},
460325
{
461326
"author_association": "NONE",
462327
"body": "So annoying to have that message for shell commands. When echoing two lines `:echo \"line 1\" | echo \"line 2\"` with `cmdheight=2` the message is not displayed. How on earth it is enforced for shell commands, even if the output can perfectly fit into the command line.\n\n> I think there's an improvement that can be made without compromising any existing use cases: if a command returns empty, don't show a \"Press ENTER\" prompt; instead, just echo a \"shell returned \" status message.\n\nCouldn't agree more.\n",
@@ -692,15 +557,15 @@
692557
"node_id": "IC_kwDOAPphoM6WffkF",
693558
"performed_via_github_app": null,
694559
"reactions": {
695-
"+1": 1,
560+
"+1": 2,
696561
"-1": 0,
697562
"confused": 0,
698563
"eyes": 0,
699564
"heart": 0,
700-
"hooray": 1,
565+
"hooray": 2,
701566
"laugh": 0,
702567
"rocket": 0,
703-
"total_count": 2,
568+
"total_count": 4,
704569
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2524838149/reactions"
705570
},
706571
"updated_at": "2024-12-07T03:24:22Z",
@@ -863,7 +728,7 @@
863728
}
864729
}
865730
],
866-
"comments": 19,
731+
"comments": 16,
867732
"comments_url": "https://api.github.com/repos/neovim/neovim/issues/1029/comments",
868733
"created_at": "2014-08-03T22:02:00Z",
869734
"events_url": "https://api.github.com/repos/neovim/neovim/issues/1029/events",
@@ -902,7 +767,7 @@
902767
"locked": false,
903768
"milestone": {
904769
"closed_at": null,
905-
"closed_issues": 670,
770+
"closed_issues": 681,
906771
"created_at": "2014-05-10T20:43:04Z",
907772
"creator": {
908773
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
@@ -932,10 +797,10 @@
932797
"labels_url": "https://api.github.com/repos/neovim/neovim/milestones/6/labels",
933798
"node_id": "MDk6TWlsZXN0b25lNjU1MDM3",
934799
"number": 6,
935-
"open_issues": 621,
800+
"open_issues": 624,
936801
"state": "open",
937802
"title": "backlog",
938-
"updated_at": "2024-12-10T00:25:59Z",
803+
"updated_at": "2025-01-05T20:57:25Z",
939804
"url": "https://api.github.com/repos/neovim/neovim/milestones/6"
940805
},
941806
"node_id": "MDU6SXNzdWUzOTM4MDU1NQ==",
@@ -963,7 +828,7 @@
963828
},
964829
"timeline_url": "https://api.github.com/repos/neovim/neovim/issues/1029/timeline",
965830
"title": "Remove 'Press ENTER or type command to continue'",
966-
"updated_at": "2024-12-08T05:22:52Z",
831+
"updated_at": "2025-01-05T01:50:40Z",
967832
"url": "https://api.github.com/repos/neovim/neovim/issues/1029",
968833
"user": {
969834
"avatar_url": "https://avatars.githubusercontent.com/u/7731696?v=4",

0 commit comments

Comments
 (0)