Hello Vim developers, I noticed a regression:
$ vim -N -u NONE :echo "foo" " The intro message is cleared, the (now empty) UI does not show "foo". " Expected behavior: The intro message stays visible, the command-line shows "foo". This happens with any command that echoes a single line, e.g. also with :set ic?, or :nmap. Only the very first command (output) is affected; subsequent commands (after the intro message was cleared) show up fine. I see this in Vim 7.3.1280 (huge build on Ubuntu 13.04/x64), but not in Vim 7.3.712. It also doesn't happen in GVIM, only in the terminal UI. -- regards, ingo -- -- 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/groups/opt_out.
