Patch 7.0.159

2006-11-07 Thread Bram Moolenaar
Patch 7.0.159 Problem:When there is an I/O error in the swap file the cause of the error cannot be seen. Solution: Use PERROR() instead of EMSG() where possible. Files: src/memfile.c *** ../vim-7.0.158/src/memfile.cWed Nov 1 18:10:36 2006 --- src/memfile.c

Patch 7.0.160

2006-11-07 Thread Bram Moolenaar
Patch 7.0.160 Problem::@a echoes the command, Vi doesn't do that. Solution: Set the silent flag in the typeahead buffer to avoid echoing the command. Files: src/ex_docmd.c, src/normal.c, src/ops.c, src/proto/ops.pro *** ../vim-7.0.159/src/ex_docmd.c Tue Oct 24

Flickering of completion menu

2006-11-07 Thread Nikolai Weibull
Hi! As you've probably all noticed the completion menu flickers when you move through the items rapidly. Why is this? Is it really necessary to redraw the whole completion menu when it really only should require redrawing the item previously selected and the item selected now [1]? Anyway,

Patch 7.0.161

2006-11-07 Thread Bram Moolenaar
Patch 7.0.161 Problem:Win32: Tab pages line popup menu isn't using the right encoding. (Yongwei Wu) Solution: Convert the text when necessary. Also fixes the Find/Replace dialog title. (Yegappan Lakshmanan) Files: src/gui_w48.c ***

Current buffer name after :python os.chdir()

2006-11-07 Thread Xavier de Gaye
Assuming the current buffer is the file 'foobar' in the current directory. After running the following Vim commands: :python import os :python os.chdir(subdir) the current buffer name is not changed as it is when you run the Vim command ':cd subdir' (but the output of ':pwd' is Ok), and

[RFC] Add a new getAnno function to the netbeans protocol

2006-11-07 Thread Xavier de Gaye
During the compile-debug-edit development cycle, the signs placed in the Vim buffers by the IDE with the netbeans protocol can have their line numbers changed when the buffers are edited (a Vim sign sticks with the line it has been set upon, and moves with it). It would be nice to allow the IDE

Re: Current buffer name after :python os.chdir()

2006-11-07 Thread Bram Moolenaar
Xavier de Gaye wrote: Assuming the current buffer is the file 'foobar' in the current directory. After running the following Vim commands: :python import os :python os.chdir(subdir) the current buffer name is not changed as it is when you run the Vim command ':cd subdir' (but

Re: [RFC] Add a new getAnno function to the netbeans protocol

2006-11-07 Thread Bram Moolenaar
Xavier de Gaye wrote: During the compile-debug-edit development cycle, the signs placed in the Vim buffers by the IDE with the netbeans protocol can have their line numbers changed when the buffers are edited (a Vim sign sticks with the line it has been set upon, and moves with it). It

Patch 7.0.162

2006-11-07 Thread Bram Moolenaar
Patch 7.0.162 Problem:vim -o a b when file a triggers the ATTENTION dialog, selecting Quit exits Vim instead of editing b only. When file b triggers the ATTENTION dialog selecting Quit or Abort results in editing file a in that window. Solution: When

Re: Current buffer name after :python os.chdir()

2006-11-07 Thread Xavier de Gaye
--- Bram Moolenaar [EMAIL PROTECTED] wrote: Xavier de Gaye wrote: Assuming the current buffer is the file 'foobar' in the current directory. After running the following Vim commands: :python import os :python os.chdir(subdir) the current buffer name is not changed as it

Re: Flickering of completion menu

2006-11-07 Thread mzyzik
I would also love a flicker-less popup menu. I use the completion excessively, since I've found it makes coding faster and less error prone. I noticed the menu only flickers in some cases. --Matt On Wed, Nov 08, 2006 at 10:10:09AM +1100, Peter Hodge wrote: Hello, I agree, it would be great

vimtutor bug

2006-11-07 Thread Shannon -jj Behrens
In vimtutor, I see: NOTE: A count between the operator d and the motion works similar to using the motion without an operator. However, it seems that 2dw works the same as d2w. I think the tutor needs to be updated. I'm using Vim 7.0.35. Thanks! -jj --