RE: How to prevent asterisk key from advancing to next match when pressed

2017-01-17 Thread Waters, Bill
Look at the SearchAlternatives plugin. When you add an item to the search list, it does not advance to the next match. -Original Message- From: vim_use@googlegroups.com [mailto:vim_use@googlegroups.com] On Behalf Of Slartibartfast Sent: Wednesday, December 14, 2016 1:03 AM To: vim_use

Control redraws

2017-01-17 Thread John Passaro
Hi list, I frequently use commands like ':move+1' via shortcuts (thanks tpope/vim-unimpaired !). I've noticed that when I have folds on, after the :move command, all folds in sight tend to be closed. My hypothesis is that the :move command somehow

Re: Set cusror position from inside function

2017-01-17 Thread Alessandro Antonello
It is working, great! Happy Vimming! 2017-01-16 15:56 GMT-02:00 Tihomir Mitkov : > Hi, Alessandro, > > Here is Key_k() function (the other functions are analogous, only > l:lineToGo and l:columnToGo are set to different values): > > function Key_k() >> let

Re: A mapping with a manual insert mode in the middle

2017-01-17 Thread Ben Fritz
On Tuesday, January 17, 2017 at 12:26:40 AM UTC-6, Zeke Blackwell wrote: > Greetings! > > I'd like to create a mapping in my .vimrc that does some manipulation, drops > me into insert mode, then picks back up for more manipulation after I hit > escape. > > Is this possible? I guess I just

Re: Having certain lines readonly

2017-01-17 Thread Ben Fritz
On Monday, January 16, 2017 at 12:06:05 PM UTC-6, Tihomir Mitkov wrote: > неделя, 15 януари 2017 г., 16:10:42 UTC+2, lith написа: > > > Thank for your post. I figured out that I can simulate readonly lines by > > > keeping metadata about lines and remapping all keys to a function which > > >

Re: Vim 8 command line history not working

2017-01-17 Thread Grahame Blackwood
Hi This exchange has reminded me to make my donation to ICCF in thanks for the work of everyone who helps to maintain Vim. Cheers G On 17 January 2017 at 10:23, Grahame Blackwood wrote: > On Monday, January 16, 2017 at 1:15:32 PM UTC, Grahame Blackwood wrote: > >

Re: Vim 8 command line history not working

2017-01-17 Thread Grahame Blackwood
On Monday, January 16, 2017 at 1:15:32 PM UTC, Grahame Blackwood wrote: > Oh, thanks very much Christian - I'll add another post to the PCLinuxOS forum > and ask for an update to 8.0.172. > > > Cheers > > > G > > > > > > On 16 January 2017 at 12:13, Christian Brabandt