This PR fixes syntax highlighting of C++ floating point and integer literals, which were not properly highlighted as illustrated in the screenshot below:
https://github.com/vim/vim/pull/8939
—
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.
I should have indicated: I emailed the maintainer of vim/runtime/syntax/cpp.vim
(Ken Shan).
Merging #8939 (f343267) into master (d85931e) will decrease coverage by
87.62%
.
The diff coverage isn/a
.
@@ Coverage Diff @@ ## master #8939 +/- ## =========================================== - Coverage 90.08% 2.45% -87.63% =========================================== Files 151 149 -2 Lines 168894 165905 -2989 =========================================== - Hits 152145 4077 -148068 - Misses 16749 161828 +145079
Flag | Coverage Δ | |
---|---|---|
huge-clang-none | ? |
|
huge-gcc-none | ? |
|
huge-gcc-testgui | ? |
|
huge-gcc-unittests | 2.45% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
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%) |
⬇️ |
src/libvterm/src/rect.h | 0.00% <0.00%> (-96.56%) |
⬇️ |
src/evalfunc.c | 0.00% <0.00%> (-96.51%) |
⬇️ |
... and 137 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 d85931e...f343267. Read the comment docs.
Ken Shan is no longer the maintainer, see https://github.com/vim-jp/vim-cpp
Did this get picked up by vim-jp?
Not yet.
@dpelle Could you create a PR at vim-jp/vim-cpp?
Closed #8939.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
Long overdue, but I created PR vim-jp/vim-cpp#63
Closing this one now.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.