Re: behavior of mouseclick positioning cursor with concealed chars

2011-07-15 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On So, 19 Jun 2011, Bram Moolenaar wrote: Christian Brabandt wrote: On Di, 14 Jun 2011, hsitz wrote: On Jun 14, 7:35 pm, Bram Moolenaar b...@moolenaar.net wrote: That's a bug. Thanks for confirming. I will move to vim-dev. Here are

Patch 7.3.245

2011-07-15 Fir de Conversatie Bram Moolenaar
Patch 7.3.245 Problem:Python 3.2 libraries not correctly detected. Solution: Add the suffix to the library name. (Niclas Zeising) Files: src/auto/configure, src/configure.in *** ../vim-7.3.244/src/auto/configure 2011-06-13 01:32:42.0 +0200 --- src/auto/configure 2011-07-13

Patch 7.3.246

2011-07-15 Fir de Conversatie Bram Moolenaar
Patch 7.3.246 (after 7.3.235) Problem:Repeating f4 in skips one 4. Solution: Check the t_cmd flag. (Christian Brabandt) Files: src/search.c *** ../vim-7.3.245/src/search.c 2011-06-26 05:36:07.0 +0200 --- src/search.c2011-07-15 13:16:49.0 +0200

Patch 7.3.247

2011-07-15 Fir de Conversatie Bram Moolenaar
Patch 7.3.247 Problem:Running tests changes the users viminfo file. Test for patch 7.3.245 missing. Solution: Add nviminfo to the 'viminfo' option. Include the test. Files: src/testdir/test78.in, src/testdir/test81.in *** ../vim-7.3.246/src/testdir/test78.in

Patch 7.3.248

2011-07-15 Fir de Conversatie Bram Moolenaar
Patch 7.3.248 Problem:PC Install instructions missing install instructions. Solution: Step-by-step explanation. (Michael Soyka) Files: src/INSTALLpc.txt *** ../vim-7.3.247/src/INSTALLpc.txt2011-06-12 20:36:00.0 +0200 --- src/INSTALLpc.txt 2011-07-15 13:49:46.0

Patch 7.3.249

2011-07-15 Fir de Conversatie Bram Moolenaar
Patch 7.3.249 Problem:Wrong indenting for array initializer. Solution: Detect '}' in a better way. (Lech Lorens) Files: src/misc1.c, src/testdir/test3.in, src/testdir/test3.ok *** ../vim-7.3.248/src/misc1.c 2011-06-12 21:51:01.0 +0200 --- src/misc1.c 2011-07-15

dosini syntax

2011-07-15 Fir de Conversatie H Xu
Hello, The attached patch also highlights lines starting with '#' as comment line. Now most dosini parser also regards '#' as comment string, and Debian has already modified dosini.vim to highlight lines starting with '#' as comment lines. Could not get a reply from the original author of

Re: dosini syntax

2011-07-15 Fir de Conversatie Bram Moolenaar
Hong Xu wrote: The attached patch also highlights lines starting with '#' as comment line. Now most dosini parser also regards '#' as comment string, and Debian has already modified dosini.vim to highlight lines starting with '#' as comment lines. Could not get a reply from the

Re: dosini syntax

2011-07-15 Fir de Conversatie H Xu
On 2011/7/15 22:01, Bram Moolenaar wrote: Hong Xu wrote: The attached patch also highlights lines starting with '#' as comment line. Now most dosini parser also regards '#' as comment string, and Debian has already modified dosini.vim to highlight lines starting with '#' as comment lines.

Patch 7.3.251

2011-07-15 Fir de Conversatie Bram Moolenaar
Patch 7.3.251 Problem:gHDel deletes the current line, except when it's the last line. Solution: Set the include flag to indicate the last line is to be deleted. Files: src/normal.c, src/ops.c *** ../vim-7.3.250/src/normal.c 2011-07-07 15:08:53.0 +0200 ---

Patch 7.3.252

2011-07-15 Fir de Conversatie Bram Moolenaar
Patch 7.3.252 (after 7.3.247) Problem:Tests fail. (David Northfield) Solution: Add missing update for .ok file. Files: src/testdir/test81.ok *** ../vim-7.3.251/src/testdir/test81.ok2011-06-26 05:36:07.0 +0200 --- src/testdir/test81.ok 2011-07-15

Re: Issue 14 in vim: Console prompts fail to reset the console pager

2011-07-15 Fir de Conversatie vim
Comment #1 on issue 14 by esw...@gmail.com: Console prompts fail to reset the console pager http://code.google.com/p/vim/issues/detail?id=14 Confirmed that the patch also works for the File [...] has changed since editing started prompt. 1. Open many files in vim, at least one-third as

Re: Patch 7.3.252

2011-07-15 Fir de Conversatie sc
On Friday, July 15, 2011 10:56:31 Bram Moolenaar wrote: Patch 7.3.252 (after 7.3.247) Problem:Tests fail. (David Northfield) Solution: Add missing update for .ok file. Files: src/testdir/test81.ok now, for me, only 51 fails sc -- You received this message from the vim_dev

noise apology -- was Re: Patch 7.3.252

2011-07-15 Fir de Conversatie sc
On Friday, July 15, 2011 11:45:37 sc wrote: On Friday, July 15, 2011 10:56:31 Bram Moolenaar wrote: Patch 7.3.252 (after 7.3.247) Problem:Tests fail. (David Northfield) Solution: Add missing update for .ok file. Files: src/testdir/test81.ok now, for me, only 51 fails weird

Patch 7.3.253

2011-07-15 Fir de Conversatie Bram Moolenaar
Patch 7.3.253 Problem:echo 'abc' '' returns 0 or 1, depending on 'ignorecase'. Checks in mb_strnicmp() for illegal and truncated bytes are wrong. Should not assume that byte length is equal before case folding. Solution: Add utf_safe_read_char_adv() and

Re: Patch 7.3.252

2011-07-15 Fir de Conversatie Bram Moolenaar
Toothpik wrote: On Friday, July 15, 2011 10:56:31 Bram Moolenaar wrote: Patch 7.3.252 (after 7.3.247) Problem:Tests fail. (David Northfield) Solution: Add missing update for .ok file. Files: src/testdir/test81.ok now, for me, only 51 fails It's not a missing patch.

Patch 7.3.254

2011-07-15 Fir de Conversatie Bram Moolenaar
Patch 7.3.254 Problem:The coladd field is not reset when setting the line number for a :call command. Solution: Reset it. Files: src/eval.c *** ../vim-7.3.253/src/eval.c 2011-07-07 17:36:52.0 +0200 --- src/eval.c 2011-07-07 17:51:42.0 +0200

Re: dosini syntax

2011-07-15 Fir de Conversatie James Vega
On Fri, Jul 15, 2011 at 04:01:13PM +0200, Bram Moolenaar wrote: Hong Xu wrote: The attached patch also highlights lines starting with '#' as comment line. Now most dosini parser also regards '#' as comment string, and Debian has already modified dosini.vim to highlight lines starting with

Re: Vim taken from http://tuxproject.de.nyud.net/projects/vim/ crashes under wine

2011-07-15 Fir de Conversatie tux.
ZyX wrote: After installing vim to ~/.wine/drive_c/vim73 using winesetup[1] script vim run using wine C:\\vim73\\gvim.exe crashes with the following log. BTW: I meanwhile found the problem, some of my changes were not merged properly. I am currently compiling a new, crash-free build

Re: a problem with syntax highlighting in regexp.c

2011-07-15 Fir de Conversatie Ben Schmidt
I extracted a couple of lines from regexp.c (143,144): (vim 7.3.244) #define BRANCH 3 /* node Match this alternative, or the * next... */ and put them in a file junk.c. Then vim -u NONE -N --noplugin junk.c :syn on shows the comment-ending pair of characters, */, in error highlighting. No