On 7月13日, 上午12时17分, mobi phil <[email protected]> wrote:
> YES!!! you got the point... :) I can add the string... that is easy.. but
> implementing probably is not so straighforward, as I understand the code for
> list is a bit "multiplied" across the different lists....
>
>
>
> On Sun, Jul 12, 2009 at 9:15 AM, StarWing <[email protected]> wrote:
>
> > I have a idea. a short list needn't inc-search. so you expect to
> > search in a long list.
>
> > you can see :h more-prompt. maybe you can make your work here. add a
> > key (maybe '/') here to search in list, it should be like:
>
> > -- More --
> > -- More -- SPACE/d/j: screen/page/line down, b/u/k up, /: search
> > q:quit
>
> > and when you press /, you can make inc-search, and list jump to the
> > position fit your pattern.
>
> > is that difficult to implement?
>
> --
> rgrds,
> mobi phil
>
> being mobile, but including technologyhttp://mobiphil.com
or you needn't change the text, just implement your char in
do_more_prompt() function. add a "case '/':" block, and change the
document. because i notice that several command in do_more_prompt are
not in notice text (just like 'g' and 'G').
but it seems a little "hard" :-)
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---