Re: Vim-Plug’s “PlugInstall” fails

2022-06-01 Thread Eric Weir
> On May 12, 2022, at 7:01 PM, Alessandro Antonello > wrote: > > Em qua., 11 de mai. de 2022 às 15:51, Eric Weir escreveu: >  > Attempting to get Vim-Plug set up in my MacVim installation. I’ve got the > script in ~/vim/autoload and the call to it and my plugins list in my .vimrc. > Howev

Re: Profiling startuptime > menu.vim take 500ms

2022-06-01 Thread M
ср, 1 июн. 2022 г. в 15:51, Ni Va : > [image: Capture.PNG] > > Le mercredi 1 juin 2022 à 14:50:35 UTC+2, Ni Va a écrit : > >> Hi Bram, Chris, >> >> Sometimes I use the menu, hélas :) >> >> I tried set langmenu=none in first line of $MYVIMRC but it seems to get >> same long time. >> >> If you have

Re: Profiling startuptime > menu.vim take 500ms

2022-06-01 Thread Ni Va
[image: Capture.PNG] Le mercredi 1 juin 2022 à 14:50:35 UTC+2, Ni Va a écrit : > Hi Bram, Chris, > > Sometimes I use the menu, hélas :) > > I tried set langmenu=none in first line of $MYVIMRC but it seems to get > same long time. > > If you have time to look at, this is my purified standalone di

Re: Profiling startuptime > menu.vim take 500ms

2022-06-01 Thread Ni Va
Hi Bram, Chris, Sometimes I use the menu, hélas :) I tried set langmenu=none in first line of $MYVIMRC but it seems to get same long time. If you have time to look at, this is my purified standalone distro under win10 : https://drive.google.com/file/d/1zuDsEuYe3XtEghZn0FIkGnyp0QLr1L_m/view?u

Re: Profiling startuptime > menu.vim take 500ms

2022-06-01 Thread Bram Moolenaar
> Is it possible to reduce startuptime that menu.vim seems to take ? about > 500ms? There is something wrong with your setup, all the "self" times are zero. Not sure why that happens. On my system menu.vim only takes 4 msec to load. Perhaps you are using translatins? Try this: :set

Re: Profiling startuptime > menu.vim take 500ms

2022-06-01 Thread Christian Brabandt
Am 2022-06-01 09:39, schrieb Ni Va: Is it possible to reduce startuptime that menu.vim seems to take ? about 500ms? If you do not use the menu, you can skip it by setting `:set guioptions+=M` at the very beginning of your .vimrc. See `:h 'go-M'` Thanks, Chris -- -- You received this messa