Skip to content

Commit 84d2ec1

Browse files
committed
Backup update
1 parent 6b54500 commit 84d2ec1

File tree

209 files changed

+74802
-2109
lines changed

Some content is hidden

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

209 files changed

+74802
-2109
lines changed

last_update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-09-17T01:51:52Z
1+
2024-09-24T02:10:57Z

repositories/neovim/issues/10922.json

Lines changed: 215 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,215 @@
1+
{
2+
"active_lock_reason": null,
3+
"assignee": null,
4+
"assignees": [],
5+
"author_association": "NONE",
6+
"body": "- `nvim --version`:\r\nNVIM v0.4.0-1887-ge29b89ca5\r\nBuild type: Debug\r\nLuaJIT 2.0.5\r\nCompilation: /usr/bin/cc -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fdiagnostics-color=always -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -I/home/shmaryar/src/neovim/build/config -I/home/shmaryar/src/neovim/src -I/home/shmaryar/src/neovim/.deps/usr/include -I/usr/include -I/home/shmaryar/src/neovim/build/src/nvim/auto -I/home/shmaryar/src/neovim/build/include\r\nCompiled by shmaryar@SHMARYAR\r\n\r\nFeatures: +acl +iconv +tui\r\nSee \":help feature-compile\"\r\n\r\n system vimrc file: \"$VIM/sysinit.vim\"\r\n fall-back for $VIM: \"/home/shmaryar/src/neovim/install/share/nvim\"\r\n\r\nRun :checkhealth for more info\r\n- `vim -u DEFAULTS` (version: ) behaves differently?\r\nNot relevant to standard vim, as it doesn't have :terminal\r\n- Operating system/version:\r\nubuntu 18.10\r\n- Terminal name/version:\r\nkitty 0.14.3\r\n- `$TERM`:\r\nxterm-kitty\r\n\r\n### Steps to reproduce using `nvim -u NORC`\r\n\r\n```\r\nnvim -u NORC\r\n:terminal\r\ncat <attached file>\r\n```\r\n[26R4Gk1a.txt](https://github.com/neovim/neovim/files/3568211/26R4Gk1a.txt)\r\n\r\n### Actual behaviour\r\nThere are green background bars all the way to the right on some of the lines. As seen in the screenshot:\r\n![2019-09-03-101253_863x960_scrot](https://user-images.githubusercontent.com/5682183/64151605-6c787b80-ce33-11e9-930a-20abc76a3dc7.png)\r\n\r\n### Expected behaviour\r\nNo highlighting except for within the lines.\r\n",
7+
"closed_at": null,
8+
"closed_by": null,
9+
"comment_data": [
10+
{
11+
"author_association": "MEMBER",
12+
"body": "Revisit after we have latest libvterm. https://github.com/neovim/neovim/pull/9494/",
13+
"created_at": "2019-09-03T11:32:15Z",
14+
"html_url": "https://github.com/neovim/neovim/issues/10922#issuecomment-527419929",
15+
"id": 527419929,
16+
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/10922",
17+
"node_id": "MDEyOklzc3VlQ29tbWVudDUyNzQxOTkyOQ==",
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/issues/comments/527419929/reactions"
30+
},
31+
"updated_at": "2019-09-03T11:32:15Z",
32+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/527419929",
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+
"author_association": "MEMBER",
56+
"body": "> There are green background bars all the way to the right on some of the lines\r\n\r\nStill happens with Nvim v0.11.0 0ba388847417.\r\n\r\n\r\n\r\n\r\n\r\n\r\n",
57+
"created_at": "2024-09-18T12:21:07Z",
58+
"html_url": "https://github.com/neovim/neovim/issues/10922#issuecomment-2358320974",
59+
"id": 2358320974,
60+
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/10922",
61+
"node_id": "IC_kwDOAPphoM6MkR9O",
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/issues/comments/2358320974/reactions"
74+
},
75+
"updated_at": "2024-09-18T12:21:07Z",
76+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2358320974",
77+
"user": {
78+
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
79+
"events_url": "https://api.github.com/users/justinmk/events{/privacy}",
80+
"followers_url": "https://api.github.com/users/justinmk/followers",
81+
"following_url": "https://api.github.com/users/justinmk/following{/other_user}",
82+
"gists_url": "https://api.github.com/users/justinmk/gists{/gist_id}",
83+
"gravatar_id": "",
84+
"html_url": "https://github.com/justinmk",
85+
"id": 1359421,
86+
"login": "justinmk",
87+
"node_id": "MDQ6VXNlcjEzNTk0MjE=",
88+
"organizations_url": "https://api.github.com/users/justinmk/orgs",
89+
"received_events_url": "https://api.github.com/users/justinmk/received_events",
90+
"repos_url": "https://api.github.com/users/justinmk/repos",
91+
"site_admin": false,
92+
"starred_url": "https://api.github.com/users/justinmk/starred{/owner}{/repo}",
93+
"subscriptions_url": "https://api.github.com/users/justinmk/subscriptions",
94+
"type": "User",
95+
"url": "https://api.github.com/users/justinmk"
96+
}
97+
}
98+
],
99+
"comments": 2,
100+
"comments_url": "https://api.github.com/repos/neovim/neovim/issues/10922/comments",
101+
"created_at": "2019-09-03T07:14:15Z",
102+
"events_url": "https://api.github.com/repos/neovim/neovim/issues/10922/events",
103+
"html_url": "https://github.com/neovim/neovim/issues/10922",
104+
"id": 488432077,
105+
"labels": [
106+
{
107+
"color": "f9d0c4",
108+
"default": true,
109+
"description": "issues reporting wrong behavior",
110+
"id": 77997474,
111+
"name": "bug",
112+
"node_id": "MDU6TGFiZWw3Nzk5NzQ3NA==",
113+
"url": "https://api.github.com/repos/neovim/neovim/labels/bug"
114+
},
115+
{
116+
"color": "c5def5",
117+
"default": false,
118+
"description": "built-in :terminal or :shell",
119+
"id": 212696822,
120+
"name": "terminal",
121+
"node_id": "MDU6TGFiZWwyMTI2OTY4MjI=",
122+
"url": "https://api.github.com/repos/neovim/neovim/labels/terminal"
123+
},
124+
{
125+
"color": "0E8A16",
126+
"default": false,
127+
"description": "issue contains minimal reproducing steps",
128+
"id": 435851959,
129+
"name": "has:repro",
130+
"node_id": "MDU6TGFiZWw0MzU4NTE5NTk=",
131+
"url": "https://api.github.com/repos/neovim/neovim/labels/has:repro"
132+
}
133+
],
134+
"labels_url": "https://api.github.com/repos/neovim/neovim/issues/10922/labels{/name}",
135+
"locked": false,
136+
"milestone": {
137+
"closed_at": null,
138+
"closed_issues": 648,
139+
"created_at": "2014-05-10T20:43:04Z",
140+
"creator": {
141+
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
142+
"events_url": "https://api.github.com/users/justinmk/events{/privacy}",
143+
"followers_url": "https://api.github.com/users/justinmk/followers",
144+
"following_url": "https://api.github.com/users/justinmk/following{/other_user}",
145+
"gists_url": "https://api.github.com/users/justinmk/gists{/gist_id}",
146+
"gravatar_id": "",
147+
"html_url": "https://github.com/justinmk",
148+
"id": 1359421,
149+
"login": "justinmk",
150+
"node_id": "MDQ6VXNlcjEzNTk0MjE=",
151+
"organizations_url": "https://api.github.com/users/justinmk/orgs",
152+
"received_events_url": "https://api.github.com/users/justinmk/received_events",
153+
"repos_url": "https://api.github.com/users/justinmk/repos",
154+
"site_admin": false,
155+
"starred_url": "https://api.github.com/users/justinmk/starred{/owner}{/repo}",
156+
"subscriptions_url": "https://api.github.com/users/justinmk/subscriptions",
157+
"type": "User",
158+
"url": "https://api.github.com/users/justinmk"
159+
},
160+
"description": "Low priority items. We plan to work on this but don't have a target date.",
161+
"due_on": null,
162+
"html_url": "https://github.com/neovim/neovim/milestone/6",
163+
"id": 655037,
164+
"labels_url": "https://api.github.com/repos/neovim/neovim/milestones/6/labels",
165+
"node_id": "MDk6TWlsZXN0b25lNjU1MDM3",
166+
"number": 6,
167+
"open_issues": 575,
168+
"state": "open",
169+
"title": "backlog",
170+
"updated_at": "2024-09-23T15:31:12Z",
171+
"url": "https://api.github.com/repos/neovim/neovim/milestones/6"
172+
},
173+
"node_id": "MDU6SXNzdWU0ODg0MzIwNzc=",
174+
"number": 10922,
175+
"performed_via_github_app": null,
176+
"reactions": {
177+
"+1": 0,
178+
"-1": 0,
179+
"confused": 0,
180+
"eyes": 0,
181+
"heart": 0,
182+
"hooray": 0,
183+
"laugh": 0,
184+
"rocket": 0,
185+
"total_count": 0,
186+
"url": "https://api.github.com/repos/neovim/neovim/issues/10922/reactions"
187+
},
188+
"repository_url": "https://api.github.com/repos/neovim/neovim",
189+
"state": "open",
190+
"state_reason": null,
191+
"timeline_url": "https://api.github.com/repos/neovim/neovim/issues/10922/timeline",
192+
"title": ":terminal fails to clear ANSI background color for some code sequences",
193+
"updated_at": "2024-09-18T12:21:58Z",
194+
"url": "https://api.github.com/repos/neovim/neovim/issues/10922",
195+
"user": {
196+
"avatar_url": "https://avatars.githubusercontent.com/u/5682183?v=4",
197+
"events_url": "https://api.github.com/users/s1341/events{/privacy}",
198+
"followers_url": "https://api.github.com/users/s1341/followers",
199+
"following_url": "https://api.github.com/users/s1341/following{/other_user}",
200+
"gists_url": "https://api.github.com/users/s1341/gists{/gist_id}",
201+
"gravatar_id": "",
202+
"html_url": "https://github.com/s1341",
203+
"id": 5682183,
204+
"login": "s1341",
205+
"node_id": "MDQ6VXNlcjU2ODIxODM=",
206+
"organizations_url": "https://api.github.com/users/s1341/orgs",
207+
"received_events_url": "https://api.github.com/users/s1341/received_events",
208+
"repos_url": "https://api.github.com/users/s1341/repos",
209+
"site_admin": false,
210+
"starred_url": "https://api.github.com/users/s1341/starred{/owner}{/repo}",
211+
"subscriptions_url": "https://api.github.com/users/s1341/subscriptions",
212+
"type": "User",
213+
"url": "https://api.github.com/users/s1341"
214+
}
215+
}

0 commit comments

Comments
 (0)