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
6
6
let b: syng_str = ' ^\%(.*template\)\@!.*string\|special'
7
7
let b: syng_strcom = ' ^\%(.*template\)\@!.*string\|comment\|regex\|special\|doc'
8
8
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"
10
11
11
12
if ! has (' nvim' )
12
13
setlocal matchpairs += <:>
13
- let b: undo_ftplugin .= " | setlocal matchpairs<"
14
+ let b: undo_ftplugin .= " | setlocal matchpairs<"
14
15
endif
15
16
16
17
if exists (" loaded_matchit" )
@@ -21,7 +22,7 @@ if exists("loaded_matchit")
21
22
\ ' <\@<=\([^/][^ \t>]*\)[^>]*\%(>\|$\):<\@<=/\1>,' .
22
23
\ ' {#\(if\|each\)[^}]*}:{\:else[^}]*}:{\/\(if\|each\)},' .
23
24
\ ' {#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"
25
26
endif
26
27
27
28
if executable (' npx' ) && ! empty (globpath (&runtimepath , ' compiler/svelte-check.vim' ))
You can’t perform that action at this time.
0 commit comments