You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: