Hirohito Higashi wrote: > Step to reproduce: > - Start vanilla Vim with the tabline always displays. > $ vim --clean -c "set showtabline=2" > - Sets the current file name to a.txt > :file a.txt > > Expected behavior: > The tabline displays 'a.txt'. > > Actual behavior: > The tabline keeps displaying '[No Name]'. > It does not redraw when despite executing `:file a.txt` command. > > > I wrote a patch. (Attached in this email) > > PS > This issue is reported by Norio Takagi.
Thanks! -- -rwxr-xr-x 1 root 24 Oct 29 1929 /bin/ed -rwxr-xr-t 4 root 131720 Jan 1 1970 /usr/ucb/vi -rwxr-xr-x 1 root 5.89824e37 Oct 22 1990 /usr/bin/emacs /// 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.
