File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,12 @@ let b:did_ftplugin = 1
66let b: syng_str = ' ^\%(.*template\)\@!.*string\|special'
77let b: syng_strcom = ' ^\%(.*template\)\@!.*string\|comment\|regex\|special\|doc'
88
9- let b: undo_ftplugin = (exists (' b:undo_ftplugin' ) ? b: undo_ftplugin . " | " : " " ) . " unlet b:syng_str b:syng_strcom"
9+ let b: undo_ftplugin = (exists (' b:undo_ftplugin' ) ? b: undo_ftplugin . " | " : " " ) .
10+ \ " unlet b:syng_str b:syng_strcom"
1011
1112if ! has (' nvim' )
1213 setlocal matchpairs += <:>
13- let b: undo_ftplugin .= " | setlocal matchpairs<"
14+ let b: undo_ftplugin .= " | setlocal matchpairs<"
1415endif
1516
1617if exists (" loaded_matchit" )
@@ -21,7 +22,7 @@ if exists("loaded_matchit")
2122 \ ' <\@<=\([^/][^ \t>]*\)[^>]*\%(>\|$\):<\@<=/\1>,' .
2223 \ ' {#\(if\|each\)[^}]*}:{\:else[^}]*}:{\/\(if\|each\)},' .
2324 \ ' {#await[^}]*}:{\:then[^}]*}:{\/await},'
24- let b: undo_ftplugin .= " | unlet b:match_ignorecase b:match_words"
25+ let b: undo_ftplugin .= " | unlet! b:match_ignorecase b:match_words"
2526endif
2627
2728if executable (' npx' ) && ! empty (globpath (&runtimepath , ' compiler/svelte-check.vim' ))
You can’t perform that action at this time.
0 commit comments