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