Do not use :redrawstatus!: it makes intro disappear

It seems that old fix for old code is no longer needed. At least I do not see 
any problems with

    vim -u NONE -S ~/.vam/powerline/powerline/bindings/vim/plugin/powerline.vim --cmd 'set ls=2'

.

Fixes #250
This commit is contained in:
ZyX 2014-03-13 23:27:06 +04:00
parent b4644ffd29
commit 993402fe6c
1 changed files with 0 additions and 1 deletions

View File

@ -181,7 +181,6 @@ def setup(pyeval=None, pycmd=None):
# inside :execute)). vim.command is :execute equivalent regarding this case.
vim.command('augroup Powerline')
vim.command(' autocmd! ColorScheme * :{pycmd} powerline.reset_highlight()'.format(pycmd=pycmd))
vim.command(' autocmd! VimEnter * :redrawstatus!')
vim.command(' autocmd! VimLeavePre * :{pycmd} powerline.shutdown()'.format(pycmd=pycmd))
vim.command('augroup END')