How can I take control over jumps `Ctrl-O` and `Ctrl-I` in Vimscript?

2015-10-06 Thread 'Annis Monadjem' via vim_use
Is there any way I could use Vimscript to go through the list of jumps `Ctrl-O`, `Ctrl-I` and to pick the previous jump buffers/positions? Any suggestion is greatly appreciated. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you ar

Re: How can I disable Vim from creating a new buffer every time I jump to a hyperlinked page within Vim Help pages?

2015-10-06 Thread 'Annis Monadjem' via vim_use
On Tuesday, October 6, 2015 at 12:06:17 PM UTC+2, Annis Monadjem wrote: > Hi, > > I have setup my Vim Help to appear as a listed buffer for my ease of quick > access and return to same page. The problem I face is that every time I jump > around in Vim Help page using `Ctrl-]` a new Vim-Help-page

How can I disable Vim from creating a new buffer every time I jump to a hyperlinked page within Vim Help pages?

2015-10-06 Thread 'Annis Monadjem' via vim_use
Hi, I have setup my Vim Help to appear as a listed buffer for my ease of quick access and return to same page. The problem I face is that every time I jump around in Vim Help page using `Ctrl-]` a new Vim-Help-page-buffer is created, which is not what I want. Is there a way to disable Vim fro

How can I enforce (perhaps in '.vimrc') all my Vim help pages to always open up as listed?

2015-10-05 Thread 'Annis Monadjem' via vim_use
Hi, How can I enforce all Vim help pages to be 'buflisted' so that when I open any help topic it always opens up in the buffer list as 'listed' and to be always visible in ':ls' listing? I know how to list an unlisted buffer by applying the ':set buflisted'. This is not however the solution t

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

2015-08-25 Thread 'Annis Monadjem' via vim_use
On Tuesday, August 25, 2015 at 6:46:13 AM UTC+2, Ben Fritz wrote: > 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/rein

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

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