We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6f16a commit 2ce3a7eCopy full SHA for 2ce3a7e
ftplugin/svelte.vim
@@ -7,7 +7,7 @@ let b:syng_str = '^\%(.*template\)\@!.*string\|special'
7
let b:syng_strcom = '^\%(.*template\)\@!.*string\|comment\|regex\|special\|doc'
8
9
let b:undo_ftplugin = (exists('b:undo_ftplugin') ? b:undo_ftplugin . " | " : "") .
10
- \ "unlet b:syng_str b:syng_strcom"
+ \ "unlet! b:syng_str b:syng_strcom"
11
12
if !has('nvim')
13
setlocal matchpairs+=<:>
0 commit comments