On Monday, August 18, 2014 5:54:01 AM UTC-5, Edward K. Ream wrote:

> Revising k.getArg is part of the project to eliminate the first <return> 
in vim-mode commands such as :r<return><file-name><return>

Now that k.getArg code is simpler, the tab completer part should be able 
separate the actual command from any following args.  That is, tab 
completion operates only on the command.  If something follows the command, 
the tab completer could:

a) Disallow any further completions on the already-completed command or
b) All changes to the command, leaving the tail unchanged.

Probably a suffices.

Either way will allow k.getArg to deliver the entire :r command (including 
file-name) to vim mode.

EKR

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to