Minor update to options.txt

2016-06-07 Fir de Conversatie Yegappan Lakshmanan
Hi, The help for the options 'formatexpr', 'formatoptions', 'formatlistpat' and 'formatprg' in options.txt is not alphabetically sorted. The attached patch fixes this ordering issue. - Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below

Re: Re: Any way to scroll quickfix window automatically for long-time-running jobs ?

2016-06-07 Fir de Conversatie skywind3...@163.com
It may be distracting the grep workflow. But how about building jobs ? It is completely different from grep: 1. the output of building jobs contains not only error location, but also building progress (which file is being compiled now). 2. The most important output for a building job is the last

Re: Patch 7.4.1905

2016-06-07 Fir de Conversatie Dominique Pellé
Bram Moolenaar wrote: > Patch 7.4.1905 (after 7.4.1903) > Problem:Some compilers can't handle a double semicolon. > Solution: Remove one semicolon. > Files: src/ex_cmds.c I don't know which compiler has trouble with 2 semi-colons but I see other occurrences in Vim source code (fixed

Patch 7.4.1907

2016-06-07 Fir de Conversatie Bram Moolenaar
Patch 7.4.1907 Problem:Warnings from 64 bit compiler. Solution: Change type to size_t. (Mike Williams) Files: src/ex_cmds.c *** ../vim-7.4.1906/src/ex_cmds.c 2016-06-06 21:38:39.159553227 +0200 --- src/ex_cmds.c 2016-06-07 22:47:44.662307701 +0200 *** ***

Patch 7.4.1906

2016-06-07 Fir de Conversatie Bram Moolenaar
Patch 7.4.1906 Problem:Collapsing channel buffers and searching for NL does not work properly. (Xavier de Gary, Ramel Eshed) Solution: Do not assume the buffer contains a NUL or not. Change NUL bytes to NL to avoid the string is truncated. Files: src/channel.c,

Re: Patch 7.4.1891

2016-06-07 Fir de Conversatie Bram Moolenaar
Xavier de Gaye wrote: > On 06/06/2016 11:14 PM, Bram Moolenaar wrote: > > Xavier de Gaye wrote: > >> >> Or how could I reproduce this myself? > >> > >> Install pyclewn and run in the distribution directory: > > > > What is the distribution directory? I looked in > >

Re: Patch 7.4.1891

2016-06-07 Fir de Conversatie Xavier de Gaye
On 06/06/2016 11:14 PM, Bram Moolenaar wrote: > Xavier de Gaye wrote: >> >> Or how could I reproduce this myself? >> >> Install pyclewn and run in the distribution directory: > > What is the distribution directory? I looked in > /usr/local/lib/python2.7/dist-packages/clewn > but there is no

Re: Patch 7.4.1891

2016-06-07 Fir de Conversatie Bram Moolenaar
Ramel Eshed wrote: > On Tuesday, June 7, 2016 at 12:14:25 AM UTC+3, Bram Moolenaar wrote: > > Xavier de Gaye wrote: > > > > > On 06/05/2016 04:11 PM, Bram Moolenaar wrote: > > > >> Xavier de Gaye wrote: > > > >> > > > >>> Two pyclewn tests fail after patch 7.4.1891. It seems that not all >

Re: vim.exe doesn't restore wide characters in cmd.exe

2016-06-07 Fir de Conversatie Ken Takata
Hi mattn and all, 2015/5/25 Mon 13:15:09 UTC+9 mattn wrote: > http://go-gyazo.appspot.com/07b65df3b2cdd94b.png > > Since vim.exe uses ReadConsoleOutputA/WriteConsoleOutputA, wide characters > are not remained on cmd.exe after exiting. Below is a patch to fix this. > On win9x,

[bug] Problem with regexpengine 1 and /\%d0

2016-06-07 Fir de Conversatie Christian Brabandt
Hi, I have a large csv file, that seems to be corrupted, since there are many consecutive ASCII NULLs characters, that shouldn't be there. To get an overview, I searched for the pattern /\%d0\+ to find all consecutive NULLs. This however resulted in an error E363 (translated roughtly to

Re: Patch 7.4.1891

2016-06-07 Fir de Conversatie Ramel Eshed
On Tuesday, June 7, 2016 at 12:14:25 AM UTC+3, Bram Moolenaar wrote: > Xavier de Gaye wrote: > > > On 06/05/2016 04:11 PM, Bram Moolenaar wrote: > > >> Xavier de Gaye wrote: > > >> > > >>> Two pyclewn tests fail after patch 7.4.1891. It seems that not all > > 'insert' > > >>> function