mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 15:11:35 +01:00
Merge branch 'master' of gitlab.cs.fau.de:ik15ydit/config
This commit is contained in:
2
vim/rc
2
vim/rc
@@ -132,7 +132,7 @@ if @% =~ ".*.dia"
|
|||||||
let line=getline('.')
|
let line=getline('.')
|
||||||
"backslash muss escaped werden um + zu escapen in func
|
"backslash muss escaped werden um + zu escapen in func
|
||||||
if line =~ "\[A-Z]\\+.*:"
|
if line =~ "\[A-Z]\\+.*:"
|
||||||
python << endpython
|
python3 << endpython
|
||||||
import vim
|
import vim
|
||||||
l = vim.current.line
|
l = vim.current.line
|
||||||
llist = l.split(":")
|
llist = l.split(":")
|
||||||
|
|||||||
Reference in New Issue
Block a user