Wednesday, September 15, 2010

Re: Supplying common word endings

On Sep 14, 2:21 pm, Andre Majorel <aym-...@teaser.fr> wrote:
> Has anyone ever written a macro to enter common word endings ?
>
> For example, if "spe" is an abbreviation for "special" and "spec"
> for "specify",
>   "spe<f2>" expands to specialising,
>   "spe<f3>" expands to specialisation,
>   "spec<f2>" expands to specifying",  # Tricky
>   "spec<f3>" expands to specification"...

Why not simply
:iab speg specialising
:iab spen specialisation
:iab spef specifying
:iab spet specification

and so forth?

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: