Hi, On Sun, Jan 20, 2019 at 5:08 AM general0000 <[email protected]> wrote: > > 1, I usually go to buffers with number+tab (mapped to number+<C-^>), it's > convinent when buffer numbers are small; > 2, But, I found that everytime quickfix window opens, the used buffer number > is increased. And I often toggle the quickfix window. > 3, How can I keep the buffer number of quickfix fixed ? Thanks! >
When the quickfix window is closed, the quickfix buffer is wiped out. When you open a quickfix window again, a new quickfix buffer is created. To retain the same quickfix buffer, the current behavior has to be changed to not wipe out the buffer when the quickfix window is closed. As the current behavior has been there for a long time, I am not sure whether changing it now will break any of the existing Vim plugins that rely on the previous behavior. - Yegappan -- -- 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.
