spf13 / spf13-vim

The ultimate vim distribution
http://vim.spf13.com
Apache License 2.0
15.55k stars 3.64k forks source link

"vim-scripts/restore_view.vim" conflict with "bling/vim-bufferline" #965

Open overcache opened 8 years ago

overcache commented 8 years ago

When switch to other buffer by ":bn/:bp/:b{number}", the Airline statusbar will disappear, must run ":AirlineRefresh" command to bring it back. By adding "UnBundle vim-scripts/restore_view.vim" to .vimrc.bundles.local, then Run ":PluginClean" command to cleanup, the problem solved.

Zefrain commented 8 years ago

Thank you so much !