On 11/8/2013 4:16 PM, Edward K. Ream wrote:
On Fri, Nov 8, 2013 at 3:14 PM, Edward K. Ream <[email protected]
<mailto:[email protected]>> wrote:
In fact, the constraint is simple: no (unescaped) * or + or $
(etc) at the end of the pattern. In practice, this will always be
true, because only a few kinds of "extensions" are possible after
the one or two characters that denote the actual "main" command
letters.
Notice: the prototype tail pattern violates the constraint.
The actual tail (motion, etc) pattern will have to be specific and
bounded.
EKR
--
Will this scheme allow vim-like regex replacements, like:
:4,9 s/^/- /g
(replaces the start of lines 4-9 with hyphen-space)
?
-->Jake
--
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/groups/opt_out.