Patch 8.2.3227 allowed 'virtualedit' to be local to buffer as well as global. After using the buffer-local settings for a while, it became apparent that they would be more useful if they were window-local instead. That change is made here. Patch 8.2.3227 hasn't been released very long, so making this change should not inconvenience users.
https://github.com/vim/vim/pull/8685
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()
it became apparent that they would be more useful if they were window-local instead.
Can you explain why?
Can you explain why?
It was discussed on the mailing list, see the discussion here: https://groups.google.com/g/vim_dev/c/7kwC0ysjM9s/m/1mjEhN0fCwAJ
Merging #8685 (bbfa5e4) into master (0d4d9ee) will decrease coverage by
87.64%.
The diff coverage is6.89%.
❗ Current head bbfa5e4 differs from pull request most recent head 47ef3bb. Consider uploading reports for the commit 47ef3bb to get more accurate results
@@ Coverage Diff @@ ## master #8685 +/- ## =========================================== - Coverage 90.11% 2.46% -87.65% =========================================== Files 150 148 -2 Lines 170265 165053 -5212 =========================================== - Hits 153436 4072 -149364 - Misses 16829 160981 +144152
| Flag | Coverage Δ | |
|---|---|---|
| huge-clang-none | ? |
|
| huge-gcc-none | ? |
|
| huge-gcc-testgui | ? |
|
| huge-gcc-unittests | 2.46% <6.89%> (-0.01%) |
⬇️ |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/buffer.c | 3.46% <ø> (-88.99%) |
⬇️ |
| src/drawscreen.c | 1.63% <0.00%> (-84.75%) |
⬇️ |
| src/ex_docmd.c | 0.00% <ø> (-95.90%) |
⬇️ |
| src/ops.c | 0.00% <0.00%> (-96.00%) |
⬇️ |
| src/optionstr.c | 21.41% <0.00%> (-73.77%) |
⬇️ |
| src/textprop.c | 0.00% <0.00%> (-96.82%) |
⬇️ |
| src/usercmd.c | 0.00% <0.00%> (-94.74%) |
⬇️ |
| src/userfunc.c | 0.18% <0.00%> (-95.08%) |
⬇️ |
| src/version.c | 0.86% <ø> (-91.48%) |
⬇️ |
| src/vim9compile.c | 0.00% <0.00%> (-93.89%) |
⬇️ |
| ... and 147 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 0d4d9ee...47ef3bb. Read the comment docs.
—
You are receiving this because you commented.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.![]()