On 6/2/06, Mun Johl <[EMAIL PROTECTED]> wrote:
Hi Eric,

Please see my comments below.

On Fri, Jun 02, 2006 at 03:22 PM PDT, Eric Arnold wrote:
EA> Ok.  So we know three things:
EA>
EA>  The incremental search feature
EA>  + the gvim/gui input method
EA>  + the statusline
EA>
EA> It would be interesting to try:
EA>
EA> :feedkeys( "/3\<CR>", "t")

I'll look into this further over the weekend, but when I tried to
execute the :feedkeys command you suggested, I receive E492:

E492: Not an editor command: feedkeys(...)

EA> ^R=some expression

I don't understand what you want me to try with the ^R command above.


Sorry.  I meant

:call feedkeys( "/3\<CR>", "t")

About ^R, you can type ^R in search/etc mode, and there are several
things you can do from that point.  See

:h i_CTRL-R

In the above case, ^R= should put you into "expression evaluation"
mode, and you can type any expression, or your test string:

aabbccddeeff....

Reply via email to