mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.0.1216: tabline is not always updated for :file command
Problem: Tabline is not always updated for :file command. (Norio Takagi)
Solution: Set redraw_tabline. (Hirohito Higashi)
6ce6504808
This commit is contained in:
parent
059986e038
commit
593c0bd77f
@ -1598,6 +1598,7 @@ void ex_file(exarg_T *eap)
|
||||
// print full file name if :cd used
|
||||
fileinfo(false, false, eap->forceit);
|
||||
}
|
||||
redraw_tabline = true;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user