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