Re: [vim/vim] Updated runtime files (f55e4c8)

2017-08-01 Fir de Conversatie Christian Brabandt
> Christian wrote: > > > This should be Terminal Normal Mode, or? > > It's hard to see what you comment on... > > Oh, it appears to be this line: > > +|CTRL-W_N| CTRL-W N terminal window: go to Terminal mode Yeah, the email doesn't show on what line I commented. On the github page

Re: How about dropping support for non-multibyte builds?

2017-08-01 Fir de Conversatie Ken Takata
Hi Bram, 2017/8/1 Tue 23:40:27 UTC+9 Ken Takata wrote: > Hi Bram, > > 2017/8/1 Tue 5:30:56 UTC+9 Bram Moolenaar wrote: > > Ken Takata wrote: > > > > > Two years ago, you announced closing of Vim-multibyte mailing list. > > > > > > Vim-multibyte mailing list is closed > > > https://groups.google

Re: Vim is...not

2017-08-01 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2017-08-01 22:17 GMT+03:00 R0b0t1 : > On Tue, Aug 1, 2017 at 12:13 PM, Bram Moolenaar wrote: >> >> Ben Fritz wrote: >> >>> :help design-not needs an update considering the recent work on running a >>> terminal in Vim (even recursive vim in vim apparently): >>> >>> > VIM IS... NOT

Patch 8.0.0839

2017-08-01 Fir de Conversatie Bram Moolenaar
Patch 8.0.0839 Problem:Cannot kill a job in a terminal with CTRL-C. Solution: Set the controlling tty and send SIGINT. (closes #1910) Files: src/os_unix.c, src/terminal.c, src/proto/os_unix.pro *** ../vim-8.0.0838/src/os_unix.c 2017-08-01 18:44:24.181179640 +0200 --- src/os_unix

Patch 8.0.0838

2017-08-01 Fir de Conversatie Bram Moolenaar
Patch 8.0.0838 Problem:Buffer hangs around whem terminal window is closed. Solution: When the job has ended wipe out a terminal buffer when the window is closed. Files: src/buffer.c, src/terminal.c, src/proto/terminal.pro, src/testdir/test_terminal.vim *** ../v

Re: Vim is...not

2017-08-01 Fir de Conversatie Igor Fontana
> I look forward to the day I can replace PID 1 with Vim. we have virtualbox... -- Igor -- -- 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 recei

Re: Vim is...not

2017-08-01 Fir de Conversatie R0b0t1
On Tue, Aug 1, 2017 at 12:13 PM, Bram Moolenaar wrote: > > Ben Fritz wrote: > >> :help design-not needs an update considering the recent work on running a >> terminal in Vim (even recursive vim in vim apparently): >> >> > VIM IS... NOT *design-not* >>

Patch 8.0.0837

2017-08-01 Fir de Conversatie Bram Moolenaar
Patch 8.0.0837 Problem:Signs can be drawn on top of console messages. Solution: don't redraw at a prompt or when scrolled up. (Christian Brabandt, closes #1907) Files: src/screen.c *** ../vim-8.0.0836/src/screen.c2017-07-31 22:29:29.800202678 +0200 --- src/screen.c

Patch 8.0.0836

2017-08-01 Fir de Conversatie Bram Moolenaar
Patch 8.0.0836 Problem:When a terminal buffer is changed it can still be accidentally abandoned. Solution: When making a change reset the 'buftype' option. Files: src/terminal.c, src/testdir/test_terminal.vim, src/option.c *** ../vim-8.0.0835/src/terminal.c 2017-08-01

Re: Vim is...not

2017-08-01 Fir de Conversatie Bram Moolenaar
Ben Fritz wrote: > :help design-not needs an update considering the recent work on running a > terminal in Vim (even recursive vim in vim apparently): > > > VIM IS... NOT *design-not* > > > > - Vim is not a shell or an Operating System. You will n

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: Patch 8.0.0827 Problem:

Re: Patch 8.0.0830

2017-08-01 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Di, 01 Aug 2017, Bram Moolenaar wrote: > > > + let a = system("msgfmt --statistics OLD_PO_FILE_INPUT=yes" . filename) > > There is a space missing. Strange that it didn't fail. -- This is the polymorph virus! Follow these instructions carefully: 1. Send this

Patch 8.0.0835

2017-08-01 Fir de Conversatie Bram Moolenaar
Patch 8.0.0835 Problem:Translations check with msgfmt does not work. Solution: Add a space before the file name. Files: src/po/check.vim *** ../vim-8.0.0834/src/po/check.vim2017-08-01 17:40:16.224985961 +0200 --- src/po/check.vim2017-08-01 18:50:18.358622460 +0200

Patch 8.0.0834

2017-08-01 Fir de Conversatie Bram Moolenaar
Patch 8.0.0834 Problem:Can't build without the client-server feature. Solution: Add #ifdef. Files: src/os_unix.c *** ../vim-8.0.0833/src/os_unix.c 2017-08-01 17:14:16.784118200 +0200 --- src/os_unix.c 2017-08-01 18:43:23.505617845 +0200 *** *** 4108,4114 -

Tiny Vim 8.0.831 doesn't build

2017-08-01 Fir de Conversatie Tony Mechelynck
Tiny Vim 8.0.831 doesn't build (No problem with Huge build). linux-2iyu:~/.build/vim/vim-hg/src/shadow-tiny # (make || echo 'exit status' $? ; date) 2>&1 |tee -a make.log gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1-o objects/o

Patch 8.0.0833

2017-08-01 Fir de Conversatie Bram Moolenaar
Patch 8.0.0833 Problem:Terminal test fails. Solution: Update the row argument to one based. Files: src/testdir/test_terminal.vim *** ../vim-8.0.0832/src/testdir/test_terminal.vim 2017-07-30 18:02:08.535764402 +0200 --- src/testdir/test_terminal.vim 2017-08-01 18:39:59.819

Patch 8.0.0832

2017-08-01 Fir de Conversatie Bram Moolenaar
Patch 8.0.0832 Problem:Terminal function arguments are not consistent. Solution: Use one-based instead of zero-based rows and cols. Use "." for the current row. Files: src/terminal.c, runtime/doc/eval.txt *** ../vim-8.0.0831/src/terminal.c 2017-08-01 18:03:59.8346942

Patch 8.0.0831

2017-08-01 Fir de Conversatie Bram Moolenaar
Patch 8.0.0831 (after 8.0.0791) Problem:With 8 colors the bold attribute is not set properly. Solution: Move setting HL_TABLE() out of lookup_color. (closes #1901) Files: src/syntax.c, src/proto/syntax.pro, src/terminal.c *** ../vim-8.0.0830/src/syntax.c2017-07-31 22:29:29.800

Re: Patch 8.0.0827

2017-08-01 Fir de Conversatie Manuel Ortega
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: > > > Patch 8.0.0827 > > > Problem:Coverity: could leak pty file descriptor,

Re: Patch 8.0.0827

2017-08-01 Fir de Conversatie Manuel Ortega
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: > > Patch 8.0.0827 > > Problem:Coverity: could leak pty file descriptor, theoretically. > > Solution: If channel is NULL, free the file descriptors.

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 7.1.

Re: Patch 8.0.0830

2017-08-01 Fir de Conversatie Christian Brabandt
On Di, 01 Aug 2017, Bram Moolenaar wrote: > + let a = system("msgfmt --statistics OLD_PO_FILE_INPUT=yes" . filename) There is a space missing. Best, Christian -- Machen Sie sich erst einmal unbeliebt, dann werden Sie auch ernst genommen. -- Konrad Adenauer -- -- You receiv

Vim is...not

2017-08-01 Fir de Conversatie Ben Fritz
:help design-not needs an update considering the recent work on running a terminal in Vim (even recursive vim in vim apparently): > VIM IS... NOT *design-not* > > - Vim is not a shell or an Operating System. You will not be able to run a > shell inside Vi

Patch 8.0.0830

2017-08-01 Fir de Conversatie Bram Moolenaar
Patch 8.0.0830 Problem:Translating messages is not ideal. Solution: Add a remark about obsolete messages. Use msgfmt in the check script. (Christian Brabandt) Files: src/po/README.txt, src/po/check.vim *** ../vim-8.0.0829/src/po/README.txt 2013-06-23 13:20:53.0

Patch 8.0.0829

2017-08-01 Fir de Conversatie Bram Moolenaar
Patch 8.0.0829 Problem:A job running in a terminal window cannot easily communicate with the Vim it is running in. Solution: Pass v:servername in an environment variable. (closes #1908) Files: src/os_unix.c *** ../vim-8.0.0828/src/os_unix.c 2017-08-01 15:08:03.654720

Re: How about dropping support for non-multibyte builds?

2017-08-01 Fir de Conversatie Ken Takata
Hi Bram, 2017/8/1 Tue 5:30:56 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > Two years ago, you announced closing of Vim-multibyte mailing list. > > > > Vim-multibyte mailing list is closed > > https://groups.google.com/d/msg/vim_announce/3Kzdhtsp9dQ/afcHmpksN7QJ > > > > In the announcem

Patch 8.0.0828

2017-08-01 Fir de Conversatie Bram Moolenaar
Patch 8.0.0828 Problem:Coverity: may dereference NULL pointer. Solution: Bail out if calloc_state() returns NULL. Files: src/regexp_nfa.c *** ../vim-8.0.0827/src/regexp_nfa.c2017-06-17 20:08:16.312896717 +0200 --- src/regexp_nfa.c2017-08-01 15:13:46.740114564 +0200 ***

Patch 8.0.0827

2017-08-01 Fir de Conversatie 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 *** ../vim-8.0.0826/src/os_unix.c 2017-07-28 21:51:53.007136551 +0200 --- src/os_unix.c 2017-08-01 15:00:41.8259729

Re: Channel writing to buffer breaks folding in active buffer

2017-08-01 Fir de Conversatie Jonathan Fudger
On Monday, 31 July 2017 20:41:03 UTC+1, Jonathan Fudger wrote: > On Monday, 31 July 2017 16:56:22 UTC+1, Jonathan Fudger wrote: > > Hi everyone. I have been enjoying the job_start() functionality in Vim 8.0, > > especially since patch 715 (fixing the problem of writing to the wrong > > buffer >