From 0d0e19598ef06ced57b8d87552feab45bc070d4c Mon Sep 17 00:00:00 2001 From: Sheppy Date: Thu, 23 Mar 2017 09:30:59 +0100 Subject: [PATCH] changed computerspiel hlscript to python3 as vim does no longer support python2 --- vim/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/rc b/vim/rc index bdb0ed7..19d4fc5 100644 --- a/vim/rc +++ b/vim/rc @@ -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(":")