Hello VIM developers, There is a problem when working with switchbuf=useopen and :sb -alternate buffer is not updated correctly;
To reproduce: vim -u NONE :set swb=useopen :new a :new b :new c :ls (just checking - c is %, b is #) :sb a :ls (a became % as expected, but the alternate buffer is now b while I'd expect it to be c) I'm runnign VIM 7.4.103 on linux, but I think it is an old issue. Thanks! Ramel -- -- 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.
