[patch] fixed typo in runtime/doc/eval.txt

2016-10-12 Fir de Conversatie Dominique Pellé
Hi Attached patch fixes a typo in runtime/doc/eval.txt. Regards Dominique -- -- 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

Patch 8.0.0032

2016-10-12 Fir de Conversatie Bram Moolenaar
Patch 8.0.0032 Problem:Tests may change the input file when something goes wrong. Solution: Avoid writing the input file. Files: src/testdir/test51.in, src/testdir/test67.in, src/testdir/test97.in, src/testdir/test_tabpage.vim *** ../vim-8.0.0031/src/testdir/test51.in

Patch 8.0.0031

2016-10-12 Fir de Conversatie Bram Moolenaar
Patch 8.0.0031 Problem:After ":bwipeout" 'fileformat' is not set to the right default. Solution: Get the default from 'fileformats'. (Mike Williams) Files: src/option.c, src/Makefile, src/testdir/test_fileformat.vim, src/testdir/test_alot.vim ***

Re: Patch to set fileformat from ffs having done bw on last buffer

2016-10-12 Fir de Conversatie Bram Moolenaar
Mike Williams wrote: > On 11/10/2016 20:06, Bram Moolenaar wrote: > > Mike Williams wrote: > > > >> I imagine this is pretty obscure but I have hit it a couple of times > >> this last week. If your fileformats string initial entry is different > >> to the fileformat default value then doing

Re: [patch] 2 problems about job

2016-10-12 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > On Wednesday, October 5, 2016 at 9:05:11 PM UTC+9, mattn wrote: > > On Wednesday, October 5, 2016 at 5:49:32 AM UTC+9, Bram Moolenaar wrote: > > > Thanks for diving into this. But I think this needs more testing, since > > > it's quite different from what we have

Re: [vim/vim] Injecting `$VAR` in `job_start()` calls (#1158)

2016-10-12 Fir de Conversatie Luc Hermitte
> De: "'Jürgen Krämer' via vim_dev" > Luc Hermitte (Vim Github Repository) schrieb am 12.10.2016 um 10:40: > > While I can't be sure, it looks like a limitation of |job_start|. > > If there a workaround that works, it'd be interesting to document > > it. > > Note

Patch 8.0.0030

2016-10-12 Fir de Conversatie Bram Moolenaar
Patch 8.0.0030 Problem:Mouse mode is not automatically detected for tmux. Solution: Check for 'term' to be "tmux". (Michael Henry) Files: src/os_unix.c *** ../vim-8.0.0029/src/os_unix.c 2016-09-29 15:18:51.359768012 +0200 --- src/os_unix.c 2016-10-12 14:36:03.887453490

Patch 8.0.0029

2016-10-12 Fir de Conversatie Bram Moolenaar
Patch 8.0.0029 Problem:Code for MS-Windows is complicated because of the exceptions for old systems. Solution: Drop support for MS-Windows older than Windows XP. (Ken Takata) Files: runtime/doc/gui_w32.txt, runtime/doc/os_win32.txt, runtime/doc/todo.txt,

Re: Patch 7.4.2332

2016-10-12 Fir de Conversatie Bram Moolenaar
Ozaki Kiichi wrote: > I found still another mistake... > GET_TIMEDIFF() macro has a trailing semicolon. > This is not serious now, but is improper. > > patch: > https://gist.github.com/ichizok/47df234e05f78f84b1abf4e8ca89f270 Thanks. -- ROBIN: The what? ARTHUR: The Holy Hand Grenade of

Patch 8.0.0028

2016-10-12 Fir de Conversatie Bram Moolenaar
Patch 8.0.0028 Problem:Superfluous semicolons. Solution: Remove them. (Ozaki Kiichi) Files: src/ex_cmds2.c *** ../vim-8.0.0027/src/ex_cmds2.c 2016-09-10 19:01:19.0 +0200 --- src/ex_cmds2.c 2016-10-12 12:11:16.417291809 +0200 *** *** 1093,1103 #

Re: [vim/vim] Injecting `$VAR` in `job_start()` calls (#1158)

2016-10-12 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hi, Luc Hermitte (Vim Github Repository) schrieb am 12.10.2016 um 10:40: > I've tested that: > > :let job = job_start(['sh', '-c', 'echo "foo"']) > :echo job_info(job) > > returns > > |{'status': 'dead', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, > 'channel': channel 23 closed,