Wednesday, February 15, 2017

Re: Buffer number explodes when :vimgrep is called.

Hi Tony!

I'm working on a plugin that relies on numbering the buffers in some way. The idea is to make switching among them far easier. I think I have it figured out... I'll just enumerate the buffers based on their relative position in the buffer list. This will provide numbering that is consistent.

My only worry is that the user will get confused. The buffer "id" being used to reference a buffer specifically will be different from the buffer's numeric position in the buffer list, of course. I think it will all turn out fine though.

Thanks!
Jason

--
--
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: