Re: Patch 8.2.0677

2020-05-01 Fir de Conversatie Mats Bertil Tegner
> > Patch 8.2.0677 > Problem:Vim9: no support for closures. > Solution: Find variables in the outer function scope, so long as the > scope > exists. > Files: src/vim9compile.c, src/proto/vim9compile.pro, src/userfunc.c, > src/vim9execute.c, src/structs.h,

Re: Patch 8.2.0613

2020-04-22 Fir de Conversatie Mats Bertil Tegner
On 2020-04-22 11:11, Christian Brabandt wrote: > > On Mi, 22 Apr 2020, Mats Bertil Tegner wrote: > >> This patch up to and including patch 616 gives me an E474 error dialog in >> GVim >> regarding menu_sv_se.latin1.vim even though it's not patched. Anybody else >

Re: Patch 8.2.0613

2020-04-22 Fir de Conversatie Mats Bertil Tegner
> > > Patch 8.2.0613 > Problem:Vim9: no check for space before #comment. > Solution: Add space checks. > Files: src/highlight.c, src/menu.c, src/syntax.c, > src/testdir/test_vim9_script.vim, > runtime/lang/menu_de_de.latin1.vim This patch up to and

Re: Patch 8.1.1005

2019-03-11 Fir de Conversatie Mats Bertil Tegner
On 2019-03-11 23:17, Dominique Pellé wrote: > Something is not right in git: tag v8.1.1005 was applied > to the same sha1 e165f6359 as tag v8.1.1004: > > $ git log --decorate > commit 55d81cd2a15d93dba89b2ff1c988d82789919b6b (HEAD -> master, > upstream/master) > Author: Bram Moolenaar > Date:

Re: Patch 8.1.1005

2019-03-11 Fir de Conversatie Mats Bertil Tegner
Den måndag 11 mars 2019 kl. 07:59:45 UTC+1 skrev Bram Moolenaar: > Patch 8.1.1005 (after 8.1.1003) > Problem:Test fails because t_F2 is not set. > Solution: Add try-catch. > Files:src/testdir/test_registers.vim This patch doesn't exist on GitHub. I downloaded:

Re: Patch 8.1.0279

2018-08-13 Fir de Conversatie Mats Bertil Tegner
Den söndag 12 augusti 2018 kl. 22:03:33 UTC+2 skrev Bram Moolenaar: > Patch 8.1.0279 > Problem:'incsearch' highlighting does not skip white space. > Solution: Skip white space after the command. (issue #3321) > Files:src/ex_getln.c, src/testdir/test_search.vim, >

Re: Patch 8.0.1423

2017-12-23 Fir de Conversatie Mats Bertil Tegner
Den fredag 22 december 2017 kl. 21:50:20 UTC+1 skrev Bram Moolenaar: > Patch 8.0.1423 > Problem:Error in return not caught by try/catch. > Solution: Call update_force_abort(). (Yasuhiro Matsomoto, closes #2483) > Files: src/testdir/test_eval.in, src/testdir/test_eval_stuff.vim, >

Re: Patch 8.0.1366

2017-12-03 Fir de Conversatie Mats Bertil Tegner
Den söndag 3 december 2017 kl. 18:20:55 UTC+1 skrev Bram Moolenaar: > Patch 8.0.1366 > Problem:Balloon shows when cursor is in WinBar. > Solution: Don't show the balloon when row is negative. > Files: src/beval.c I can't find 8.0.1366 on GitHub.

Re: Patch 8.0.0827

2017-08-01 Fir de Conversatie Mats Bertil Tegner
On 2017-08-01 17:58, Manuel Ortega wrote: > On Tuesday, August 1, 2017 at 10:58:05 AM UTC-5, Manuel Ortega wrote: >> On Tuesday, August 1, 2017 at 10:54:29 AM UTC-5, Mats Bertil Tegner wrote: >>> Den tisdag 1 augusti 2017 kl. 15:08:33 UTC+2 skrev Bram Moolenaar: >>>&g

Re: Patch 8.0.0827

2017-08-01 Fir de Conversatie Mats Bertil Tegner
Den tisdag 1 augusti 2017 kl. 15:08:33 UTC+2 skrev Bram Moolenaar: > Patch 8.0.0827 > Problem:Coverity: could leak pty file descriptor, theoretically. > Solution: If channel is NULL, free the file descriptors. > Files: src/os_unix.c Hi, Vim fails to compile after 8.0.826 using GCC

Re: Patch 8.0.0389

2017-03-01 Fir de Conversatie Mats Bertil Tegner
This patch is not yet available on GitHub. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to

Re: Patch 7.4.1426

2016-02-27 Fir de Conversatie Mats Bertil Tegner
On 2016-02-27 14:44, Bram Moolenaar wrote: > > Patch 7.4.1426 > Problem:The "out-io" option for jobs is not implemented yet. > Solution: Implement the "buffer" value: append job output to a buffer. > Files: src/eval.c, src/channel.c, src/structs.h, src/netbeans.c, >

Re: Patch 7.4.1398

2016-02-23 Fir de Conversatie Mats Bertil Tegner
On 2016-02-23 13:20, Bram Moolenaar wrote: > > Patch 7.4.1398 > Problem:The close-cb option is not implemented yet. > Solution: Implemente close-cb. (Yasuhiro Matsumoto) > Files: src/channel.c, src/eval.c, src/structs.h, src/proto/channel.pro, > src/testdir/test_channel.py,

Re: Patch 7.4.415

2014-08-23 Fir de Conversatie Mats Bertil Tegner
On 2014-08-23 14:19, Bram Moolenaar wrote: Patch 7.4.415 (after 7.4.414) Problem:Cannot build. Warning for shadowed variable. (John Little) Solution: Add missing change. Remove declaration. Files: src/vim.h, src/ex_docmd.c *** ../vim-7.4.414/src/vim.h2014-08-06

Re: Patch 7.3.1196

2013-06-15 Fir de Conversatie Mats Bertil Tegner
On 06/15/2013 03:10 PM, Bram Moolenaar wrote: Patch 7.3.1196 Problem:Old regexp engine does not match pattern with backref correctly. (Dominique Pelle) Solution: Fix setting status. Test multi-line patterns better. Files: src/regexp.c, src/testdir/test64.in,

Re: Patch 7.3.1004

2013-05-22 Fir de Conversatie Mats Bertil Tegner
On 05/21/2013 10:38 PM, Bram Moolenaar wrote: Patch 7.3.1004 Problem:No error when option could not be set. Solution: Report an error. (ZyX) Files: src/if_py_both.h, src/option.c, src/proto/option.pro, src/testdir/test86.ok, src/testdir/test87.ok ***

Re: Patch 7.3.1004

2013-05-21 Fir de Conversatie Mats Bertil Tegner
On 05/21/2013 10:38 PM, Bram Moolenaar wrote: Patch 7.3.1004 Problem:No error when option could not be set. Solution: Report an error. (ZyX) Files: src/if_py_both.h, src/option.c, src/proto/option.pro, src/testdir/test86.ok, src/testdir/test87.ok ***

Re: Patch 7.3.821

2013-02-17 Fir de Conversatie Mats Bertil Tegner
On 02/16/2013 06:16 PM, Bram Moolenaar wrote: Patch 7.3.821 Problem:Build with OLE and Cygwin is broken. (Steve Hall) Solution: Select static or shared stdc library. (Ken Takta) Files: src/Make_cyg.mak Hi, Patch 821, is not present on the FTP-server yet, nor is it mentioned in