fix for #8389
https://github.com/vim/vim/pull/8391
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()
Merging #8391 (274802f) into master (b90ac5e) will decrease coverage by
87.30%.
The diff coverage is0.00%.
❗ Current head 274802f differs from pull request most recent head ce1909c. Consider uploading reports for the commit ce1909c to get more accurate results
@@ Coverage Diff @@ ## master #8391 +/- ## =========================================== - Coverage 89.81% 2.50% -87.31% =========================================== Files 149 147 -2 Lines 167465 162298 -5167 =========================================== - Hits 150407 4068 -146339 - Misses 17058 158230 +141172
| Flag | Coverage Δ | |
|---|---|---|
| huge-clang-none | ? |
|
| huge-gcc-none | ? |
|
| huge-gcc-testgui | ? |
|
| huge-gcc-unittests | 2.50% <0.00%> (-0.01%) |
⬇️ |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/drawline.c | 0.00% <0.00%> (-85.30%) |
⬇️ |
| src/float.c | 0.00% <0.00%> (-98.91%) |
⬇️ |
| src/sha256.c | 0.00% <0.00%> (-97.96%) |
⬇️ |
| src/digraph.c | 0.00% <0.00%> (-97.78%) |
⬇️ |
| src/gui_gtk_f.c | 0.00% <0.00%> (-97.54%) |
⬇️ |
| src/match.c | 0.00% <0.00%> (-97.13%) |
⬇️ |
| src/crypt_zip.c | 0.00% <0.00%> (-97.06%) |
⬇️ |
| src/evalbuffer.c | 0.00% <0.00%> (-96.83%) |
⬇️ |
| src/cmdhist.c | 0.00% <0.00%> (-96.63%) |
⬇️ |
| src/debugger.c | 0.00% <0.00%> (-96.62%) |
⬇️ |
| ... and 136 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 b90ac5e...ce1909c. Read the comment docs.
fix for #8389
You can view, comment on, or merge this pull request online at:
https://github.com/vim/vim/pull/8391
Commit Summary
- correctly draw number column in right-left mode
File Changes
- M src/drawline.c (5)
Patch Links:
Christian - can you include the test in your PR?
—
You are receiving this because you commented.
@chrisbra pushed 1 commit.
- a63433b add test for right-left number feature