Skip to content

Commit b2c1793

Browse files
committed
Remove echom
1 parent 7621616 commit b2c1793

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

autoload/jslibsyntax.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ function! jslibsyntax#load(path)
2222
let lib = libs[index]
2323
if g:used_javascript_libs =~ lib
2424
let fn = a:path.'/autoload/syntax/'.lib.'.vim'
25-
echom fn
2625
if filereadable(fn)
2726
exe('source '.fn)
2827
let loaded = loaded + 1

0 commit comments

Comments
 (0)