Commands getting user input (Medium problem / moderate to fix?)

Any commands that request user input will exit the mode immediately
after the input is received.  This prevents vi commands that will copy
or replace text up to a user specified character.  For example, key
sequence 'stw' should "Substitute the text from the current cursor
position up To the letter 'w'".  This can be done within a mode using
a zap-to-character command followed by a set-insert-state command.  It
never executes the set-insert-state command because the zap-to-
character command asks the user for a character (the 'w').

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to leo-editor@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to