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 **

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 = alloc(LSI

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. Files:

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 2

patch 7.0.197 (extra)

2007-02-19 Thread Bram Moolenaar
Patch 7.0.197 (extra) Problem:Win32: Compiling with EXITFREE doesn't work. Solution: Adjust a few #ifdefs. (Alexei Alexandrof) Files: src/misc2.c, src/os_mswin.c *** ../vim-7.0.196/src/misc2.c Tue Oct 3 14:43:31 2006 --- src/misc2.c Wed Feb 7 05:00:13 2007 *** *** 1

patch 7.0.196

2007-02-19 Thread Bram Moolenaar
Patch 7.0.196 Problem:When using ":vert ball" the computation of the mouse pointer position may be off by one column. (Stefan Karlsson) Solution: Recompute the frame width when moving the vertical separator from one window to another. Files: src/window.c *** ..

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 1gt > :map 2gt > > This should allow you to switch with Alt-1

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 on a particular error does not move to that error

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 on a particular error does not move to that error location quick fix w

Re: Quickfix window not working anymore

2007-02-19 Thread Ryan Phillips
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 on a particular error does not move to that error > location quick fix windo

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 :cw

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 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 regar

Re: Quickfix window not working anymore

2007-02-19 Thread A.J.Mechelynck
Gautam Iyer wrote: 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 on a particular error does not move to that error location quick fix window. The same happens if instead of "vi

[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 1gt :map 2gt This should allow you to switch with Alt-1 and Alt-2 between tabs, but this does not

Quickfix window not working anymore

2007-02-19 Thread Gautam Iyer
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 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