Addresses the request made in #10098.
https://github.com/vim/vim/pull/10477
(6 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Merging #10477 (209a623) into master (4c3d21a) will increase coverage by
0.91%.
The diff coverage is88.23%.
@@ Coverage Diff @@ ## master #10477 +/- ## ========================================== + Coverage 81.62% 82.54% +0.91% ========================================== Files 158 148 -10 Lines 185125 172492 -12633 Branches 41875 39009 -2866 ========================================== - Hits 151110 142383 -8727 + Misses 21499 17489 -4010 - Partials 12516 12620 +104
| Flag | Coverage Δ | |
|---|---|---|
| huge-clang-none | 82.54% <88.23%> (-0.01%) |
⬇️ |
| linux | 82.54% <88.23%> (-0.01%) |
⬇️ |
| 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/evalfunc.c | 89.62% <ø> (-1.12%) |
⬇️ |
| src/move.c | 88.74% <88.23%> (-1.20%) |
⬇️ |
| src/highlight.c | 78.69% <0.00%> (-2.64%) |
⬇️ |
| src/misc2.c | 86.38% <0.00%> (-2.62%) |
⬇️ |
| src/help.c | 80.07% <0.00%> (-2.38%) |
⬇️ |
| src/buffer.c | 84.09% <0.00%> (-2.36%) |
⬇️ |
| src/time.c | 87.08% <0.00%> (-2.35%) |
⬇️ |
| src/libvterm/src/screen.c | 51.96% <0.00%> (-2.04%) |
⬇️ |
| src/session.c | 63.15% <0.00%> (-1.94%) |
⬇️ |
| src/gui.c | 71.15% <0.00%> (-1.89%) |
⬇️ |
| ... and 131 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 4c3d21a...209a623. 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.
You are receiving this because you are subscribed to this thread.![]()
It would be good (but more work) to check a wrapping line with 'breakindent' set.
Could add this in test_breakindent.vim somewhere.
Currently the screenpos2col() function takes the buffer line number and the
screen column number and returns the buffer column number (byte offset).
Should we change this so that the function takes the screen line number
and screen column number and returns the buffer column number?
In this case, it will work only if the specified line is visible in a window.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Looking at the implementation, maybe this function name can be changed to virtcol2col()?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Looking at the implementation, maybe this function name can be changed to
virtcol2col()?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()
@yegappan pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@yegappan pushed 2 commits.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()