mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 12:08:33 +00:00
Remove nonnullret deadcode: vim_strsave.
This commit is contained in:
@@ -7795,7 +7795,7 @@ static void draw_tabline(void)
|
||||
if (room > 0) {
|
||||
/* Get buffer name in NameBuff[] */
|
||||
get_trans_bufname(cwp->w_buffer);
|
||||
shorten_dir(NameBuff);
|
||||
(void)shorten_dir(NameBuff);
|
||||
len = vim_strsize(NameBuff);
|
||||
p = NameBuff;
|
||||
if (has_mbyte)
|
||||
|
Reference in New Issue
Block a user