forked from aniani/vim
runtime(vim): Update base-syntax, bug fixes
- Allow trailing backslashes in option values. - Match :map-special modifier. - Match :map-arguments case-sensitively. - Remove <*Leader> from map modifier list and allow in RHS of a mapping. closes: #16822 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
4a1e6dacbb
commit
6bdfeb099a
@@ -99,3 +99,15 @@ CompilerSet makeprg=ant
|
||||
CompilerSet errorformat=\ %#[%.%#]\ %#%f:%l:%v:%*\\d:%*\\d:\ %t%[%^:]%#:%m,
|
||||
\%A\ %#[%.%#]\ %f:%l:\ %m,%-Z\ %#[%.%#]\ %p^,%C\ %#[%.%#]\ %#%m
|
||||
|
||||
|
||||
" Unreported issue (double backslash)
|
||||
|
||||
setlocal com=s1:/*,mb:*,ex:*/,b:--,be:\\
|
||||
echo "Foo"
|
||||
setlocal include=^\\s*\\%(so\\%[urce]\\\|ru\\%[ntime]\\)[!\ ]\ *\\zs[^\\|]*
|
||||
echo "Foo"
|
||||
set quoteescape=\\
|
||||
echo "Foo"
|
||||
set quoteescape=\
|
||||
echo "Foo"
|
||||
|
||||
|
Reference in New Issue
Block a user