Remove unnecessary import
This commit is contained in:
parent
4e97fd95d8
commit
ccc18e8401
|
@ -5,7 +5,6 @@ import vim
|
|||
|
||||
def source_plugin():
|
||||
import os
|
||||
from powerline.bindings.vim import vim_get_func
|
||||
fnameescape = vim_get_func('fnameescape')
|
||||
vim.command('source ' + fnameescape(os.path.join(os.path.abspath(os.path.dirname(__file__)), 'powerline.vim')))
|
||||
|
||||
|
|
Loading…
Reference in New Issue