> Also, is it intended behaviour that vim do reuse buffer numbers, or do you > want me to write an issue about it? > If it is intended, are there other cases where it could happen? The current > design in govim assumes that buffer numbers are unique and never reused.
In general buffer numbers are not reused. However, for the scratch buffer that grep uses an exception was made to avoid it eating up a lot of buffer numbers. -- You know you use Vim too much when you have this alias in your ~/.bashrc file: alias :e=/bin/vim (Eljay Love-Jensen) /// 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/202102082054.118Ks8QZ3206595%40masaka.moolenaar.net.
