mirror of
https://github.com/powerline/powerline.git
synced 2025-07-28 16:24:57 +02:00
Remove unnecessary import
This commit is contained in:
parent
4e97fd95d8
commit
ccc18e8401
@ -5,7 +5,6 @@ import vim
|
|||||||
|
|
||||||
def source_plugin():
|
def source_plugin():
|
||||||
import os
|
import os
|
||||||
from powerline.bindings.vim import vim_get_func
|
|
||||||
fnameescape = vim_get_func('fnameescape')
|
fnameescape = vim_get_func('fnameescape')
|
||||||
vim.command('source ' + fnameescape(os.path.join(os.path.abspath(os.path.dirname(__file__)), 'powerline.vim')))
|
vim.command('source ' + fnameescape(os.path.join(os.path.abspath(os.path.dirname(__file__)), 'powerline.vim')))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user