The exit-named-mode command is required at the end of a macro @mode if
the vi command puts the user in insert mode.  For example, the
following code is mapped to vi's "append to end of line" (mapped to
'A')

@mode vi-append
   --> back-char        #Insure end-of-line does not move cursor to
new line
   --> end-of-line      #Delete the <cr><lf> at the end of the line
   --> set-insert-state
   --> exit-named-mode

It appears that in other situations it does no harm but is not
needed.  Is this correct?  What is the proper use of this command?
Does it matter if it is preceded by the "-->" or not?

TL
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected]
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