Patch 8.1.2151

2019-10-14 Fir de Conversatie Bram Moolenaar
Patch 8.1.2151 Problem:State test is a bit flaky. Solution: Add to the list of flaky tests. Files: src/testdir/runtest.vim *** ../vim-8.1.2150/src/testdir/runtest.vim 2019-09-27 21:24:57.292075512 +0200 --- src/testdir/runtest.vim 2019-10-14 22:25:00.616238040 +0200

Patch 8.1.2150

2019-10-14 Fir de Conversatie Bram Moolenaar
Patch 8.1.2150 Problem:No test for 'ttymouse' set from xterm version response. Solution: Test the three possible values. Files: src/testdir/test_termcodes.vim *** ../vim-8.1.2149/src/testdir/test_termcodes.vim 2019-10-13 21:01:31.058733704 +0200 --- src/testdir/test_termcodes.v

Patch 8.1.2149

2019-10-14 Fir de Conversatie Bram Moolenaar
Patch 8.1.2149 Problem:Crash when running out of memory very early. Solution: Do not use IObuff when it's NULL. (closes #5052) Files: src/message.c *** ../vim-8.1.2148/src/message.c 2019-10-12 17:06:48.798440368 +0200 --- src/message.c 2019-10-14 22:01:29.612929964 +0200

Re: netrw echoes message even if disable

2019-10-14 Fir de Conversatie Ni Va
Not a problem yet. Found in my own files' explorer( see joined gif) that a method used 'e .' without silent!. Thank you NiVa Le lundi 14 octobre 2019 20:18:25 UTC+2, Christian Brabandt a écrit : > > > On So, 13 Okt 2019, Ni Va wrote: > > > Hi, > > > > Even with loaded plugin status to disable

Re: netrw echoes message even if disable

2019-10-14 Fir de Conversatie Christian Brabandt
On So, 13 Okt 2019, Ni Va wrote: > Hi, > > Even with loaded plugin status to disable netrw, it echoes 'is a directory'. > > This in my _vimrc as it is advised, and it echoes 'is a directory'...  ??? > let g:loaded_netrw       = 1 > let g:loaded_netrwPlugin = 1 > > How can we disable plugin an

Re: netrw echoes message even if disable

2019-10-14 Fir de Conversatie Gary Johnson
On 2019-10-13, Ni Va wrote: > Hi, > > Even with loaded plugin status to disable netrw, it echoes 'is a directory'. > > This in my _vimrc as it is advised, and it echoes 'is a directory'...  ??? > let g:loaded_netrw       = 1 > let g:loaded_netrwPlugin = 1 > > How can we disable plugin and echoin