Thursday, August 9, 2012

Re: vim: input line history

On Wednesday, August 8, 2012 10:14:59 PM UTC-5, ping wrote:
> On 8/7/2012 5:35 PM, Ben Fritz wrote:
>
> > I would guess that plugin uses the input() command to get strings from the user to search for.
>
> >
>
> > This is what is meant by "input line history". What did you think it meant?
>
>
>
> hi Ben:
>
> thanks for the response.
>
> I thought it meant : a list texts that I typed in whenever I dropped
>
> into insert mode and typed by my hand ...
>
>
>
> for example:
>
>
>
> I open vim and typed:
>
> iI'm a beginner<esc>ibut I'm not a good learner<esc>
>
>
>
> after that I type:
>
> :his i
>
>
>
> my expectation is I will get what I previously input as a list:
>
> 1. I'm a beginner
>
> 2. but I'm not a good learner
>
>
>
> so looks I misunderstood this :history i
>
>
>
> regards
>
> ping

I see. So in response to your original question, I don't think there's a way to recall and repeat arbitrary changes you've made in the past.

But you can at least see all the changes you've made:

http://vim.wikia.com/wiki/Using_undo_branches

--
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 information, visit http://www.vim.org/maillist.php

No comments: