mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00: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:
@@ -1598,6 +1598,7 @@ void ex_file(exarg_T *eap)
|
|||||||
// print full file name if :cd used
|
// print full file name if :cd used
|
||||||
fileinfo(false, false, eap->forceit);
|
fileinfo(false, false, eap->forceit);
|
||||||
}
|
}
|
||||||
|
redraw_tabline = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user