Allow jumping over quote on the right if in ignored syntax group

This commit is contained in:
Israel Chauca Fuentes
2017-02-12 23:48:13 -05:00
parent cb6866f1c3
commit e48ea9f852
2 changed files with 61 additions and 46 deletions

View File

@@ -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()