Below code highlight do not work expect result.
if &filetype !~# '^v' echo 1 endif
This PR fix below:
!~= do not highlight, fix vimOper order.==?? / ==## and other, use ? instead {0,2}I'm created PR reason: #7464
https://github.com/vim/vim/pull/7966
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()
Merging #7966 (bbedbda) into master (c80f647) will decrease coverage by
86.60%.
The diff coverage is0.00%.
@@ Coverage Diff @@ ## master #7966 +/- ## =========================================== - Coverage 89.09% 2.49% -86.61% =========================================== Files 148 146 -2 Lines 165201 160138 -5063 =========================================== - Hits 147185 3990 -143195 - Misses 18016 156148 +138132
| Flag | Coverage Δ | |
|---|---|---|
| huge-clang-none | ? |
|
| huge-gcc-none | ? |
|
| huge-gcc-testgui | ? |
|
| huge-gcc-unittests | 2.49% <0.00%> (-0.01%) |
⬇️ |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/autocmd.c | 2.08% <0.00%> (-89.73%) |
⬇️ |
| src/eval.c | 0.10% <0.00%> (-96.12%) |
⬇️ |
| src/evalfunc.c | 0.00% <0.00%> (-96.00%) |
⬇️ |
| src/evalvars.c | 5.31% <0.00%> (-90.77%) |
⬇️ |
| src/ex_docmd.c | 0.00% <0.00%> (-94.75%) |
⬇️ |
| src/session.c | 0.00% <0.00%> (-82.11%) |
⬇️ |
| src/version.c | 0.86% <ø> (-91.48%) |
⬇️ |
| src/vim9compile.c | 0.00% <0.00%> (-94.08%) |
⬇️ |
| src/vim9execute.c | 0.00% <0.00%> (-93.24%) |
⬇️ |
| src/vim9script.c | 0.00% <0.00%> (-93.54%) |
⬇️ |
| ... and 146 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 c80f647...fecc652. Read the comment docs.
@tsuyoshicho pushed 1 commit.
—
You are receiving this because you are subscribed to this thread.
@tsuyoshicho pushed 1 commit.
—
You are receiving this because you are subscribed to this thread.
@tsuyoshicho pushed 1 commit.
—
You are receiving this because you are subscribed to this thread.
View it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
![]()
@tsuyoshicho pushed 1 commit.
—
You are receiving this because you are subscribed to this thread.
@cecamp san,
Show PR affect.
vimOper as Operator, syntax fix.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub.
Hmm, your change didn't seem to affect the example for me. Probably something I've updated. Anyway, please try http://www.drchip.org/astronaut/vim/index.html#SYNTAX_VIM, version 8.2-09.
—
You are receiving this because you are subscribed to this thread.
Sorry, I got my markdown mixed up. Try [syntax/vim.vim](http://www.drchip.org/astronaut/vim/index.html#SYNTAX_VIM].
—
You are receiving this because you are subscribed to this thread.
Maybe a third time? syntax/vim.vim
—
You are receiving this because you are subscribed to this thread.
For what it's worth: with the current copy of the Vim syntax I do see this problem.
—
You are receiving this because you are subscribed to this thread.
You can use a non-breaking space character:
return "nice\u00a0stl"
—
You are receiving this because you are subscribed to this thread.
Oops, wrong issue.
—
You are receiving this because you are subscribed to this thread.
@cecamp said
Maybe a third time? syntax/vim.vim
Tested that latest syntax (vim.vim.gz), This problem fixed it!
They can close this PR if the next release contains modified syntax file.
Thanks.
—
You are receiving this because you are subscribed to this thread.
I'll receive an update from Charles soon, no reason to keep this open.
—
You are receiving this because you are subscribed to this thread.
Thanks all.
—
You are receiving this because you are subscribed to this thread.