Re: Possible bug with search command invoked with foldd

2010-03-17 Fir de Conversatie Jean Johner
On Mar 16, 9:53 pm, Lech Lorens lech.lor...@gmail.com wrote: 2,3. Bram Moolenaar is the author of Vim, its maintainer and the person who reviews the patches and makes the final decision what goes in and what does not. Only Bram can answer these questions. OK. Please, Bram, do consider

Re: Caught E38 Null argument

2010-03-17 Fir de Conversatie Bram Moolenaar
Lech Lorens wrote: On 14-Mar-2010 Dominique Pellé dominique.pe...@gmail.com wrote: So the position of the cursor is wrong. I think curwin-w_cursor.lnum is 0 because it's set in popupmnu.c:643 to 0: 643 curwin-w_cursor.lnum = 0; If I replace this line

Patch 7.2.395

2010-03-17 Fir de Conversatie Bram Moolenaar
Patch 7.2.395 Problem:In help CTRL=] on g?g? escapes the ?, causing it to fail. (Tony Mechelynck) Solution: Don't escape ? for a help command. (Sergey Khorev) Files: src/normal.c *** ../vim-7.2.394/src/normal.c 2010-01-19 15:23:38.0 +0100 --- src/normal.c

bug: Vim trys to set color -1

2010-03-17 Fir de Conversatie graywh
I found a bug where Vim tries to set foreground/background color -1. I noticed the issue when running Vim inside Tmux and using :CSApproxSnapshot. Tmux doesn't handle the escape sequences (\E[3-1m and \E[4-1m) the same as Xterm does. Godlygeek seems to think Vim is trying to reset the colors

Re: typo in doc

2010-03-17 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: I found typo in doc. diff -r aab202d244b6 runtime/doc/insert.txt --- a/runtime/doc/insert.txt Wed Mar 10 17:16:12 2010 +0100 +++ b/runtime/doc/insert.txt Wed Mar 17 01:40:29 2010 +0900 @@ -639,6 +639,7 @@ return \Tab else

Re: patch for strong encryption in vim, resending patch for vim7* dev branch.

2010-03-17 Fir de Conversatie Bram Moolenaar
Mohsin wrote: Resending patch for current vim 72* dev branch (from cvs). -- Added functionality for encrypting files with blowfish and sha2. Blowfish is from http://www.schneier.com/blowfish.html Older vim encrypted files with VimCrypt~1 header will still be readable by newer vim,

Patch 7.2.396

2010-03-17 Fir de Conversatie Bram Moolenaar
Patch 7.2.396 Problem:Get E38 errors. (Dasn) Solution: Set cursor to line 1 instead of 0. (Dominique Pelle) Files: src/popupmnu.c *** ../vim-7.2.395/src/popupmnu.c 2010-01-19 18:05:05.0 +0100 --- src/popupmnu.c 2010-03-17 12:59:01.0 +0100 ***

Re: bug: Vim trys to set color -1

2010-03-17 Fir de Conversatie Matt Wozniski
On Wed, Mar 17, 2010 at 9:51 AM, graywh gra...@gmail.com wrote: I found a bug where Vim tries to set foreground/background color -1. I noticed the issue when running Vim inside Tmux and using :CSApproxSnapshot.  Tmux doesn't handle the escape sequences (\E[3-1m and \E[4-1m) the same as Xterm

Re: patch for strong encryption in vim, resending patch for vim7* dev branch.

2010-03-17 Fir de Conversatie Mosh
On Wed, Mar 17, 2010 at 8:24 AM, Bram Moolenaar b...@moolenaar.net wrote: Mohsin wrote: Resending patch for current vim 72* dev branch (from cvs). --  Added functionality for encrypting files with blowfish and sha2.  Blowfish is from http://www.schneier.com/blowfish.html  Older vim

Patch 7.2.397

2010-03-17 Fir de Conversatie Bram Moolenaar
Patch 7.2.397 Problem:Redundant check for w_lines_valid. Solution: Remove the if. (Lech Lorens) Files: src/fold.c *** ../vim-7.2.396/src/fold.c 2010-02-24 14:34:10.0 +0100 --- src/fold.c 2010-03-17 13:03:00.0 +0100 *** *** 1053,1067 { int

Patch 7.2.398

2010-03-17 Fir de Conversatie Bram Moolenaar
Patch 7.2.398 Problem:When moving windows the cursor ends up in the wrong line. Solution: Set the window width and height properly. (Lech Lorens) Files: src/window.c *** ../vim-7.2.397/src/window.c 2010-01-27 20:26:41.0 +0100 --- src/window.c2010-03-17

Patch 7.2.399 (extra)

2010-03-17 Fir de Conversatie Bram Moolenaar
Patch 7.2.399 (extra, after 7.2.388) Problem:Cannot compile on MingW. Solution: Move ifneq to separate line. (Vlad Sandrini, Dominique Pelle) Files: src/Make_ming.mak *** ../vim-7.2.398/src/Make_ming.mak2010-03-10 13:19:28.0 +0100 --- src/Make_ming.mak 2010-03-17

Patch 7.2.400

2010-03-17 Fir de Conversatie Bram Moolenaar
Patch 7.2.400 (after 7.2.387) Problem:Dynamic Ruby is not initialised properly for version 1.9.1. Ruby cannot create strings from NULL. Solution: Cleanup #ifdefs. Handle NULL like an empty string. Add ruby_init_stack. (Sergey Khorev) Files: src/if_ruby.c ***

Patch 7.2.401

2010-03-17 Fir de Conversatie Bram Moolenaar
Patch 7.2.401 Problem::e dirTab with 'wildmode' set to list doesn't highlight directory names with a space. (Alexandre Provencio) Solution: Remove the backslash before checking if the name is a directory. (Dominique Pelle) Files: src/ex_getln.c ***

Patch 7.2.402

2010-03-17 Fir de Conversatie Bram Moolenaar
Patch 7.2.402 Problem:This gives a #705 error: let X = function('haslocaldir') let X = function('getcwd') Solution: Don't give E705 when the name is found in the hashtab. (Sergey Khorev) Files: src/eval.c *** ../vim-7.2.401/src/eval.c 2010-03-10

Re: Patch 7.2.400

2010-03-17 Fir de Conversatie Tony Mechelynck
On 17/03/10 18:15, Bram Moolenaar wrote: Patch 7.2.400 (after 7.2.387) Problem:Dynamic Ruby is not initialised properly for version 1.9.1. Ruby cannot create strings from NULL. Solution: Cleanup #ifdefs. Handle NULL like an empty string. Add ruby_init_stack.