Merge branch 'fix-intro' into develop
This commit is contained in:
commit
7965134e26
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue