Skip to content

Commit 2ce3a7e

Browse files
authored
add overlooked bang
1 parent 4a6f16a commit 2ce3a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftplugin/svelte.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let b:syng_str = '^\%(.*template\)\@!.*string\|special'
77
let b:syng_strcom = '^\%(.*template\)\@!.*string\|comment\|regex\|special\|doc'
88

99
let b:undo_ftplugin = (exists('b:undo_ftplugin') ? b:undo_ftplugin . " | " : "") .
10-
\ "unlet b:syng_str b:syng_strcom"
10+
\ "unlet! b:syng_str b:syng_strcom"
1111

1212
if !has('nvim')
1313
setlocal matchpairs+=<:>

0 commit comments

Comments
 (0)