This is a very minor improvement, but I think it might have resolved my confusion in the discussion of #5735.
I didn't realize that when {what} is included that {list} is completely ignored. I also missed that it says list is ignored in the section on {what}.
Also added newlines around the {what} argument table to match style of {list}
argument table.
https://github.com/vim/vim/pull/5741
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()
Merging #5741 into master will decrease coverage by
0.02%.
The diff coverage isn/a.
@@ Coverage Diff @@ ## master #5741 +/- ## ========================================== - Coverage 84.21% 84.18% -0.03% ========================================== Files 138 138 Lines 152442 152442 ========================================== - Hits 128372 128328 -44 - Misses 24070 24114 +44
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/ui.c | 71.29% <0%> (-1.2%) |
⬇️ |
| src/gui.c | 63.58% <0%> (-0.67%) |
⬇️ |
| src/gui_gtk_x11.c | 58.06% <0%> (-0.45%) |
⬇️ |
| src/netbeans.c | 27.23% <0%> (-0.3%) |
⬇️ |
| src/sign.c | 94.5% <0%> (-0.27%) |
⬇️ |
| src/os_unix.c | 63.51% <0%> (-0.23%) |
⬇️ |
| src/terminal.c | 82.57% <0%> (-0.04%) |
⬇️ |
| src/ops.c | 89.69% <0%> (+0.04%) |
⬆️ |
| src/message.c | 88.55% <0%> (+0.04%) |
⬆️ |
| src/drawscreen.c | 83.71% <0%> (+0.15%) |
⬆️ |
| ... and 1 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 8eab731...03b2efc. Read the comment docs.
Closed #5741.
Yeah, it's strange that the first argument is ignored. Should have made a separate function.
I'll move the remark about using {what} to the start, I think that works better than rephrasing the line about {list}.
Yeah, it's strange that the first argument is ignored. Should have made a separate function.
I'll move the remark about using {what} to the start, I think that works better than rephrasing the line about {list}.