Some Vim plugins need the fuzzy match score to do additional operations.
Modify the matchfuzzypos() function to also return the fuzzy match score.
https://github.com/vim/vim/pull/7596
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()
Merging #7596 (1ba1ee8) into master (edc10b5) will increase coverage by
0.42%.
The diff coverage is78.57%.
@@ Coverage Diff @@ ## master #7596 +/- ## ========================================== + Coverage 86.53% 86.95% +0.42% ========================================== Files 147 147 Lines 162837 160000 -2837 ========================================== - Hits 140905 139126 -1779 + Misses 21932 20874 -1058
| Flag | Coverage Δ | |
|---|---|---|
| huge-clang-none | ? |
|
| huge-gcc-testgui | 86.91% <78.57%> (?) |
|
| huge-gcc-unittests | 2.49% <0.00%> (-0.01%) |
⬇️ |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/search.c | 92.02% <78.57%> (-0.07%) |
⬇️ |
| src/libvterm/src/mouse.c | 0.00% <0.00%> (-46.67%) |
⬇️ |
| src/mouse.c | 48.60% <0.00%> (-38.96%) |
⬇️ |
| src/clipboard.c | 61.11% <0.00%> (-20.78%) |
⬇️ |
| src/clientserver.c | 71.46% <0.00%> (-14.72%) |
⬇️ |
| src/term.c | 66.98% <0.00%> (-14.42%) |
⬇️ |
| src/beval.c | 67.96% <0.00%> (-13.10%) |
⬇️ |
| src/ex_cmds2.c | 79.84% <0.00%> (-9.67%) |
⬇️ |
| src/main.c | 81.09% <0.00%> (-5.22%) |
⬇️ |
| src/popupmenu.c | 77.79% <0.00%> (-4.13%) |
⬇️ |
| ... and 124 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 edc10b5...1ba1ee8. Read the comment docs.
Any plans to also pass custom scores?
Any plans to also pass custom scores?