Skip to content

Commit 86a4130

Browse files
committed
Backup update
1 parent be9dc26 commit 86a4130

File tree

208 files changed

+59372
-3557
lines changed

Some content is hidden

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

208 files changed

+59372
-3557
lines changed

last_update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-07-08T02:01:52Z
1+
2025-07-15T02:58:55Z

repositories/neovim/issues/10685.json

Lines changed: 37 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,28 @@
4646
],
4747
"author_association": "NONE",
4848
"body": "#### Terminal is transparent except for floating windows.\r\nI'm not sure if this is a bug. In the snippet below, I create floating window, my terminal app is opaque, so I can see desktop background, that's not the case for floating window though. \r\n\r\n- NVIM v0.4.0-1534-g24fb7eefa | Build type: Debug\r\n- Operating system/version: 5.1.2-arch1-1-ARCH | sway (wayland wm)\r\n- Terminal name/version: termite v15\r\n\r\n### Steps to reproduce using `nvim -u NORC`\r\n\r\n```\r\nlet l = []| let w = winwidth(0)| let h = winheight(0)| let s = \"\"\r\nwhile w > 0| let w -= 1| let s .= \".\"| endwhile\r\nwhile h > 0| let h -= 1| let l += [s]| endwhile\r\ncall append(\"$\", l)\r\n\r\nset showtabline=2\r\nset termguicolors\r\n\r\nhi TabLine gui=NONE cterm=NONE\r\nhi TabLineFill gui=NONE cterm=NONE\r\nhi TabLineSel gui=NONE cterm=NONE\r\nhi Normal guibg=NONE\r\n\r\nlet buf = nvim_create_buf(v:false, v:true)\r\nlet win = nvim_open_win(buf, v:true, {\r\n \\'row':0,\r\n \\'col':0,\r\n \\'width':20,\r\n \\'height':10,\r\n \\'relative':'editor',\r\n \\'focusable':v:true})\r\n\r\ncall nvim_win_set_option(win, \"winblend\", 100)\r\ncall nvim_buf_set_lines(buf, 0, 1, v:false, [\" TEXT\", \"\"])\r\n```\r\n\r\n### Actual behaviour\r\nDesktop background not visible only through floating window. \r\n\r\n### Expected behaviour\r\nTo be visible. (for winblend value of 100)",
49-
"closed_at": null,
50-
"closed_by": null,
49+
"closed_at": "2025-07-10T12:42:47Z",
50+
"closed_by": {
51+
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
52+
"events_url": "https://api.github.com/users/justinmk/events{/privacy}",
53+
"followers_url": "https://api.github.com/users/justinmk/followers",
54+
"following_url": "https://api.github.com/users/justinmk/following{/other_user}",
55+
"gists_url": "https://api.github.com/users/justinmk/gists{/gist_id}",
56+
"gravatar_id": "",
57+
"html_url": "https://github.com/justinmk",
58+
"id": 1359421,
59+
"login": "justinmk",
60+
"node_id": "MDQ6VXNlcjEzNTk0MjE=",
61+
"organizations_url": "https://api.github.com/users/justinmk/orgs",
62+
"received_events_url": "https://api.github.com/users/justinmk/received_events",
63+
"repos_url": "https://api.github.com/users/justinmk/repos",
64+
"site_admin": false,
65+
"starred_url": "https://api.github.com/users/justinmk/starred{/owner}{/repo}",
66+
"subscriptions_url": "https://api.github.com/users/justinmk/subscriptions",
67+
"type": "User",
68+
"url": "https://api.github.com/users/justinmk",
69+
"user_view_type": "public"
70+
},
5171
"comment_data": [
5272
{
5373
"author_association": "MEMBER",
@@ -359,8 +379,8 @@
359379
"locked": false,
360380
"milestone": {
361381
"closed_at": null,
362-
"closed_issues": 726,
363-
"created_at": "2014-05-10T20:43:04Z",
382+
"closed_issues": 96,
383+
"created_at": "2024-05-16T14:11:54Z",
364384
"creator": {
365385
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
366386
"events_url": "https://api.github.com/users/justinmk/events{/privacy}",
@@ -382,18 +402,18 @@
382402
"url": "https://api.github.com/users/justinmk",
383403
"user_view_type": "public"
384404
},
385-
"description": "Low priority items. We plan to work on this but don't have a target date.",
405+
"description": "",
386406
"due_on": null,
387-
"html_url": "https://github.com/neovim/neovim/milestone/6",
388-
"id": 655037,
389-
"labels_url": "https://api.github.com/repos/neovim/neovim/milestones/6/labels",
390-
"node_id": "MDk6TWlsZXN0b25lNjU1MDM3",
391-
"number": 6,
392-
"open_issues": 630,
407+
"html_url": "https://github.com/neovim/neovim/milestone/43",
408+
"id": 11063573,
409+
"labels_url": "https://api.github.com/repos/neovim/neovim/milestones/43/labels",
410+
"node_id": "MI_kwDOAPphoM4AqNEV",
411+
"number": 43,
412+
"open_issues": 70,
393413
"state": "open",
394-
"title": "backlog",
395-
"updated_at": "2025-07-07T03:51:31Z",
396-
"url": "https://api.github.com/repos/neovim/neovim/milestones/6"
414+
"title": "0.12",
415+
"updated_at": "2025-07-13T20:43:29Z",
416+
"url": "https://api.github.com/repos/neovim/neovim/milestones/43"
397417
},
398418
"node_id": "MDU6SXNzdWU0NzY0ODQ1MDU=",
399419
"number": 10685,
@@ -411,8 +431,8 @@
411431
"url": "https://api.github.com/repos/neovim/neovim/issues/10685/reactions"
412432
},
413433
"repository_url": "https://api.github.com/repos/neovim/neovim",
414-
"state": "open",
415-
"state_reason": null,
434+
"state": "closed",
435+
"state_reason": "completed",
416436
"sub_issues_summary": {
417437
"completed": 0,
418438
"percent_completed": 0,
@@ -430,7 +450,7 @@
430450
"node_id": "IT_kwDOAGK_Pc4ACRyr",
431451
"updated_at": "2024-07-26T10:12:30Z"
432452
},
433-
"updated_at": "2025-07-02T08:37:22Z",
453+
"updated_at": "2025-07-10T12:42:52Z",
434454
"url": "https://api.github.com/repos/neovim/neovim/issues/10685",
435455
"user": {
436456
"avatar_url": "https://avatars.githubusercontent.com/u/7649265?v=4",

repositories/neovim/issues/12064.json

Lines changed: 50 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2841,9 +2841,54 @@
28412841
"url": "https://api.github.com/users/justinmk",
28422842
"user_view_type": "public"
28432843
}
2844+
},
2845+
{
2846+
"author_association": "NONE",
2847+
"body": "https://github.com/blopker/codebook\n\n> Codebook is a spell checker for code. It binds together the venerable Tree Sitter and the fast spell checker [Spellbook](https://github.com/helix-editor/spellbook). Included is a Language Server for use in (theoretically) any editor. Everything is done in Rust to keep response times snappy and memory usage low.\n\n> Spellbook is a Rust spellchecking library compatible with the Hunspell dictionary format.",
2848+
"created_at": "2025-07-12T17:14:06Z",
2849+
"html_url": "https://github.com/neovim/neovim/issues/12064#issuecomment-3065882498",
2850+
"id": 3065882498,
2851+
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/12064",
2852+
"node_id": "IC_kwDOAPphoM62vaeC",
2853+
"performed_via_github_app": null,
2854+
"reactions": {
2855+
"+1": 0,
2856+
"-1": 0,
2857+
"confused": 0,
2858+
"eyes": 0,
2859+
"heart": 0,
2860+
"hooray": 0,
2861+
"laugh": 0,
2862+
"rocket": 0,
2863+
"total_count": 0,
2864+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/3065882498/reactions"
2865+
},
2866+
"updated_at": "2025-07-12T17:14:06Z",
2867+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/3065882498",
2868+
"user": {
2869+
"avatar_url": "https://avatars.githubusercontent.com/u/3533182?v=4",
2870+
"events_url": "https://api.github.com/users/polyzen/events{/privacy}",
2871+
"followers_url": "https://api.github.com/users/polyzen/followers",
2872+
"following_url": "https://api.github.com/users/polyzen/following{/other_user}",
2873+
"gists_url": "https://api.github.com/users/polyzen/gists{/gist_id}",
2874+
"gravatar_id": "",
2875+
"html_url": "https://github.com/polyzen",
2876+
"id": 3533182,
2877+
"login": "polyzen",
2878+
"node_id": "MDQ6VXNlcjM1MzMxODI=",
2879+
"organizations_url": "https://api.github.com/users/polyzen/orgs",
2880+
"received_events_url": "https://api.github.com/users/polyzen/received_events",
2881+
"repos_url": "https://api.github.com/users/polyzen/repos",
2882+
"site_admin": false,
2883+
"starred_url": "https://api.github.com/users/polyzen/starred{/owner}{/repo}",
2884+
"subscriptions_url": "https://api.github.com/users/polyzen/subscriptions",
2885+
"type": "User",
2886+
"url": "https://api.github.com/users/polyzen",
2887+
"user_view_type": "public"
2888+
}
28442889
}
28452890
],
2846-
"comments": 63,
2891+
"comments": 64,
28472892
"comments_url": "https://api.github.com/repos/neovim/neovim/issues/12064/comments",
28482893
"created_at": "2020-03-29T15:16:17Z",
28492894
"events_url": "https://api.github.com/repos/neovim/neovim/issues/12064/events",
@@ -2882,7 +2927,7 @@
28822927
"locked": false,
28832928
"milestone": {
28842929
"closed_at": null,
2885-
"closed_issues": 285,
2930+
"closed_issues": 286,
28862931
"created_at": "2014-11-26T22:13:11Z",
28872932
"creator": {
28882933
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
@@ -2912,10 +2957,10 @@
29122957
"labels_url": "https://api.github.com/repos/neovim/neovim/milestones/9/labels",
29132958
"node_id": "MDk6TWlsZXN0b25lODgxOTc4",
29142959
"number": 9,
2915-
"open_issues": 339,
2960+
"open_issues": 338,
29162961
"state": "open",
29172962
"title": "needs-owner",
2918-
"updated_at": "2025-07-04T21:53:41Z",
2963+
"updated_at": "2025-07-13T19:57:31Z",
29192964
"url": "https://api.github.com/repos/neovim/neovim/milestones/9"
29202965
},
29212966
"node_id": "MDU6SXNzdWU1ODk4MTQ1NTQ=",
@@ -2953,7 +2998,7 @@
29532998
"node_id": "IT_kwDOAGK_Pc4ACRyv",
29542999
"updated_at": "2024-07-26T10:12:30Z"
29553000
},
2956-
"updated_at": "2025-07-02T08:58:22Z",
3001+
"updated_at": "2025-07-12T17:14:06Z",
29573002
"url": "https://api.github.com/repos/neovim/neovim/issues/12064",
29583003
"user": {
29593004
"avatar_url": "https://avatars.githubusercontent.com/u/2457435?v=4",

repositories/neovim/issues/1480.json

Lines changed: 73 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,28 @@
44
"assignees": [],
55
"author_association": "MEMBER",
66
"body": "Users/plugins should be able to easily detect whether capslock is enabled. This can be done with a provider using these strategies:\r\n- X11: `xset -q | grep Caps`\r\n- Windows: http://stackoverflow.com/questions/13905342/winapi-how-to-get-the-caps-lock-state\r\n - we can probably bake this into the nvim core without much trouble; otherwise it can be a small shell utility\r\n - or we could use AutoHotkey: https://github.com/kshenoy/CapsUnlocked\r\n- macOS `IOHIDGetModifierLockState` ([sample code](https://github.com/neovim/neovim/issues/1480#issuecomment-1936273719))\r\n - old/outdated: ~~https://developer.apple.com/library/mac/qa/qa1519/_index.html~~ , ~~https://discussions.apple.com/thread/7094207~~\r\n",
7-
"closed_at": null,
8-
"closed_by": null,
7+
"closed_at": "2025-07-10T18:39:58Z",
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",
@@ -276,9 +296,54 @@
276296
"url": "https://api.github.com/users/martinezcoder",
277297
"user_view_type": "public"
278298
}
299+
},
300+
{
301+
"author_association": "MEMBER",
302+
"body": "Closing this as out of scope because:\n\n- [kitty keyboard protocol](https://sw.kovidgoyal.net/kitty/keyboard-protocol/#modifiers) has a `caps_lock` keycode.\n- Terminals like https://ghostty.org/ show a capslock indicator now:\n - <img width=\"240\" height=\"91\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/94f44735-cc7e-4c09-83fa-4089e1d289b1\" />\n - Nvim GUIs also should do that. Will mention this at `:help dev-ui`.",
303+
"created_at": "2025-07-10T18:39:58Z",
304+
"html_url": "https://github.com/neovim/neovim/issues/1480#issuecomment-3058534007",
305+
"id": 3058534007,
306+
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/1480",
307+
"node_id": "IC_kwDOAPphoM62TYZ3",
308+
"performed_via_github_app": null,
309+
"reactions": {
310+
"+1": 0,
311+
"-1": 0,
312+
"confused": 0,
313+
"eyes": 0,
314+
"heart": 0,
315+
"hooray": 0,
316+
"laugh": 0,
317+
"rocket": 0,
318+
"total_count": 0,
319+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/3058534007/reactions"
320+
},
321+
"updated_at": "2025-07-10T18:40:13Z",
322+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/3058534007",
323+
"user": {
324+
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
325+
"events_url": "https://api.github.com/users/justinmk/events{/privacy}",
326+
"followers_url": "https://api.github.com/users/justinmk/followers",
327+
"following_url": "https://api.github.com/users/justinmk/following{/other_user}",
328+
"gists_url": "https://api.github.com/users/justinmk/gists{/gist_id}",
329+
"gravatar_id": "",
330+
"html_url": "https://github.com/justinmk",
331+
"id": 1359421,
332+
"login": "justinmk",
333+
"node_id": "MDQ6VXNlcjEzNTk0MjE=",
334+
"organizations_url": "https://api.github.com/users/justinmk/orgs",
335+
"received_events_url": "https://api.github.com/users/justinmk/received_events",
336+
"repos_url": "https://api.github.com/users/justinmk/repos",
337+
"site_admin": false,
338+
"starred_url": "https://api.github.com/users/justinmk/starred{/owner}{/repo}",
339+
"subscriptions_url": "https://api.github.com/users/justinmk/subscriptions",
340+
"type": "User",
341+
"url": "https://api.github.com/users/justinmk",
342+
"user_view_type": "public"
343+
}
279344
}
280345
],
281-
"comments": 6,
346+
"comments": 7,
282347
"comments_url": "https://api.github.com/repos/neovim/neovim/issues/1480/comments",
283348
"created_at": "2014-11-15T17:01:33Z",
284349
"events_url": "https://api.github.com/repos/neovim/neovim/issues/1480/events",
@@ -308,7 +373,7 @@
308373
"locked": false,
309374
"milestone": {
310375
"closed_at": null,
311-
"closed_issues": 726,
376+
"closed_issues": 728,
312377
"created_at": "2014-05-10T20:43:04Z",
313378
"creator": {
314379
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
@@ -341,7 +406,7 @@
341406
"open_issues": 630,
342407
"state": "open",
343408
"title": "backlog",
344-
"updated_at": "2025-07-07T03:51:31Z",
409+
"updated_at": "2025-07-14T12:31:21Z",
345410
"url": "https://api.github.com/repos/neovim/neovim/milestones/6"
346411
},
347412
"node_id": "MDU6SXNzdWU0ODkxNjc3MQ==",
@@ -360,8 +425,8 @@
360425
"url": "https://api.github.com/repos/neovim/neovim/issues/1480/reactions"
361426
},
362427
"repository_url": "https://api.github.com/repos/neovim/neovim",
363-
"state": "open",
364-
"state_reason": null,
428+
"state": "closed",
429+
"state_reason": "not_planned",
365430
"sub_issues_summary": {
366431
"completed": 0,
367432
"percent_completed": 0,
@@ -379,7 +444,7 @@
379444
"node_id": "IT_kwDOAGK_Pc4ACRyv",
380445
"updated_at": "2024-07-26T10:12:30Z"
381446
},
382-
"updated_at": "2025-07-02T08:59:48Z",
447+
"updated_at": "2025-07-10T18:40:13Z",
383448
"url": "https://api.github.com/repos/neovim/neovim/issues/1480",
384449
"user": {
385450
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",

0 commit comments

Comments
 (0)