[BUG] gvim doesn't allow Alt keybindings

2007-02-19 Thread Matthias Koenig
Hi, we have a bug report that keybindings with Alt does not work in gvim if the X input method is enabled: Testcase :set wak=no # disable keybindings for the menu :tabnew :map M-1 1gt :map M-2 2gt This should allow you to switch with Alt-1 and Alt-2 between tabs, but this

Re: Quickfix window not working anymore

2007-02-19 Thread Bill McCarthy
On Mon 19-Feb-07 7:21am -0600, A.J.Mechelynck wrote: Works for me. For me too. BTW, Tony, I've never used :copen before - I use :cw . There look the same but the documentation doesn't seem to indicate that they are the same. What's the difference between :copen and :cwindow ? -- Best

Re: Quickfix window not working anymore

2007-02-19 Thread Yegappan Lakshmanan
Hi, On 2/19/07, Bill McCarthy [EMAIL PROTECTED] wrote: On Mon 19-Feb-07 7:21am -0600, A.J.Mechelynck wrote: Works for me. For me too. BTW, Tony, I've never used :copen before - I use :cw . There look the same but the documentation doesn't seem to indicate that they are the same. What's

Re: Quickfix window not working anymore

2007-02-19 Thread A.J.Mechelynck
Bill McCarthy wrote: On Mon 19-Feb-07 7:21am -0600, A.J.Mechelynck wrote: Works for me. For me too. BTW, Tony, I've never used :copen before - I use :cw . There look the same but the documentation doesn't seem to indicate that they are the same. What's the difference between :copen and

Re: Quickfix window not working anymore

2007-02-19 Thread A.J.Mechelynck
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

Re: Quickfix window not working anymore

2007-02-19 Thread Gautam Iyer
On Mon, Feb 19, 2007 at 02:21:49PM +0100, A.J.Mechelynck wrote: 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

Re: [BUG] gvim doesn't allow Alt keybindings

2007-02-19 Thread Bram Moolenaar
Matthias Koenig wrote: we have a bug report that keybindings with Alt does not work in gvim if the X input method is enabled: Testcase :set wak=no # disable keybindings for the menu :tabnew :map M-1 1gt :map M-2 2gt This should allow you to switch with Alt-1 and

patch 7.0.198 (extra)

2007-02-19 Thread Bram Moolenaar
Patch 7.0.198 (extra) Problem:Win32: Compiler warnings. No need to generate gvim.exe.mnf. Solution: Add type casts. Use * for processorArchitecture. (George Reilly) Files: src/Make_mvc.mak, src/eval.c, src/gvim.exe.mnf, src/misc2.c *** ../vim-7.0.197/src/Make_mvc.mak Thu Apr 27

patch 7.0.199

2007-02-19 Thread Bram Moolenaar
Patch 7.0.199 Problem:When using multi-byte characters the combination of completion and formatting may result in a wrong cursor position. Solution: Don't decrement the cursor column, use dec_cursor(). (Yukihiro Nakadaira) Also check for the column to be zero.

patch 7.0.200

2007-02-19 Thread Bram Moolenaar
Patch 7.0.200 Problem:Memory leaks when out of memory. Solution: Free the memory. Files: src/edit.c, src/diff.c *** ../vim-7.0.199/src/edit.c Tue Feb 20 03:33:51 2007 --- src/edit.c Fri Feb 16 01:15:49 2007 *** *** 2698,2703 --- 2698,2704 buf =

patch 7.0.201

2007-02-19 Thread Bram Moolenaar
Patch 7.0.201 Problem:Message for :diffput about buffer not being in diff mode may be wrong. Solution: Check for buffer in diff mode but not modifiable. Files: src/diff.c *** ../vim-7.0.200/src/diff.c Tue Feb 20 03:52:04 2007 --- src/diff.c Fri Feb 16 01:18:41 2007