We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7621616 commit b2c1793Copy full SHA for b2c1793
1 file changed
autoload/jslibsyntax.vim
@@ -22,7 +22,6 @@ function! jslibsyntax#load(path)
22
let lib = libs[index]
23
if g:used_javascript_libs =~ lib
24
let fn = a:path.'/autoload/syntax/'.lib.'.vim'
25
- echom fn
26
if filereadable(fn)
27
exe('source '.fn)
28
let loaded = loaded + 1
0 commit comments