When fuzzy completion is enabled, don't use the regular expression match.
https://github.com/vim/vim/pull/9843
(3 files)
—
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
Merging #9843 (9259a66) into master (4d56b97) will decrease coverage by
1.05%.
The diff coverage is73.07%.
@@ Coverage Diff @@ ## master #9843 +/- ## ========================================== - Coverage 81.80% 80.75% -1.06% ========================================== Files 167 152 -15 Lines 186660 173824 -12836 Branches 42089 39431 -2658 ========================================== - Hits 152693 140363 -12330 + Misses 21589 20795 -794 - Partials 12378 12666 +288
| Flag | Coverage Δ | |
|---|---|---|
| huge-clang-none | 82.21% <73.07%> (+<0.01%) |
⬆️ |
| huge-gcc-none | ? |
|
| huge-gcc-testgui | ? |
|
| huge-gcc-unittests | 2.02% <0.00%> (-0.01%) |
⬇️ |
| linux | 80.75% <73.07%> (-3.05%) |
⬇️ |
| mingw-x64-HUGE | ? |
|
| mingw-x64-HUGE-gui | ? |
|
| windows | ? |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/search.c | 83.77% <ø> (-2.00%) |
⬇️ |
| src/cmdexpand.c | 86.51% <73.07%> (-4.57%) |
⬇️ |
| src/libvterm/src/rect.h | 0.00% <0.00%> (-96.78%) |
⬇️ |
| src/libvterm/src/state.c | 34.86% <0.00%> (-54.70%) |
⬇️ |
| src/libvterm/src/keyboard.c | 40.00% <0.00%> (-47.63%) |
⬇️ |
| src/libvterm/include/vterm.h | 0.00% <0.00%> (-44.45%) |
⬇️ |
| src/libvterm/src/parser.c | 55.41% <0.00%> (-40.49%) |
⬇️ |
| src/libvterm/src/pen.c | 44.37% <0.00%> (-39.90%) |
⬇️ |
| src/libvterm/src/encoding.c | 37.37% <0.00%> (-36.16%) |
⬇️ |
| src/libvterm/src/vterm.c | 39.17% <0.00%> (-27.21%) |
⬇️ |
| ... and 148 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered by Codecov. Last update 4d56b97...9259a66. Read the comment docs.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
seems became worse? cannot expand cmd which had num in it.
e.g if the cmd is Foo2Bar, then typing: foo2<tab> nothing happened...
—
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
seems became worse? cannot expand cmd which had num in it.
e.g if the cmd isFoo2Bar, then typing:foo2<tab>nothing happened...
—
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you commented.![]()
um.. I think it definitely not the 'fuzzy' should be. if should care about the upper/lower 'case' then the value of this smaller...
besides before this change/pr, this expanding in patch 4463 was working, and (not near by my pc but I remembered:) if wildmode is full also is working.
—
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
thx, the 'case' looks fine now.
but if the input was heading with num e.g '2bar', then looks the num was treated as the 'range' of cmd 'bar', and doing the expanding of 'bar'............ i do not know how to workaround it or it just should be like that or it was a flaw?
—
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you commented.![]()
and i opened a another ticket #9851 seg fault if set fuzzy
—
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you commented.![]()
and i opened a another ticket #9851 seg fault if set fuzzy
—
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
ok, yes, seg fault issue looks fixed.
// as for the expanding if had 'heading num', let it be, in the cmdline perhaps should treat it as 'range', though normally (if not in the cmdline) user perhaps used to think what his/her input was the entire content.
—
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you commented.![]()
one left curious question: why :killkill<tab> would not expand to :KillKillKill? :-)
—
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you commented.![]()
one left curious question: why
:killkill<tab>would not expand to:KillKillKill? :-)
—
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
yes, i saw #9856 and #9858. seems fixed.
// wish fuzzy now is very well enough. :-) a very good feature of official vim!
—
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you commented.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()