vim - how to enable searching in vim editor and finding/highlighting pattern that is only in non-commented block/line

2015-08-24 Thread 'Annis Monadjem' via vim_use
Hi, I am looking for a way to search in vim editor and to find text highlighted only for pattern found in non-commented blocks/lines. I often use *, #, g*, g# but these find every pattern also in commented blocks/lines of code. Also, I frequently use plugins CltrP, CTags and taglist but these

Re: vim suitable for professional software development?

2015-08-24 Thread Erik Christiansen
On 23.08.15 16:33, taschent...@posteo.de wrote: > i'm wondering whether VIM is really suitable for professional > software development. I have no considerable experience with vim, > linux, software development or anything else mentioned in this post, > i.e. i'm a beginner ... Over three decades in

RE: vim suitable for professional software development?

2015-08-24 Thread taschentuch
Hey, Well, it seems that the fear to break my cfg was really reasonless, especially if i consider that i already use git for my vimrc and can comment problematic plugins/settings. But i think for me, its a really good idea to restart in terms of plugins and clean them a bit. The point i've a

Re: vim suitable for professional software development?

2015-08-24 Thread taschentuch
Hey, i just realized that some of my fears were just for no reason. => I use git for my vim cfg and a Plugin manager. Therefore, i wasn't frightened about investing time in my vim cfg - i was frightened about to be forced to do that at work, because i can't write code in that time. I knew of

Re: vim suitable for professional software development?

2015-08-24 Thread Stefan Klein
Hi, 2015-08-24 14:33 GMT+02:00 : > You've said " Vim plugins will never be as complete as Eclipse (eg > refactoring)." Could you elaborate that point, please? Eclipse "understands" the java code you write. That is, if you have 2 variables "i" in different context, Eclipse know these are 2 diffe

Re: Vim is moving from Google Code to Github

2015-08-24 Thread Ben Fritz
On Tuesday, August 18, 2015 at 3:52:23 PM UTC-5, Quan Chau wrote: > I'm really happy with this change. But are you guys moving to git to replace > mercurial? I'm really sad with this change. Yes. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply belo

Re: Vim is moving from Google Code to Github

2015-08-24 Thread Ben Fritz
On Monday, August 24, 2015 at 10:18:15 AM UTC-5, Ben Fritz wrote: > On Tuesday, August 18, 2015 at 3:52:23 PM UTC-5, Quan Chau wrote: > > I'm really happy with this change. But are you guys moving to git to > > replace mercurial? > > I'm really sad with this change. Yes. I'm too glib. Christian

Re: vim - how to enable searching in vim editor and finding/highlighting pattern that is only in non-commented block/line

2015-08-24 Thread Ben Fritz
On Monday, August 24, 2015 at 2:12:30 AM UTC-5, Annis Monadjem wrote: > Hi, > > I am looking for a way to search in vim editor and to find text highlighted > only for pattern found in non-commented blocks/lines. > > I often use *, #, g*, g# but these find every pattern also in commented > block

Vim has moved from Google Code to Github

2015-08-24 Thread Bram Moolenaar
Hello Vim users, The announced move is done! The cleaned up git repository is available on GitHub. You can start using it, see http://www.vim.org/git.php If you previously had synced from the Mercurial repository on Google Code, you can either just drop it and start using GitHub, or switch to t

Re: vim - how to enable searching in vim editor and finding/highlighting pattern that is only in non-commented block/line

2015-08-24 Thread Charles Campbell
'Annis Monadjem' via vim_use wrote: > Hi, > > I am looking for a way to search in vim editor and to find text highlighted > only for pattern found in non-commented blocks/lines. > > I often use *, #, g*, g# but these find every pattern also in commented > blocks/lines of code. > > Also, I frequen

How to easily enable "Lua" in Vim 7.4 (would possibly like to avoid building it from source if possible)

2015-08-24 Thread 'Annis Monadjem' via vim_use
My Vim 7.4 "Lua" is disabled. I need to enable "Lua" in Vim so that I can setup "neocomplete". Is there a way to enable "Lua" without removing/reinstalling my current Vim installation. If I happen to built source from scratch I'm aware about "http://vim.wikia.com/wiki/Building_Vim";, however any

Re: DBext cursor jump after execution

2015-08-24 Thread Josef Fortier
Hi David: > I can send you a updated file to return the cursor to the start of the visual > selection.  And you can try it out for a bit. Sure :-) -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more informa

Re: How to easily enable "Lua" in Vim 7.4 (would possibly like to avoid building it from source if possible)

2015-08-24 Thread Ben Fritz
On Monday, August 24, 2015 at 7:43:22 PM UTC-5, Annis Monadjem wrote: > My Vim 7.4 "Lua" is disabled. I need to enable "Lua" in Vim so that I can > setup "neocomplete". Is there a way to enable "Lua" without > removing/reinstalling my current Vim installation. If I happen to built > source from