Re: Poll: What's good about plugin managers?

2014-04-08 Thread Marc Weber
I've already said that most wolk reasonably well for most common use cases. Smaller differences are documented here (maybe this is incomplete): http://vim-wiki.mawercer.de/wiki/index.html Try them all, and help keeping that page up to date. Marc Weber -- -- You received this message from the "

Re: about colors schemes in terminal vim

2014-04-08 Thread Ivan Ivanivich
вторник, 8 апреля 2014 г., 1:24:38 UTC+4 пользователь John Little написал: > On Monday, April 7, 2014 11:49:14 PM UTC+12, Ivan Ivanivich wrote: > > > color buttercream > > (Near the top of buttercream.vim is the comment "As of now only gui is > supported") > > Install the CSApprox.vim plugin fr

Re: Extremely slow when using relativenumber & syntax highlighting

2014-04-08 Thread Bram Moolenaar
Patrick Hemmer wrote: > So I enabled the 'lazyredraw' option which immensely helps vertical > movement. However horizontal movement is still terrible (and it makes > it so I cant see the cursor while holding down "l" or "h"). > > Also setting regexpengine=1 was a significant performance boost as

Re: about colors schemes in terminal vim

2014-04-08 Thread Ivan Ivanivich
On Tuesday, April 8, 2014 1:24:38 AM UTC+4, John Little wrote: > On Monday, April 7, 2014 11:49:14 PM UTC+12, Ivan Ivanivich wrote: > thank you very much, everything works perfectly but for 256 colors in xfce4-terminal need do the next steps: install ncurses-term and set up environment: export

lockvar: what is the purpose?

2014-04-08 Thread Justin M. Keyes
Hi, It seems any plugin can :unlockvar any global variable that was locked by another plugin. So, is the purpose of lockvar simply a friendly warning/sanity check? Also, is there a speedup gained by using lockvar? (Maybe it helps the vimscript optimizer to know that variable cannot be modified?)

Re: lockvar: what is the purpose?

2014-04-08 Thread Nikolay Pavlov
On Apr 8, 2014 11:53 PM, "Justin M. Keyes" wrote: > > Hi, > > It seems any plugin can :unlockvar any global variable that was locked by another plugin. So, is the purpose of lockvar simply a friendly warning/sanity check? > > Also, is there a speedup gained by using lockvar? (Maybe it helps the vi

Re: lockvar: what is the purpose?

2014-04-08 Thread Justin M. Keyes
On Apr 8, 2014 4:36 PM, "Nikolay Pavlov" wrote: > > > On Apr 8, 2014 11:53 PM, "Justin M. Keyes" wrote: > > > > Hi, > > > > It seems any plugin can :unlockvar any global variable that was locked by another plugin. So, is the purpose of lockvar simply a friendly warning/sanity check? > > > > Also,

Re: lockvar: what is the purpose?

2014-04-08 Thread Tony Mechelynck
On 08/04/14 22:54, Justin M. Keyes wrote: On Apr 8, 2014 4:36 PM, "Nikolay Pavlov" mailto:zyx@gmail.com>> wrote: > > > On Apr 8, 2014 11:53 PM, "Justin M. Keyes" mailto:justi...@gmail.com>> wrote: > > > > Hi, > > > > It seems any plugin can :unlockvar any global variable that was lock

Re: about colors schemes in terminal vim

2014-04-08 Thread Tony Mechelynck
On 08/04/14 11:54, Ivan Ivanivich wrote: On Tuesday, April 8, 2014 1:24:38 AM UTC+4, John Little wrote: On Monday, April 7, 2014 11:49:14 PM UTC+12, Ivan Ivanivich wrote: thank you very much, everything works perfectly but for 256 colors in xfce4-terminal need do the next steps: install ncu