Patch 8.0.1216
Problem: Tabline is not always updated for :file command. (Norio Takagi)
Solution: Set redraw_tabline. (Hirohito Higashi)
Files: src/ex_cmds.c
*** ../vim-8.0.1215/src/ex_cmds.c 2017-10-15 22:42:19.025389152 +0200
--- src/ex_cmds.c 2017-10-24 22:29:52.198372835 +0200
***************
*** 3002,3007 ****
--- 3002,3008 ----
/* print full file name if :cd used */
if (!shortmess(SHM_FILEINFO))
fileinfo(FALSE, FALSE, eap->forceit);
+ redraw_tabline = TRUE;
}
/*
*** ../vim-8.0.1215/src/version.c 2017-10-24 21:49:32.234837736 +0200
--- src/version.c 2017-10-24 22:31:58.689509030 +0200
***************
*** 763,764 ****
--- 763,766 ----
{ /* Add new patch number below this line */
+ /**/
+ 1216,
/**/
--
5 out of 4 people have trouble with fractions.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.