Re: cursor drawn over wrong character after cursoring over unicode character, Ubuntu 16.04, Vim 7.4

2017-08-18 Thread Adam Monsen
*Does not repro with Vim 8*. Looks like the bug was fixed. Yay! I confirmed by downloading and compiling version 8.0 (2016 Sep 12, compiled Aug 18 2017 16:16:46) with patches: 1-586 from here . I upgraded the version on my desktop using packages from

Re: Gvim startup slow. Please see the log and advise

2017-08-18 Thread Frank Shute
Look carefully at the line sourcing menu.vim: > 360.000 1200.000 1200.000: sourcing C:\Users\addansa\PgmFiles\Vim/menu.vim Notice the forward slash rather than backslash before "menu.vim" unlike everywhere else? I wouldn't be surprised if that's your problem. Filepath handling on Windows is a

Re: Gvim startup slow. Please see the log and advise

2017-08-18 Thread Sharat A
On Friday, August 18, 2017 at 5:06:36 PM UTC-4, Sharat A wrote: > Hi, > > My Gvim startup time is slow. With all plugins it's taking around 4sec. I > don't understand why source $VIMRUNTIME/menu.vim is taking 1200 msec. Any > pointers? (I like to reduce atleast 1 sec in my Gvim startup time).

Gvim startup slow. Please see the log and advise

2017-08-18 Thread Sharat A
Hi, My Gvim startup time is slow. With all plugins it's taking around 4sec. I don't understand why source $VIMRUNTIME/menu.vim is taking 1200 msec. Any pointers? (I like to reduce atleast 1 sec in my Gvim startup time). Thank you! Note: only pasted the relevant portion, where menu.vim is

Re: source or load an autoload script

2017-08-18 Thread Ni Va
Le vendredi 18 août 2017 18:54:23 UTC+2, Luc Hermitte a écrit : > Hi, > > > > I've written more on the subject on SO: > > > https://stackoverflow.com/questions/40254993/how-to-unload-a-vim-script-after-sourcing-it-and-making-changes-to-it/40257268#40257268 > > > > > Ok Luc, Vimscript modified

Re: source or load an autoload script

2017-08-18 Thread Luc Hermitte
Hi, > > I've written more on the subject on SO: > > https://stackoverflow.com/questions/40254993/how-to-unload-a-vim-script-after-sourcing-it-and-making-changes-to-it/40257268#40257268 > > > Ok Luc, Vimscript modified as described. > > Than when I launch :w! | so% | MK, nothing is took on the

Re: source or load an autoload script

2017-08-18 Thread Luc Hermitte
Hi, > > I've written more on the subject on SO: > > https://stackoverflow.com/questions/40254993/how-to-unload-a-vim-script-after-sourcing-it-and-making-changes-to-it/40257268#40257268 > > > Ok Luc, Vimscript modified as described. > > Than when I launch :w! | so% | MK, nothing is took on the

Re: source or load an autoload script

2017-08-18 Thread Ni Va
Le vendredi 18 août 2017 10:46:49 UTC+2, Luc Hermitte a écrit : > De: "Ni Va" > > OK. My problem is that I don't see effect when I modify a vimscript. > > In the joined screen, you can see two vimscript. The right one is a > > 'class' instanciated in the left one. Then a

Re: Colored shell commandline confuses ':make' ?

2017-08-18 Thread tuxic
On 08/18 09:36, Christian Brabandt wrote: > > On Fr, 18 Aug 2017, tu...@posteo.de wrote: > > > Hi, > > > > I ran into a problem and I dont know where to investigate first. > > Since vim is the first instance, which uncovers the problem, I > > will start asking here... > > > > For my Arduino

Re: source or load an autoload script

2017-08-18 Thread Ni Va
Le vendredi 18 août 2017 10:46:49 UTC+2, Luc Hermitte a écrit : > De: "Ni Va" > > OK. My problem is that I don't see effect when I modify a vimscript. > > In the joined screen, you can see two vimscript. The right one is a > > 'class' instanciated in the left one. Then a

Re: Colored shell commandline confuses ':make' ?

2017-08-18 Thread Christian Brabandt
On Fr, 18 Aug 2017, tu...@posteo.de wrote: > Hi, > > I ran into a problem and I dont know where to investigate first. > Since vim is the first instance, which uncovers the problem, I > will start asking here... > > For my Arduino projects I want to get rid of the Ardyino IDE -- vim is the >

Colored shell commandline confuses ':make' ?

2017-08-18 Thread tuxic
Hi, I ran into a problem and I dont know where to investigate first. Since vim is the first instance, which uncovers the problem, I will start asking here... For my Arduino projects I want to get rid of the Ardyino IDE -- vim is the better choice. Here:

Re: source or load an autoload script

2017-08-18 Thread Luc Hermitte
De: "Ni Va" > OK. My problem is that I don't see effect when I modify a vimscript. > In the joined screen, you can see two vimscript. The right one is a > 'class' instanciated in the left one. Then a simple command MK call > MakeMyVim. > > So, if I modify my vimscritp

Re: source or load an autoload script

2017-08-18 Thread Ni Va
Le vendredi 18 août 2017 10:28:30 UTC+2, ZyX a écrit : > 2017-08-18 11:13 GMT+03:00 Ni Va : > > Le jeudi 17 août 2017 22:55:13 UTC+2, Christian Brabandt a écrit : > >> On Do, 17 Aug 2017, Ni Va wrote: > >> > >> > Hi, > >> > > >> > > >> > I'am writing a plugin with autoload

Re: source or load an autoload script

2017-08-18 Thread Nikolay Aleksandrovich Pavlov
2017-08-18 11:13 GMT+03:00 Ni Va : > Le jeudi 17 août 2017 22:55:13 UTC+2, Christian Brabandt a écrit : >> On Do, 17 Aug 2017, Ni Va wrote: >> >> > Hi, >> > >> > >> > I'am writing a plugin with autoload part: >> > myplugin\autoload\myplugin.vim >> > >> > >> > A Command mapped

ch_open on windows

2017-08-18 Thread Ni Va
Hi, Don't understand why this channel open command fails on my windows. let ch = ch_open('localhost:9821') call ch_sendexpr(ch, {'e': 'add-number', 'num': 4}, {'callback': 'Done'}) Thank you for advice. Niva -- -- You received this message from the "vim_use" maillist. Do

Re: source or load an autoload script

2017-08-18 Thread Ni Va
Le jeudi 17 août 2017 22:55:13 UTC+2, Christian Brabandt a écrit : > On Do, 17 Aug 2017, Ni Va wrote: > > > Hi, > > > > > > I'am writing a plugin with autoload part: > > myplugin\autoload\myplugin.vim > > > > > > A Command mapped on a function of this autoload/myplugin.vim. > > > > > > > >