vim-extradite icon indicating copy to clipboard operation
vim-extradite copied to clipboard

compatibility with vim-airline

Open AlainPilon opened this issue 10 years ago • 1 comments

When using Extradite with Vim Airline (https://github.com/bling/vim-airline), the setlocal statusline= does not seem to work.

Instead of getting the expected timestamp of the commit, I am getting a [No Name][-] string.

Since I can manually set the status line while browsing via Extradite, I have a feeling the issue is on this side instead of Vim Airline.

AlainPilon avatar Sep 22 '15 14:09 AlainPilon

vim-airline sets 'statusline' on window change. Try pressing Ctrl-W Ctrl-W several times after :Extradite, I see correct status line for a while, then (after key press) it's reset.

Added setting w:airline_disabled, which seem to fix the issue.

xaizek avatar Sep 22 '15 14:09 xaizek