Ryan Phillips wrote:
Gautam Iyer <[EMAIL PROTECTED]> said:
Hi All,

I just upgraded to Vim-7.0.195, and found that my quick fix bindings
don't work any more. For instance

    :vimgrep /pattern/ *.c
    :copen

Then pressing <Enter> on a particular error does not move to that error
location quick fix window. The same happens if instead of "vimgrep" I
use :grep or :make. Does any one else have this problem?

Thanks,

GI

PS: The problem persists if I use "vim -N -u NONE", and also with
    Vim-7.0.17.


I had this same problem.  I did _not_ get this problem when I ran vim -N
-u NONE, but happened when I had:

   nmap <silent> <C-m> :bnext<CR>
   nmap <silent> <C-n> :bprev<CR>

in my .vimrc for some reason..

-Ryan


Ctrl-M is also the Enter key: if you remap the one, the other is remapped to the same thing.


Best regards,
Tony.
--
Fashion is a form of ugliness so intolerable that we have to alter it
every six months.
                -- Oscar Wilde

Reply via email to