Re: Patch 8.1.0879

2019-02-08 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2019/2/9 Sat 1:00:37 UTC+9 Bram Moolenaar wrote: > > Ken Takata wrote: > > > > > 2019/2/8 Fri 20:25:26 UTC+9 Bram Moolenaar wrote: > > > > Patch 8.1.0879 > > > > Problem:MS-Windows: temp name encoding can be wrong. > > > > Solution: Convert from active code page to 'en

Re: Patch 8.1.0881

2019-02-08 Fir de Conversatie Bram Moolenaar
Cesar Romani wrote: > By compiling vim on Windows 7 with MinGW-W64, I'm getting: > > > [...] > ex_docmd.c: In function 'do_one_cmd': > ex_docmd.c:2015:36: error: 'RESTRICT' undeclared (first use in this > function); did you mean 'RE_STRICT'? >if (restricted != 0 && (ea

Re: Patch to add functions for manipulating the tag stack of a window

2019-02-08 Fir de Conversatie Andy Massimino
On 2/8/19 2:33 AM, Christian Brabandt wrote: On Do, 07 Feb 2019, Andy Massimino wrote: FYI, updated patch: https://github.com/andymass/vim/commit/7fc4025d33de5b160927bb582325fec01d373658 Programmatic access is increasingly important as language servers become more popular.  Some kind of tagfun

Patch 8.1.0884

2019-02-08 Fir de Conversatie Bram Moolenaar
Patch 8.1.0884 Problem:Double check for bsd systems. Solution: Delete the old line. Files: src/testdir/test_functions.vim *** ../vim-8.1.0883/src/testdir/test_functions.vim 2019-02-07 21:27:10.998137488 +0100 --- src/testdir/test_functions.vim 2019-02-08 23:08:03.245680706

Re: [vim/vim] Add escaping for arguments on Cygwin system(scp and rsync) (#2220)

2019-02-08 Fir de Conversatie Christ van Willegen
Op vr 8 feb. 2019 20:55 schreef bam80 It seems the email address NdrOchip@ScampbellPfamily.AbizM-NOSPAM is > invalid. > > That's because you didn't remove the capital letters (NOSPAM) from the > address. > > I did. Still no reply :( > Including the ones inside the address? Christ van Willegen >

Re: Patch to add functions for manipulating the tag stack of a window

2019-02-08 Fir de Conversatie Andy Massimino
On 2/8/19 8:34 AM, Bram Moolenaar wrote: Andy Massimino wrote: FYI, updated patch: https://github.com/andymass/vim/commit/7fc4025d33de5b160927bb582325fec01d373658 Thanks. By the way, I stress that I translated the patch verbatim and a quick test shows it crashes, so something got clearly los

Re: Patch 8.1.0879

2019-02-08 Fir de Conversatie ktakata65536
Hi Bram, 2019/2/9 Sat 1:00:37 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > 2019/2/8 Fri 20:25:26 UTC+9 Bram Moolenaar wrote: > > > Patch 8.1.0879 > > > Problem:MS-Windows: temp name encoding can be wrong. > > > Solution: Convert from active code page to 'encoding'. (Ken Takata, > >

Re: Patch 8.1.0878

2019-02-08 Fir de Conversatie James McCoy
On Fri, Feb 8, 2019, 11:00 Bram Moolenaar > Ozaki Kiichi wrote: > > > It need remove the following. > > > > --- a/src/testdir/test_functions.vim > > +++ b/src/testdir/test_functions.vim > > @@ -1237,7 +1237,6 @@ func Test_platform_name() > >if has('unix') && executable('uname') > > let un

Re: Patch 8.1.0878

2019-02-08 Fir de Conversatie Bram Moolenaar
Ozaki Kiichi wrote: > It need remove the following. > > --- a/src/testdir/test_functions.vim > +++ b/src/testdir/test_functions.vim > @@ -1237,7 +1237,6 @@ func Test_platform_name() >if has('unix') && executable('uname') > let uname = system('uname') > call assert_equal(uname =~?

Re: Patch 8.1.0879

2019-02-08 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2019/2/8 Fri 20:25:26 UTC+9 Bram Moolenaar wrote: > > Patch 8.1.0879 > > Problem:MS-Windows: temp name encoding can be wrong. > > Solution: Convert from active code page to 'encoding'. (Ken Takata, > > closes #3520, closes #1698) > > Files: src/file

Patch 8.1.0883

2019-02-08 Fir de Conversatie Bram Moolenaar
Patch 8.1.0883 Problem:Missing some changes for Ex commands. Solution: Add mising changes in header file. Files: src/ex_cmds.h *** ../vim-8.1.0882/src/ex_cmds.h 2019-01-24 17:18:37.599462306 +0100 --- src/ex_cmds.h 2019-02-08 13:27:06.297328003 +0100 *** *** 5

Re: Patch 8.1.0879

2019-02-08 Fir de Conversatie ktakata65536
Hi Bram, 2019/2/8 Fri 20:25:26 UTC+9 Bram Moolenaar wrote: > Patch 8.1.0879 > Problem:MS-Windows: temp name encoding can be wrong. > Solution: Convert from active code page to 'encoding'. (Ken Takata, > closes #3520, closes #1698) > Files:src/fileio.c You have includ

Re: ex_docmd.c build error RESTRICT undeclared

2019-02-08 Fir de Conversatie M Kelly
OK, I see some others posted same issue in other threads. -- -- 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

ex_docmd.c build error RESTRICT undeclared

2019-02-08 Fir de Conversatie M Kelly
Hi, Have a build problem this morning after latest pull: ex_docmd.c: In function ‘do_one_cmd’: ex_docmd.c:2015:36: error: ‘RESTRICT’ undeclared (first use in this function) if (restricted != 0 && (ea.argt & RESTRICT)) ^ Any ideas ? thx, -mark -- -- You re

Re: Patch 8.1.0881

2019-02-08 Fir de Conversatie Marius Gedminas
On Fri, Feb 08, 2019 at 02:34:26PM +0100, Bram Moolenaar wrote: > Patch 8.1.0881 > Problem:Can execute shell commands in rvim through interfaces. > Solution: Disable using interfaces in restricted mode. Allow for writing > file with writefile(), histadd() and a few others. > Files

Re: Patch 8.1.0881

2019-02-08 Fir de Conversatie Cesar Romani
By compiling vim on Windows 7 with MinGW-W64, I'm getting: [...] ex_docmd.c: In function 'do_one_cmd': ex_docmd.c:2015:36: error: 'RESTRICT' undeclared (first use in this function); did you mean 'RE_STRICT'? if (restricted != 0 && (ea.argt & RESTRICT))

Re: Patch 8.1.0878

2019-02-08 Fir de Conversatie Ozaki Kiichi
It need remove the following. --- a/src/testdir/test_functions.vim +++ b/src/testdir/test_functions.vim @@ -1237,7 +1237,6 @@ func Test_platform_name() if has('unix') && executable('uname') let uname = system('uname') call assert_equal(uname =~? 'BeOS', has('beos')) -call assert_e

Patch 8.1.0882

2019-02-08 Fir de Conversatie Bram Moolenaar
Patch 8.1.0882 (after 8.1.0879) Problem:Checking for FEAT_MBYTE which doesn't exist anymore. (Christ van Willegen) Solution: Remove it. Files: src/fileio.c *** ../vim-8.1.0881/src/fileio.c2019-02-08 12:21:26.631222734 +0100 --- src/fileio.c2019-02-08 14:38

Re: Patch 8.1.0879

2019-02-08 Fir de Conversatie Bram Moolenaar
Christ van Willegen wrote: > Op vr 8 feb. 2019 12:25 schreef Bram Moolenaar > > > > Patch 8.1.0879 > > Problem:MS-Windows: temp name encoding can be wrong. > > Solution: Convert from active code page to 'encoding'. (Ken Takata, > > closes #3520, closes #1698) > > Files:

Patch 8.1.0881

2019-02-08 Fir de Conversatie Bram Moolenaar
Patch 8.1.0881 Problem:Can execute shell commands in rvim through interfaces. Solution: Disable using interfaces in restricted mode. Allow for writing file with writefile(), histadd() and a few others. Files: runtime/doc/starting.txt, src/if_perl.xs, src/if_cmds.h,

Re: Patch to add functions for manipulating the tag stack of a window

2019-02-08 Fir de Conversatie Bram Moolenaar
Andy Massimino wrote: > FYI, updated patch: > https://github.com/andymass/vim/commit/7fc4025d33de5b160927bb582325fec01d373658 Thanks. > Programmatic access is increasingly important as language servers become > more popular.  Some kind of tagfunc feature is necessary, since all > these util

Re: Patch 8.1.0879

2019-02-08 Fir de Conversatie Christ van Willegen
Hi, Op vr 8 feb. 2019 12:25 schreef Bram Moolenaar > Patch 8.1.0879 > Problem:MS-Windows: temp name encoding can be wrong. > Solution: Convert from active code page to 'encoding'. (Ken Takata, > closes #3520, closes #1698) > Files: src/fileio.c > > > *** ../vim-8.1.0878/src

Patch 8.1.0880

2019-02-08 Fir de Conversatie Bram Moolenaar
Patch 8.1.0880 Problem:MS-Windows: inconsistent selection of winpty/conpty. Solution: Name option 'termwintype', use ++type argument and "term_pty" for term_start(). (Hirohito Higashi, closes #3915) Files: runtime/doc/eval.txt, runtime/doc/options.txt, runtime/d

Patch 8.1.0879

2019-02-08 Fir de Conversatie Bram Moolenaar
Patch 8.1.0879 Problem:MS-Windows: temp name encoding can be wrong. Solution: Convert from active code page to 'encoding'. (Ken Takata, closes #3520, closes #1698) Files: src/fileio.c *** ../vim-8.1.0878/src/fileio.c2019-01-26 16:20:44.264683546 +0100 --- src/file

[patch] POSIX shell functions support for Showing Current Function Name in Status Line (StlShowFunc) plugin

2019-02-08 Fir de Conversatie Andrey Butirsky
Hello dear Vim developers and Dr Chip, let me introduce my improvements to the great Dr Chip's StlShowFunc plugin: Showing Current Function Name in Status Line (http://www.drchip.org/astronaut/vim/index.html#STLSHOWFUNC). It's about shell support: - add POSIX-style shell functions definition supp