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 echoing.
Thank you
NiVa
--
--
You received this m
Patch 8.1.2148
Problem:No test for right click extending Visual area.
Solution: Add a test. (Dominique Pelle, closes #5018)
Files: src/testdir/test_termcodes.vim
*** ../vim-8.1.2147/src/testdir/test_termcodes.vim 2019-10-13
16:43:35.960359646 +0200
--- src/testdir/test_termcode
Patch 8.1.2147
Problem:Crash when allocating memory fails. (Zu-Ming Jiang)
Solution: Check that 'spellcapcheck' is not NULL. (closes #5048)
Files: src/spell.c
*** ../vim-8.1.2146/src/spell.c 2019-10-06 22:00:08.301244080 +0200
--- src/spell.c 2019-10-13 19:46:54.379157106 +0200
*
On So, 13 Okt 2019, Shidong Wang wrote:
> Hello, I just want to build the vim on my old linux system. but I get
> following error. I have searched in google, but failed.
>
>
> gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_ATHENA -I/usr/local/include
> -O -o objects/buffer.o buffer.c
Patch 8.1.2146 (after 8.1.2145)
Problem:Build failure.
Solution: Include omitted changed file.
Files: src/optionstr.c
*** ../vim-8.1.2145/src/optionstr.c 2019-09-28 19:04:06.997029566 +0200
--- src/optionstr.c 2019-10-12 21:51:46.891925972 +0200
***
*** 1892,1898
Patch 8.1.2145
Problem:Cannot map when modifyOtherKeys is enabled.
Solution: Add the mapping twice, both with modifier and as 0x08. Use
only the first one when modifyOtherKeys has been detected.
Files: src/term.c, src/eval.c, src/getchar.c, src/globals.h,
src
Hi Tony, I build vim 7.4.1689 is to test my old vim plugin, because most of my
friends are still using ubuntu 16.04, and the default version of vim is
7.4.1609. and here is full build log and system info:
https://travis-ci.org/SpaceVim/SpaceVim/jobs/597219276
all the system info is in it.
and
On Sun, Oct 13, 2019 at 12:37 PM Shidong Wang wrote:
>
> Hello, I just want to build the vim on my old linux system. but I get
> following error. I have searched in google, but failed.
>
>
> gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_ATHENA -I/usr/local/include
> -O -o objects/buffer
Hello, I just want to build the vim on my old linux system. but I get following
error. I have searched in google, but failed.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_ATHENA -I/usr/local/include -O
-o objects/buffer.o buffer.c
In file included from vim.h:1973:0,
f