VIM crash with YouCompleteMe plugin

2020-04-20 Thread BBV
Hello, I am trying to setup vim such that I can use 'YouCompleteMe' plugin (). I have built the vim from source. If I comment out that plugin from vimrc, it works fine, but not when enabled. The vim invocation fails with following error: Vim: Caught deadly signal ABRT Vim: Finished. I did a r

Re: Meta: reading file from stdin while still interacting with the terminal

2020-04-20 Thread Cameron Simpson
On 19Apr2020 22:06, Tim Chase wrote: I'm playing around with a curses program and would like it to behave similarly to how vim lets me do $ echo hello | vim - where vim reads data from stdin but then interacts with the terminal directrly. What magic is vim doing here? Typically stdin, std

Re: Meta: reading file from stdin while still interacting with the terminal

2020-04-20 Thread Eli the Bearded
(Sent directly and to list; list moderator -- if any -- is welcome to reject this.) Tim Chase wrote: > I'm playing around with a curses program and would like it to behave > similarly to how vim lets me do > >$ echo hello | vim - > > where vim reads data from stdin but then interacts with the

Re: Failed to compile vim with lua support.

2020-04-20 Thread Shlomi Fish
On Sat, 18 Apr 2020 16:52:52 +0300 Shlomi Fish wrote: > CCing the list, see: > > https://www.shlomifish.org/philosophy/computers/netiquette/email/reply-to-list.html > > On Sat, 18 Apr 2020 21:39:03 +0800 > Hongyi Zhao wrote: > > > Another question: Can this branch be merged into the master? >