Re: netrw.vim - saving directory listing to file by -c command

2017-07-11 Fir de Conversatie zdohnal
On Tuesday, July 11, 2017 at 8:21:33 PM UTC+2, Gary Johnson wrote: > On 2017-07-11, astian wrote: > > zdohnal wrote: > > > Hi, > > > > > > I encountered this issue so I would like to ask if it is bug or it is > > > correct behavior. When I want to save directory listing into other > > > file by com

Updating Vim translations

2017-07-11 Fir de Conversatie Bram Moolenaar
Not too long ago the text that shows when pressing CTRL-C was updated from: "Type :quit to exit Vim" to: "Type :qa! and press to abandon all changes and exit Vim" Please update the translation to include this change. It is especially useful for users that are not familiar

Patch 8.0.0709

2017-07-11 Fir de Conversatie Bram Moolenaar
Patch 8.0.0709 Problem:Libvterm cannot use vsnprintf(), it does not exist in C90. Solution: Use vim_vsnprintf() instead. Files: src/message.c, src/Makefile, src/proto.h, src/evalfunc.c, src/netbeans.c, src/libvterm/src/vterm.c *** ../vim-8.0.0708/src/message.c 2017-0

Patch 8.0.0708

2017-07-11 Fir de Conversatie Bram Moolenaar
Patch 8.0.0708 Problem:Some tests are old style. Solution: Change a few tests from old style to new style. (pschuh, closes #1813) Files: src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_ming.mak, src/testdir/Make_vms.mms, src/testdir/main.aap,

Re: netrw.vim - saving directory listing to file by -c command

2017-07-11 Fir de Conversatie Gary Johnson
On 2017-07-11, astian wrote: > zdohnal wrote: > > Hi, > > > > I encountered this issue so I would like to ask if it is bug or it is > > correct behavior. When I want to save directory listing into other > > file by command: > > > > $ vim . -c "w output-file" -c "q" > > > > but output-file is empty

Re: netrw.vim - saving directory listing to file by -c command

2017-07-11 Fir de Conversatie astian
zdoh...@redhat.com wrote: > Hi, > > I encountered this issue so I would like to ask if it is bug or it is > correct behavior. When I want to save directory listing into other > file by command: > > $ vim . -c "w output-file" -c "q" > > but output-file is empty in the end. Is it bug or optin -c is c

Patch 8.0.0707

2017-07-11 Fir de Conversatie Bram Moolenaar
Patch 8.0.0707 Problem:Freeing wrong memory when manipulating buffers in autocommands. (James McCoy) Solution: Also set the w_s pointer if w_buffer was NULL. Files: src/ex_cmds.c *** ../vim-8.0.0706/src/ex_cmds.c 2017-06-25 21:17:18.579532117 +0200 --- src/ex_cmds.c

Re: [bug][runtime] Incorrect detection for gitsendemail ftplugin

2017-07-11 Fir de Conversatie astian
Bram Moolenaar wrote: > >> Additionally, it would be nice IMO if *.patch files generated by >> git-format-patch were highlighted in the same way as "gitsendemail" >> files, since they look basically the same. >> >> I propose the patch below. > > I'll include this, thanks. Thanks. Please note that

Re: [vim/vim] segfault handling large file in visual mode (#1822)

2017-07-11 Fir de Conversatie h_east
Hi Bram, Kiichi(ichizoku) and All, 2017-7-11(Tue) 4:34:34 UTC+9 ichizok: > Would you try this patch? > > https://gist.github.com/ichizok/548dda4bd3839a517c5b0a66d4cbf3e5 > > Contents: > > to paste correctly, > > treat PropertyNotify event with priority than Selection(Notify|Request) > > > to

netrw.vim - saving directory listing to file by -c command

2017-07-11 Fir de Conversatie zdohnal
Hi, I encountered this issue so I would like to ask if it is bug or it is correct behavior. When I want to save directory listing into other file by command: $ vim . -c "w output-file" -c "q" but output-file is empty in the end. Is it bug or optin -c is cannot be be used with netrw plugin (whi

Re: [CVE-2017-11109] Reduced samples and patch

2017-07-11 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On So, 09 Jul 2017, Bram Moolenaar wrote: > > > > > James McCoy wrote: > > > > > A few issues were reported on RedHat's bug tracker[0] which have been > > > assigned CVE-2017-11109. I took an initial look at them and reduced the > > > fuzzer-created scripts so they

Patch 8.0.0706

2017-07-11 Fir de Conversatie Bram Moolenaar
Patch 8.0.0706 Problem:Crash when cancelling the cmdline window in Ex mode. (James McCoy) Solution: Do not set cmdbuff to NULL, make it empty. Files: src/ex_getln.c *** ../vim-8.0.0705/src/ex_getln.c 2017-07-01 23:11:11.123835743 +0200 --- src/ex_getln.c 2017-07-11 15:05:55.

Re: [bug][runtime] Incorrect detection for gitsendemail ftplugin

2017-07-11 Fir de Conversatie Bram Moolenaar
Astian wrote: > (Note: I originally sent this message to vim-...@vim.org, but that seems > to have been eaten by a grue, so I'm trying again with googlegroups.) > > Currently filetype.vim uses the pattern ".msg.[0-9]*" [0], but > git-send-email generates files named like ".gitsendemail.msg.X

Re: [CVE-2017-11109] Reduced samples and patch

2017-07-11 Fir de Conversatie Bram Moolenaar
Dominique wrote: > Bram Moolenaar wrote: > > > James McCoy wrote: > > > >> A few issues were reported on RedHat's bug tracker[0] which have been > >> assigned CVE-2017-11109. I took an initial look at them and reduced the > >> fuzzer-created scripts so they're clearer (especially for POC2). >