Fixed the background of :terminal to be transparent when termguicolors is set.
This PR fixes #2361
hi Terminal and wincolor will be applied immediately when tgc.notgc, it is from before.)https://github.com/vim/vim/pull/9002
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
![]()
Merging #9002 (71343e1) into master (eaa006d) will decrease coverage by
87.60%.
The diff coverage is0.00%.
@@ Coverage Diff @@ ## master #9002 +/- ## =========================================== - Coverage 90.06% 2.45% -87.61% =========================================== Files 151 149 -2 Lines 168350 165948 -2402 =========================================== - Hits 151627 4077 -147550 - Misses 16723 161871 +145148
| Flag | Coverage Δ | |
|---|---|---|
| huge-clang-none | ? |
|
| huge-gcc-none | ? |
|
| huge-gcc-testgui | ? |
|
| huge-gcc-unittests | 2.45% <0.00%> (+<0.01%) |
⬆️ |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/highlight.c | 8.04% <ø> (-82.27%) |
⬇️ |
| src/terminal.c | 0.00% <0.00%> (-91.23%) |
⬇️ |
| src/float.c | 0.00% <0.00%> (-99.22%) |
⬇️ |
| src/gui_gtk_f.c | 0.00% <0.00%> (-97.43%) |
⬇️ |
| src/crypt_zip.c | 0.00% <0.00%> (-97.06%) |
⬇️ |
| src/cmdhist.c | 0.00% <0.00%> (-97.00%) |
⬇️ |
| src/sha256.c | 0.00% <0.00%> (-96.94%) |
⬇️ |
| src/evalbuffer.c | 0.00% <0.00%> (-96.88%) |
⬇️ |
| src/textprop.c | 0.00% <0.00%> (-96.84%) |
⬇️ |
| src/match.c | 0.00% <0.00%> (-96.76%) |
⬇️ |
| ... and 139 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 eaa006d...71343e1. Read the comment docs.
It's hard to see whether this has any undesired side effect. At least it doesn't break any tests.
I wonder if it would be possible to add a regression test for this change?
Anyway, let me include it and await any problem reports.