On Oct 19, 11:32 am, oversky <[email protected]> wrote:
>
> 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.

Huh? :grep will call findstr and populate the quickfix window, which
you can open with :copen. What do you mean "doesn't fit"? The contents
of the window can be as large as Vim can handle, AFAIK. If you can't
see enough of the list for your liking, you can easily resize the
quickfix window juts like any other split window in Vim.

By the way, you may be interested in the :vimgrep command, which does
not rely on an external program, and uses all the power of Vim regular
expressions.

See http://vim.wikia.com/wiki/Find_in_files_within_Vim for additional
tips and tricks for this feature.

>    I can't summer quickfix list windows. When I press :cn, the line
> with keyword is showed under statusline,
>    but it doesn't jump to that line.

:cn should always jump to the next item in the quickfix list, unless
it can't for some reason, such as being in an unsaved buffer without
'hidden' set. Either :set hidden, :set confirm, or save your buffer
and try again. What happens if (in the quickfix list) you move the
cursor over the item you want and press <Enter>? What if you double-
click with the mouse?
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to