Saturday, December 21, 2013

Re: vim quickfix: make a locate the match but don't jump on it.

I think this might be another great thought that solves the issue from a different angle..
filter the quickfix 2nd time is a good idea.
thanks!


On Wed, Dec 18, 2013 at 5:37 AM, Marc Weber <marco-oweber@gmx.de> wrote:
Map :cnext and :cprev to keys, then :cnext is fast.

If you have to find a different line, think about how you find it.

Eg if you look for .txt files in the grep result only,
see github.com/MarcWeber/vim-addon-other about a possible keep lines /
drop lines implementation based on regular expressions.
Thus I don't search, I filter the quickfix list a second time.

Using both technics there is not much left to spend time on..

So try to understand why mapping :cnext is not enough and think how to
optimize that eventually.

Marc Weber

--
--
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/groups/opt_out.

--
--
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/groups/opt_out.

No comments: