CARVIEW |
Select Language
HTTP/2 200
date: Wed, 30 Jul 2025 04:09:40 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/vim/vim.git
etag: W/"3f2e5ec2d9532a675eef650e022ee1ce"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=JhdC6QgaWf7XSx0koeBoK6fGt3Gj48TYSEr7ElUIYu9tXxsDzTXPFUKORA%2BKg71kMiyrF%2BLHc8rZV9Q02Co2hyycgAxXtAkDy9nLVNk%2BLPmDB1%2B5%2FVcw3cJ%2F5EZ96qOWNiiS5UlNfdW1E5DZwZv4WQTYD1YO4jo2N5ITH6RnuloslO%2F6E6055sl%2BV88uXO45A879WB9aeq7jb6boEdg2ITrEX3KvPxnvtA3KA5lUGKjYGWA5OZXPSuU1oxvY2Iow0t4VcsueZ0%2BosUWrgzARBg%3D%3D--34IaqnDhTNLl5MU8--PAxod0BhgXkvZNTl%2FFnuZQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.665511302.1753848579; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 04:09:39 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 04:09:39 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9530:BC98D:24BF15:351309:68899B03
runtime(ccomplete): use complete_check() in ccomplete plugin · vim/vim@3add0d5 · GitHub
Copy file name to clipboardExpand all lines: runtime/autoload/ccomplete.vim
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit 3add0d5
runtime(ccomplete): use complete_check() in ccomplete plugin
Add complete_check() to ccomplete completion script to avoid UI hangs
and keep Vim responsive as ccomplete can be slow on huge files.
closes: #17826
Signed-off-by: Maxim Kim <habamax@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>1 parent 6e1c84c commit 3add0d5Copy full SHA for 3add0d5
File tree
Expand file treeCollapse file tree
1 file changed
+59
-1
lines changedFilter options
- runtime/autoload
Expand file treeCollapse file tree
1 file changed
+59
-1
lines changedruntime/autoload/ccomplete.vim
Copy file name to clipboardExpand all lines: runtime/autoload/ccomplete.vim+59-1Lines changed: 59 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
| 85 | + | |
| 86 | + | |
| 87 | + | |
85 | 88 |
| |
86 | 89 |
| |
87 | 90 |
| |
| |||
104 | 107 |
| |
105 | 108 |
| |
106 | 109 |
| |
| 110 | + | |
| 111 | + | |
| 112 | + | |
107 | 113 |
| |
108 | 114 |
| |
109 | 115 |
| |
| |||
121 | 127 |
| |
122 | 128 |
| |
123 | 129 |
| |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
124 | 134 |
| |
125 | 135 |
| |
126 | 136 |
| |
| |||
135 | 145 |
| |
136 | 146 |
| |
137 | 147 |
| |
| 148 | + | |
| 149 | + | |
| 150 | + | |
138 | 151 |
| |
139 | 152 |
| |
140 | 153 |
| |
| |||
145 | 158 |
| |
146 | 159 |
| |
147 | 160 |
| |
| 161 | + | |
| 162 | + | |
| 163 | + | |
148 | 164 |
| |
149 | 165 |
| |
150 | 166 |
| |
| |||
184 | 200 |
| |
185 | 201 |
| |
186 | 202 |
| |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
187 | 207 |
| |
188 | 208 |
| |
189 | 209 |
| |
| |||
206 | 226 |
| |
207 | 227 |
| |
208 | 228 |
| |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
209 | 233 |
| |
210 | 234 |
| |
211 | 235 |
| |
| |||
215 | 239 |
| |
216 | 240 |
| |
217 | 241 |
| |
| 242 | + | |
| 243 | + | |
| 244 | + | |
218 | 245 |
| |
219 | 246 |
| |
220 | 247 |
| |
| |||
234 | 261 |
| |
235 | 262 |
| |
236 | 263 |
| |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
237 | 268 |
| |
238 | 269 |
| |
239 | 270 |
| |
| |||
246 | 277 |
| |
247 | 278 |
| |
248 | 279 |
| |
| 280 | + | |
| 281 | + | |
| 282 | + | |
249 | 283 |
| |
250 | 284 |
| |
251 | 285 |
| |
| |||
311 | 345 |
| |
312 | 346 |
| |
313 | 347 |
| |
| 348 | + | |
| 349 | + | |
| 350 | + | |
314 | 351 |
| |
315 | 352 |
| |
316 | 353 |
| |
| |||
346 | 383 |
| |
347 | 384 |
| |
348 | 385 |
| |
| 386 | + | |
| 387 | + | |
| 388 | + | |
349 | 389 |
| |
350 | 390 |
| |
351 | 391 |
| |
| |||
441 | 481 |
| |
442 | 482 |
| |
443 | 483 |
| |
| 484 | + | |
| 485 | + | |
| 486 | + | |
444 | 487 |
| |
445 | 488 |
| |
446 | 489 |
| |
| |||
467 | 510 |
| |
468 | 511 |
| |
469 | 512 |
| |
| 513 | + | |
| 514 | + | |
| 515 | + | |
470 | 516 |
| |
471 | 517 |
| |
472 | 518 |
| |
| |||
559 | 605 |
| |
560 | 606 |
| |
561 | 607 |
| |
| 608 | + | |
| 609 | + | |
| 610 | + | |
562 | 611 |
| |
563 | 612 |
| |
564 | 613 |
| |
| |||
581 | 630 |
| |
582 | 631 |
| |
583 | 632 |
| |
| 633 | + | |
| 634 | + | |
| 635 | + | |
584 | 636 |
| |
585 | 637 |
| |
586 | 638 |
| |
| |||
619 | 671 |
| |
620 | 672 |
| |
621 | 673 |
| |
| 674 | + | |
| 675 | + | |
| 676 | + | |
622 | 677 |
| |
623 | 678 |
| |
624 | 679 |
| |
| |||
646 | 701 |
| |
647 | 702 |
| |
648 | 703 |
| |
| 704 | + | |
| 705 | + | |
| 706 | + | |
649 | 707 |
| |
650 | 708 |
| |
651 | 709 |
| |
|
You can’t perform that action at this time.
0 commit comments