Merge branch 'fix-intro' into develop

This commit is contained in:
ZyX 2014-03-13 23:27:17 +04:00
commit 7965134e26
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')