15: Moved Log function to autoload and replace echom

This commit is contained in:
DCRichards
2019-10-08 10:34:52 +01:00
parent 4b0e807db4
commit 2da2a2fe03
3 changed files with 22 additions and 22 deletions

View File

@@ -90,7 +90,7 @@ endif
" Avoid overload
if hlexists('javaScriptComment') == 0
echom 'load javascript cluster'
call vue#Log('load javascript cluster')
call s:LoadSyntax('@htmlJavaScript', 'javascript')
endif
"}}}