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
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
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
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,
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
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
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
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
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
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
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
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.
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
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).
>
14 matches
Mail list logo