Hi Vims,
I've fixed a crash when using vim-lldb plugin. You can view the reason
here: https://github.com/boxu-zhang/vim
The patch file is attched. Also you can view the patch on github:
https://github.com/boxu-zhang/vim/commit/8752085132dcf2a44a5554ba1334d4687b555e79
Regards,
Boxu.Zhang
-
Patch 8.0.1614
Problem:"make tags" doesn't include libvterm.
Solution: Add the libvterm sources to the tags command.
Files: src/Makefile
*** ../vim-8.0.1613/src/Makefile2018-03-11 14:43:53.084536821 +0100
--- src/Makefile2018-03-17 15:50:45.459092072 +0100
Le jeudi 15 mars 2018 09:58:11 UTC+1, Christian Brabandt a écrit :
> On Do, 15 Mär 2018, Ni Va wrote:
>
> >
> > Hi,
> >
> > According to profile report log, this func take many time just when I open
> > $MYVIMRC.
> >
> >
> > FUNCTIONS SORTED ON TOTAL TIME
> > count total (s) self (s) func
On Sat, Mar 17, 2018 at 1:15 PM, Bram Moolenaar wrote:
>
> Patch 8.0.1613
> Problem:Warning for unused variable in tiny build. (Tony Mechelynck)
> Solution: Move declaration to inner block.
> Files: src/os_unix.c
This is probably no news to you, but after applying this patch I get a
su
Patch 8.0.1613
Problem:Warning for unused variable in tiny build. (Tony Mechelynck)
Solution: Move declaration to inner block.
Files: src/os_unix.c
*** ../vim-8.0.1612/src/os_unix.c 2018-03-16 20:46:52.666190006 +0100
--- src/os_unix.c 2018-03-17 13:13:17.614676019 +0100
*
Tony wrote:
> gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall
> -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1-o objects/os_unix.o
> os_unix.c
> os_unix.c: In function ‘mch_call_shell_fork’:
> os_unix.c:4591:13: warning: unused variable ‘p’ [-Wunused-variable]
> char_u *