Some syntaxwork done

This commit is contained in:
baabelfish 2016-01-30 18:57:48 +02:00
commit 00a6e2e4ea
5 changed files with 138 additions and 38 deletions

View file

@ -90,7 +90,7 @@ endfunction
function! highlighter#guard()
if line("$") + 0 < 500
call highlighter#New()
endif
" if line("$") + 0 < 500
" call highlighter#New()
" endif
endfunction