changed computerspiel hlscript to python3 as vim does no longer support python2

This commit is contained in:
Sheppy
2017-03-23 09:30:59 +01:00
parent fcc28d1f80
commit 0d0e19598e

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(":")