mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
parent
0d39dd5507
commit
51c302a6ca
@ -5,10 +5,7 @@ if ! has('python') && ! has('python3')
|
||||
finish
|
||||
endif
|
||||
|
||||
python <<EOF
|
||||
from __future__ import absolute_import
|
||||
import sys, vim
|
||||
sys.path.append(vim.eval('expand("<sfile>:h:h:h:h:h")'))
|
||||
from powerline.bindings.vim import source_plugin
|
||||
source_plugin()
|
||||
EOF
|
||||
python import sys, vim
|
||||
python sys.path.append(vim.eval('expand("<sfile>:h:h:h:h:h")'))
|
||||
|
||||
source <sfile>:h:h/powerline.vim
|
||||
|
Loading…
x
Reference in New Issue
Block a user