Re: increasing default read size? & using direct read?

2019-08-23 Thread Bram Moolenaar
> I was noticing that it took a LONG time to read in a 606.9MB file in > a "local" gvim session (local meaning gvim running on same machine > as file is located). > > I finally figured that it was reading 64KB at a time > using async reads. > > That is really slow compared to using a direct >

Re: Compile vim with clipboard support.

2019-08-23 Thread Tony Mechelynck
On Fri, Aug 23, 2019 at 4:24 PM Hongyi Zhao wrote: > > Tony Mechelynck 于2019年8月23日周五 下午10:04写道: > > > > On Fri, Aug 23, 2019 at 3:48 PM Hongyi Zhao wrote: > > > Sorry for my last reply to this thread. I try in a incorrect dir. > > > > > > Thanks a lot, I tried both of the following methods, it

Re: Compile vim with clipboard support.

2019-08-23 Thread Hongyi Zhao
Tony Mechelynck 于2019年8月23日周五 下午10:04写道: > > On Fri, Aug 23, 2019 at 3:48 PM Hongyi Zhao wrote: > > Sorry for my last reply to this thread. I try in a incorrect dir. > > > > Thanks a lot, I tried both of the following methods, it seems they all > > will do the trick: > > > > ./configure ... > >

Re: Compile vim with clipboard support.

2019-08-23 Thread Hongyi Zhao
Hongyi Zhao 于2019年8月23日周五 下午9:47写道: > > Tony Mechelynck 于2019年8月23日周五 下午2:16写道: > > > > On Fri, Aug 23, 2019 at 8:09 AM Hongyi Zhao wrote: > > > > > > Hi, > > > > > > I use Debian 9 and want to compile vim with clipboard support. I've > > > installed xorg-dev package corresponding dependent

Re: Compile vim with clipboard support.

2019-08-23 Thread Tony Mechelynck
On Fri, Aug 23, 2019 at 3:48 PM Hongyi Zhao wrote: > Sorry for my last reply to this thread. I try in a incorrect dir. > > Thanks a lot, I tried both of the following methods, it seems they all > will do the trick: > > ./configure ... > make -24 reconfig "make reconfig" is the equivalent of

Re: Compile vim with clipboard support.

2019-08-23 Thread Hongyi Zhao
Tony Mechelynck 于2019年8月23日周五 下午2:16写道: > > On Fri, Aug 23, 2019 at 8:09 AM Hongyi Zhao wrote: > > > > Hi, > > > > I use Debian 9 and want to compile vim with clipboard support. I've > > installed xorg-dev package corresponding dependent packages. But, I > > still cannot do the trick: > > > >

Re: Compile vim with clipboard support.

2019-08-23 Thread Tony Mechelynck
On Fri, Aug 23, 2019 at 3:13 PM Hongyi Zhao wrote: > werner@localhost:~/software/editor/vim/SpaceVim.git$ make reconfig > make: *** No rule to make target 'reconfig'. Stop. You should run this make command, like all commands used to compile Vim, either from the top of your source (whose path

Re: Compile vim with clipboard support.

2019-08-23 Thread Christian Brabandt
On Fr, 23 Aug 2019, Hongyi Zhao wrote: > werner@localhost:~/software/editor/vim/SpaceVim.git$ make reconfig > make: *** No rule to make target 'reconfig'. Stop. You obviously don't want to run this in the SpaceVim repository but in the checkout out vim source. Best, Christian --

Re: Compile vim with clipboard support.

2019-08-23 Thread Hongyi Zhao
Tony Mechelynck 于2019年8月23日周五 下午2:16写道: > > On Fri, Aug 23, 2019 at 8:09 AM Hongyi Zhao wrote: > > > > Hi, > > > > I use Debian 9 and want to compile vim with clipboard support. I've > > installed xorg-dev package corresponding dependent packages. But, I > > still cannot do the trick: > > > >

Re: Compile vim with clipboard support.

2019-08-23 Thread Christian Brabandt
On Fr, 23 Aug 2019, Hongyi Zhao wrote: > Hi, > > I use Debian 9 and want to compile vim with clipboard support. I've > installed xorg-dev package corresponding dependent packages. But, I > still cannot do the trick: > > $ ./configure --enable-cscope \ >

Re: Compile vim with clipboard support.

2019-08-23 Thread Tony Mechelynck
On Fri, Aug 23, 2019 at 8:09 AM Hongyi Zhao wrote: > > Hi, > > I use Debian 9 and want to compile vim with clipboard support. I've > installed xorg-dev package corresponding dependent packages. But, I > still cannot do the trick: > > $ ./configure --enable-cscope \ >

Compile vim with clipboard support.

2019-08-23 Thread Hongyi Zhao
Hi, I use Debian 9 and want to compile vim with clipboard support. I've installed xorg-dev package corresponding dependent packages. But, I still cannot do the trick: $ ./configure --enable-cscope \ --enable-luainterp \ --enable-multibyte \