Hello,

On Mon, Oct 19, 2009 at 18:32, oversky <[email protected]> wrote:

>
> 1. How do I detect Quickfix List?
>

You probably may have to iterate over buffer and see whether 'buftype' is
equal to "quickfix".

2. In a function, how do I "find next"?
>

As previously said, “normal n” will do it.


> 3. I use gvim 7.2 on win xp sp2. By default, grep will call findstr
> for grep. But it doesn't fit into quickfix list.
>   I can't summer quickfix list windows. When I press :cn, the line
> with keyword is showed under statusline,
>

What are you using quickfix list for? cscope, compiling  with MS VC++?
Moreover, you may be interested in downloading UnxUtils and setting $PATH to
use those utils (sort, grep, awk, sed, etc).

-- 
Benoit Mortgat
39, cours Albert Thomas
69003 Lyon, France
+33 4 27 78 31 27 / +33 6 17 15 41 58

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to