junegunn / fzf.vim

fzf :heart: vim
MIT License
9.62k stars 584 forks source link

Airline colors change when using layout “enew” #793

Open tambourine-man opened 5 years ago

tambourine-man commented 5 years ago

When exiting a window with g:fzf_layout = { 'window': 'enew' }, AirLine colors are changed, in particular, the file path.

I tried creating a custom User FzfStatusLine but it didn't work. Is there a way to prevent FZF.vim from changing it or running AirlineRefresh afterwards?

Thanks

anirudhRowjee commented 4 years ago

I'm having the same issue when using fzf.vim to jump between files. All decorations for Airline are stripped off when I jump to the new file - it comes back momentarily, but still goes back to no decorations.