Hi,

I have several questions about VIM script and functions.
1. How do I detect Quickfix List?
    I tried bufexists("[Quickfix List]"), but it seems like bufexists
doesn't support space in the filename.

2. In a function, how do I "find next"?
    execute "/" only goes to the beginning of the line with keyword,
but this doesn't jump onto the keyword.

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,
   but it doesn't jump to that line.



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

Reply via email to