CARVIEW |
Select Language
HTTP/2 200
date: Thu, 31 Jul 2025 02:13:38 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/"1cdf146c9434e7ddd80affadbeec38cc"
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 wss://alive-staging.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=d9E0GWWxztwOBf4rjQ%2Bz97Tj2X4%2B%2FFVEdE4Zkea5q0BjyW5I%2FM%2FbYTju%2B0D6%2F4y2bxxtbj18UUu8HP25homsNuzODYB0DsReK31egxvmU%2BBrBS2WD4W2fN1q0Cqa4gj3MXaNlQRpQQgKZuflzM7POYkjnEwj0XVQp0jorEGuEHBRQ%2FIGPQ9KLNj933IywtfEzScd5unawlhWPuHgLUtoy%2BqqAfmP%2FalsynWoN7ANIdjfkwbSuxkQNdPGKM32HHr111R8s67L5V%2BOCPoJGYbSrA%3D%3D--Vn7zBQSMJBJMvRb%2B--VKfE3XFQxybV8XfHmqy7Wg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.951509376.1753928017; Path=/; Domain=github.com; Expires=Fri, 31 Jul 2026 02:13:37 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 31 Jul 2026 02:13:37 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: D2B2:3BDB3D:160963:213224:688AD151
patch 9.1.0463: no fuzzy-matching support for insert-completion · vim/vim@a218cc6 · GitHub
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit a218cc6
patch 9.1.0463: no fuzzy-matching support for insert-completion
Problem: no fuzzy-matching support for insert-completion
Solution: enable insert-mode completion with fuzzy-matching
using :set completopt+=fuzzy (glepnir).
closes: #14878
Signed-off-by: glepnir <glephunter@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>1 parent 734286e commit a218cc6Copy full SHA for a218cc6
File tree
Expand file treeCollapse file tree
8 files changed
+191
-31
lines changedFilter options
- runtime/doc
- src
- testdir
Expand file treeCollapse file tree
8 files changed
+191
-31
lines changed+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
2143 | 2143 |
| |
2144 | 2144 |
| |
2145 | 2145 |
| |
| 2146 | + | |
| 2147 | + | |
| 2148 | + | |
| 2149 | + | |
| 2150 | + | |
2146 | 2151 |
| |
2147 | 2152 |
| |
2148 | 2153 |
| |
|
+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
1513 | 1513 |
| |
1514 | 1514 |
| |
1515 | 1515 |
| |
| 1516 | + | |
| 1517 | + | |
1516 | 1518 |
| |
1517 | 1519 |
|
+25-20Lines changed: 25 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
31711 | 31711 |
| |
31712 | 31712 |
| |
31713 | 31713 |
| |
31714 |
| - | |
| 31714 | + | |
31715 | 31715 |
| |
31716 | 31716 |
| |
31717 | 31717 |
| |
31718 | 31718 |
| |
31719 |
| - | |
| 31719 | + | |
31720 | 31720 |
| |
31721 | 31721 |
| |
31722 | 31722 |
| |
| |||
31726 | 31726 |
| |
31727 | 31727 |
| |
31728 | 31728 |
| |
31729 |
| - | |
| 31729 | + | |
| 31730 | + | |
31730 | 31731 |
| |
31731 | 31732 |
| |
31732 | 31733 |
| |
| |||
31783 | 31784 |
| |
31784 | 31785 |
| |
31785 | 31786 |
| |
31786 |
| - | |
| 31787 | + | |
| 31788 | + | |
31787 | 31789 |
| |
31788 | 31790 |
| |
31789 | 31791 |
| |
| |||
31815 | 31817 |
| |
31816 | 31818 |
| |
31817 | 31819 |
| |
31818 |
| - | |
| 31820 | + | |
| 31821 | + | |
31819 | 31822 |
| |
31820 | 31823 |
| |
31821 | 31824 |
| |
| |||
41541 | 41544 |
| |
41542 | 41545 |
| |
41543 | 41546 |
| |
41544 |
| - | |
41545 |
| - | |
41546 |
| - | |
41547 |
| - | |
41548 |
| - | |
| 41547 | + | |
41549 | 41548 |
| |
41550 | 41549 |
| |
41551 | 41550 |
| |
41552 | 41551 |
| |
41553 | 41552 |
| |
41554 | 41553 |
| |
41555 |
| - | |
| 41554 | + | |
| 41555 | + | |
41556 | 41556 |
| |
41557 | 41557 |
| |
41558 | 41558 |
| |
41559 |
| - | |
41560 |
| - | |
| 41559 | + | |
41561 | 41560 |
| |
| 41561 | + | |
| 41562 | + | |
| 41563 | + | |
| 41564 | + | |
| 41565 | + | |
41562 | 41566 |
| |
41563 | 41567 |
| |
41564 | 41568 |
| |
41565 |
| - | |
| 41569 | + | |
| 41570 | + | |
41566 | 41571 |
| |
41567 |
| - | |
41568 | 41572 |
| |
41569 | 41573 |
| |
41570 | 41574 |
| |
| |||
41598 | 41602 |
| |
41599 | 41603 |
| |
41600 | 41604 |
| |
| 41605 | + | |
41601 | 41606 |
| |
41602 | 41607 |
| |
41603 | 41608 |
| |
| |||
41606 | 41611 |
| |
41607 | 41612 |
| |
41608 | 41613 |
| |
41609 |
| - | |
| 41614 | + | |
41610 | 41615 |
| |
41611 | 41616 |
| |
41612 | 41617 |
| |
41613 | 41618 |
| |
41614 | 41619 |
| |
41615 |
| - | |
41616 |
| - | |
41617 | 41620 |
| |
41618 | 41621 |
| |
41619 | 41622 |
| |
41620 | 41623 |
| |
41621 | 41624 |
| |
41622 | 41625 |
| |
| 41626 | + | |
| 41627 | + | |
41623 | 41628 |
| |
41624 |
| - | |
| 41629 | + | |
41625 | 41630 |
| |
41626 | 41631 |
| |
41627 | 41632 |
| |
|
+97-8Lines changed: 97 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
| 116 | + | |
116 | 117 |
| |
117 | 118 |
| |
118 | 119 |
| |
| |||
153 | 154 |
| |
154 | 155 |
| |
155 | 156 |
| |
| 157 | + | |
156 | 158 |
| |
157 | 159 |
| |
158 | 160 |
| |
| |||
207 | 209 |
| |
208 | 210 |
| |
209 | 211 |
| |
| 212 | + | |
| 213 | + | |
210 | 214 |
| |
211 | 215 |
| |
212 | 216 |
| |
| |||
1059 | 1063 |
| |
1060 | 1064 |
| |
1061 | 1065 |
| |
| 1066 | + | |
1062 | 1067 |
| |
1063 | 1068 |
| |
1064 | 1069 |
| |
1065 | 1070 |
| |
1066 | 1071 |
| |
1067 | 1072 |
| |
| 1073 | + | |
| 1074 | + | |
1068 | 1075 |
| |
1069 | 1076 |
| |
1070 | 1077 |
| |
| |||
1212 | 1219 |
| |
1213 | 1220 |
| |
1214 | 1221 |
| |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
| 1226 | + | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
| 1232 | + | |
1215 | 1233 |
| |
1216 | 1234 |
| |
1217 | 1235 |
| |
| |||
1227 | 1245 |
| |
1228 | 1246 |
| |
1229 | 1247 |
| |
| 1248 | + | |
1230 | 1249 |
| |
1231 | 1250 |
| |
1232 | 1251 |
| |
| |||
1236 | 1255 |
| |
1237 | 1256 |
| |
1238 | 1257 |
| |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
1239 | 1263 |
| |
1240 | 1264 |
| |
1241 |
| - | |
| 1265 | + | |
| 1266 | + | |
1242 | 1267 |
| |
1243 | 1268 |
| |
1244 | 1269 |
| |
| |||
1267 | 1292 |
| |
1268 | 1293 |
| |
1269 | 1294 |
| |
1270 |
| - | |
| 1295 | + | |
| 1296 | + | |
1271 | 1297 |
| |
1272 |
| - | |
| 1298 | + | |
1273 | 1299 |
| |
1274 | 1300 |
| |
1275 | 1301 |
| |
| |||
1285 | 1311 |
| |
1286 | 1312 |
| |
1287 | 1313 |
| |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
1288 | 1332 |
| |
1289 | 1333 |
| |
1290 | 1334 |
| |
| |||
1293 | 1337 |
| |
1294 | 1338 |
| |
1295 | 1339 |
| |
| 1340 | + | |
1296 | 1341 |
| |
1297 | 1342 |
| |
1298 | 1343 |
| |
1299 | 1344 |
| |
1300 | 1345 |
| |
1301 | 1346 |
| |
1302 | 1347 |
| |
1303 |
| - | |
| 1348 | + | |
1304 | 1349 |
| |
1305 | 1350 |
| |
1306 | 1351 |
| |
| |||
1320 | 1365 |
| |
1321 | 1366 |
| |
1322 | 1367 |
| |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
1323 | 1372 |
| |
1324 | 1373 |
| |
1325 | 1374 |
| |
| |||
1376 | 1425 |
| |
1377 | 1426 |
| |
1378 | 1427 |
| |
| 1428 | + | |
1379 | 1429 |
| |
1380 | 1430 |
| |
1381 | 1431 |
| |
| |||
4025 | 4075 |
| |
4026 | 4076 |
| |
4027 | 4077 |
| |
| 4078 | + | |
| 4079 | + | |
| 4080 | + | |
| 4081 | + | |
| 4082 | + | |
| 4083 | + | |
| 4084 | + | |
| 4085 | + | |
| 4086 | + | |
| 4087 | + | |
| 4088 | + | |
| 4089 | + | |
| 4090 | + | |
| 4091 | + | |
| 4092 | + | |
| 4093 | + | |
| 4094 | + | |
| 4095 | + | |
| 4096 | + | |
| 4097 | + | |
| 4098 | + | |
| 4099 | + | |
| 4100 | + | |
| 4101 | + | |
| 4102 | + | |
| 4103 | + | |
| 4104 | + | |
| 4105 | + | |
| 4106 | + | |
| 4107 | + | |
| 4108 | + | |
| 4109 | + | |
| 4110 | + | |
| 4111 | + | |
4028 | 4112 |
| |
4029 | 4113 |
| |
4030 | 4114 |
| |
| |||
4052 | 4136 |
| |
4053 | 4137 |
| |
4054 | 4138 |
| |
4055 |
| - | |
| 4139 | + | |
| 4140 | + | |
4056 | 4141 |
| |
4057 | 4142 |
| |
4058 | 4143 |
| |
| |||
4061 | 4146 |
| |
4062 | 4147 |
| |
4063 | 4148 |
| |
4064 |
| - | |
| 4149 | + | |
| 4150 | + | |
4065 | 4151 |
| |
4066 | 4152 |
| |
4067 | 4153 |
| |
| |||
4111 | 4197 |
| |
4112 | 4198 |
| |
4113 | 4199 |
| |
4114 |
| - | |
| 4200 | + | |
| 4201 | + | |
4115 | 4202 |
| |
4116 | 4203 |
| |
4117 | 4204 |
| |
| |||
4167 | 4254 |
| |
4168 | 4255 |
| |
4169 | 4256 |
| |
4170 |
| - | |
| 4257 | + | |
| 4258 | + | |
| 4259 | + | |
4171 | 4260 |
| |
4172 | 4261 |
| |
4173 | 4262 |
| |
|
You can’t perform that action at this time.
0 commit comments