mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-01-26 12:56:59 +08:00
Allow jumping over quote on the right if in ignored syntax group
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
call vimtest#StartTap()
|
||||
|
||||
call vimtap#Plan(142)
|
||||
call vimtap#Plan(147)
|
||||
|
||||
|
||||
let g:delimitMate_autoclose = 1
|
||||
@@ -99,6 +99,10 @@ iunabb def
|
||||
set ft=vim
|
||||
call DMTest_single('', 'i"', '"')
|
||||
|
||||
syntax on
|
||||
" Allow quote to exit from string when disabled by syntax group.
|
||||
call DMTest_quotes("'abc'", "$i'x", "'abc'x")
|
||||
|
||||
set ft=
|
||||
|
||||
call vimtest#Quit()
|
||||
|
||||
Reference in New Issue
Block a user