Support view block

This commit is contained in:
leafOfTree
2021-07-30 14:41:13 +08:00
parent cda82484d2
commit 3d2680a859
4 changed files with 12 additions and 7 deletions

View File

@@ -244,7 +244,7 @@ function! vue#LoadDefaultSyntax(group, syntax)
endif
endfor
if loaded
call vue#Log(a:syntax.': laod default')
call vue#Log(a:syntax.': load default')
else
call vue#Warn(a:syntax.': syntax not found in '.string(syntax_paths))
call vue#Warn(a:syntax.': load full instead')