Regression in numbered gr

2014-07-30 Fir de Conversatie Urtica dioica
It seems the gr command with a number argument now mistakenly replaces only character, and runs the rest of the number in normal mode. Running a command like 4gro used to make . Now it replaces one o, runs the o command (makes a new line), puts oo in the new line, and ends in insert mode.

Re: incorrect rendering with 'nolist' setting

2014-07-30 Fir de Conversatie John Little
On Wednesday, July 30, 2014 3:12:05 AM UTC+12, Kent Sibilev wrote: I've found that some C code is incorrectly rendered when I use 'nolist' option. Yes, I see it. 7.4.383. The problem is not seen with 7.4.0, and not with -u NONE -N. I will try later to bisect my .vimrc to find minimal

Re: incorrect rendering with 'nolist' setting

2014-07-30 Fir de Conversatie John Little
On Wednesday, July 30, 2014 3:12:05 AM UTC+12, Kent Sibilev wrote: I've found that some C code is incorrectly rendered when I use 'nolist' option. I replied: Yes, I see it. 7.4.383. The problem is not seen with 7.4.0, and not with -u NONE -N. I will try later to bisect my .vimrc to

Re: Issue 243 in vim: Regex matching behaviour has changed in 7.4

2014-07-30 Fir de Conversatie vim
Updates: Status: Invalid Comment #1 on issue 243 by brammool...@gmail.com: Regex matching behaviour has changed in 7.4 http://code.google.com/p/vim/issues/detail?id=243 You are using a backreference before the () group that defines it contents, that doesn't work. I'm surprised

Re: Issue 242 in vim: Diff mode does not update when a context line is changed.

2014-07-30 Fir de Conversatie vim
Updates: Labels: -Type-Defect Type-Enhancement Comment #1 on issue 242 by brammool...@gmail.com: Diff mode does not update when a context line is changed. http://code.google.com/p/vim/issues/detail?id=242 Vim does not update the differences very often, because it uses an external

Re: Issue 243 in vim: Regex matching behaviour has changed in 7.4

2014-07-30 Fir de Conversatie vim
Comment #2 on issue 243 by timothy@ucdconnect.ie: Regex matching behaviour has changed in 7.4 http://code.google.com/p/vim/issues/detail?id=243 Thanks. In future, should regexs be re-ordered such that backreferences always come after capture groups? -- You received this message

Re: Issue 243 in vim: Regex matching behaviour has changed in 7.4

2014-07-30 Fir de Conversatie vim
Comment #3 on issue 243 by barry.ar...@gmail.com: Regex matching behaviour has changed in 7.4 http://code.google.com/p/vim/issues/detail?id=243 I based that regex on the information in :help /\@= and the example: \1\@=,\([a-z]\+\) ,abc in abc,abc When it worked, I accepted it and

Re: incorrect rendering with 'nolist' setting

2014-07-30 Fir de Conversatie Bram Moolenaar
John Little wrote: On Wednesday, July 30, 2014 3:12:05 AM UTC+12, Kent Sibilev wrote: I've found that some C code is incorrectly rendered when I use 'nolist' option. I replied: Yes, I see it. 7.4.383. The problem is not seen with 7.4.0, and not with -u NONE -N. I will try

Re: Regression in numbered gr

2014-07-30 Fir de Conversatie Bram Moolenaar
Urtica Dioica wrote: It seems the gr command with a number argument now mistakenly replaces only character, and runs the rest of the number in normal mode. Running a command like 4gro used to make . Now it replaces one o, runs the o command (makes a new line), puts oo in the new line,

Re: Patch 7.4.312

2014-07-30 Fir de Conversatie Bram Moolenaar
Marcin Szamotulski wrote: Dear Bram, I attach a tiny patch which fixes the documentation of arglistid ex-function. Thanks, I'll include the correction. -- The acknowledged parents of reengineering are Michael Hammer and James Champy. When I say they're the parents I don't mean they had

Re: Inconsistent regex behaviour in 7.4.383

2014-07-30 Fir de Conversatie Bram Moolenaar
Tim Brosnan wrote: I initially send a version of this message through the google groups interface, but it seems to have disappeared. Apologies if there is duplication. When going through some regex examples from VimRegexTutor(https://github.com/dahu/VimRegexTutor) I found that one of

Re: Issue 243 in vim: Regex matching behaviour has changed in 7.4

2014-07-30 Fir de Conversatie vim
Comment #4 on issue 243 by brammool...@gmail.com: Regex matching behaviour has changed in 7.4 http://code.google.com/p/vim/issues/detail?id=243 Thanks for the pointer to the help. I will add a note there that this only works with the old regexp engine, and show how to do it with \zs

Re: Issue 243 in vim: Regex matching behaviour has changed in 7.4

2014-07-30 Fir de Conversatie vim
Comment #5 on issue 243 by barry.ar...@gmail.com: Regex matching behaviour has changed in 7.4 http://code.google.com/p/vim/issues/detail?id=243 Thanks for the \zs\ze version. I have added that to VimRegexTutor. -- You received this message because this project is configured to send all

Patch 7.4.384

2014-07-30 Fir de Conversatie Bram Moolenaar
Patch 7.4.384 Problem:Test 102 fails when compiled with small features. Solution: Source small.vim. (Jacob Niehus) Files: src/testdir/test102.in *** ../vim-7.4.383/src/testdir/test102.in 2013-11-12 05:28:08.0 +0100 --- src/testdir/test102.in 2014-07-27

Patch 7.4.385

2014-07-30 Fir de Conversatie Bram Moolenaar
Patch 7.4.385 Problem:When building with tiny or small features building the .mo files fails. Solution: In autoconf do not setup for building the .mo files when it would fail. Files: src/configure.in, src/auto/configure *** ../vim-7.4.384/src/configure.in

Re: incorrect rendering with 'nolist' setting

2014-07-30 Fir de Conversatie Christian Brabandt
Hi John! On Mi, 30 Jul 2014, John Little wrote: On Wednesday, July 30, 2014 3:12:05 AM UTC+12, Kent Sibilev wrote: I've found that some C code is incorrectly rendered when I use 'nolist' option. Yes, I see it. 7.4.383. The problem is not seen with 7.4.0, and not with -u NONE -N. I

Re: Inconsistent regex behaviour in 7.4.383

2014-07-30 Fir de Conversatie Ingo Karkat
On 30-Jul-2014 12:53 +0200, Bram Moolenaar wrote: Tim Brosnan wrote: I initially send a version of this message through the google groups interface, but it seems to have disappeared. Apologies if there is duplication. When going through some regex examples from

Patch 7.4.386

2014-07-30 Fir de Conversatie Bram Moolenaar
Patch 7.4.386 Problem:When splitting a window the changelist position is wrong. Solution: Copy the changelist position. (Jacob Niehus) Files: src/window.c, src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak, src/testdir/Make_ming.mak, src/testdir/Make_os2.mak,

Re: Inconsistent regex behaviour in 7.4.383

2014-07-30 Fir de Conversatie Ben Fritz
On Wednesday, July 30, 2014 6:58:11 AM UTC-5, Ingo Karkat wrote: It's a suprise it works at all. Probably because in the old regex engine the \@= part is used only after finding a match for the rest. The help for /\@= pretty explicitly says it should work this way, and why:

Patch 7.4.387

2014-07-30 Fir de Conversatie Bram Moolenaar
Patch 7.4.387 Problem:4gro replaces one character then executes ooo. (Urtica Dioica) Solution: Write the ESC in the second stuff buffer. Files: src/getchar.c, src/proto/getchar.pro, src/edit.c, src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,

Re: usearglist patch

2014-07-30 Fir de Conversatie Marcin Szamotulski
On 12:53 Wed 30 Jul , Bram Moolenaar wrote: Marcin Szamotulski wrote: I wrote a patch to reuse an argument list from different window. I think it is useful to have a way of setting an argument list from a different window [tab page]. One scenario where it is useful is when a

Patch 7.4.388

2014-07-30 Fir de Conversatie Bram Moolenaar
Patch 7.4.388 Problem:With 'linebreak' set and 'list' unset a Tab is not counted properly. (Kent Sibilev) Solution: Check the 'list' option. (Christian Brabandt) Files: src/screen.c, src/testdir/test_listlbr_utf8.in, src/testdir/test_listlbr_utf8.ok ***

Re: incorrect rendering with 'nolist' setting

2014-07-30 Fir de Conversatie Bram Moolenaar
Christian wrote: Hi John! On Mi, 30 Jul 2014, John Little wrote: On Wednesday, July 30, 2014 3:12:05 AM UTC+12, Kent Sibilev wrote: I've found that some C code is incorrectly rendered when I use 'nolist' option. Yes, I see it. 7.4.383. The problem is not seen with

Patch 7.4.389

2014-07-30 Fir de Conversatie Bram Moolenaar
Patch 7.4.389 Problem:Still sometimes Vim enters Replace mode when starting up. Solution: Use a different solution in detecting the termresponse and location response. (Hayaki Saito) Files: src/globals.h, src/os_unix.c, src/term.c, src/proto/term.pro ***

Re: incorrect rendering with 'nolist' setting

2014-07-30 Fir de Conversatie Kent Sibilev
On Wednesday, July 30, 2014 10:44:37 AM UTC-4, Bram Moolenaar wrote: Christian wrote: Hi John! On Mi, 30 Jul 2014, John Little wrote: On Wednesday, July 30, 2014 3:12:05 AM UTC+12, Kent Sibilev wrote: I've found that some C code is incorrectly rendered when