File tree
Expand file treeCollapse file tree1 file changed
+3
-2
lines changed Expand file treeCollapse file tree1 file changed
+3
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -223,10 +223,11 @@ syn region foldBraces start=/{/ skip=/\(\/\/.*\)\|\(\/.*\/\)/ end=/}/ transparen
|
223 | 223 | " }}}
|
224 | 224 |
|
225 | 225 | " Define the default highlighting.
|
226 |
| -" For version 5.7 and earlier: only when not done already |
| 226 | +" For version 5.7 and earlier: only when not done already by this script |
227 | 227 | " For version 5.8 and later: only when an item doesn't have highlighting yet
|
| 228 | +" For version 8.1.1486 and later: only when not done already by this script (need to override vim's new typescript support) |
228 | 229 | if version >= 508 || !exists("did_typescript_syn_inits")
|
229 |
| -if version < 508 |
| 230 | +if version < 508 || has('-8.1.1486') |
230 | 231 | let did_typescript_syn_inits = 1
|
231 | 232 | command -nargs=+ HiLink hi link <args>
|
232 | 233 | else
|
|
You can’t perform that action at this time.
0 commit comments