systax highlighting comment cleanup

This commit is contained in:
Sheppy
2016-11-04 18:11:44 +01:00
parent 50effe2c57
commit cf2573cb1a

3
vim/rc
View File

@@ -146,11 +146,10 @@ for tmp in llist[0]:
break
l = llist[0][i:]
#escaped \ for py AND vim
#vim.command('let tmp=":execute \'normal /[A-Z]\\\\+%s.*:\\<cr>``\'"'% l)
vim.command("let @/='[A-Z]\+%s.*:'"% l)
endpython
"return tmp
endif
"return "echo ''"
endfunction
"end outer if
endif