Merge branch 'master' of gitlab.cs.fau.de:ik15ydit/config

This commit is contained in:
Sheppy
2017-03-24 14:47:37 +01:00

2
vim/rc
View File

@@ -132,7 +132,7 @@ if @% =~ ".*.dia"
let line=getline('.')
"backslash muss escaped werden um + zu escapen in func
if line =~ "\[A-Z]\\+.*:"
python << endpython
python3 << endpython
import vim
l = vim.current.line
llist = l.split(":")