By Walter Alan Zintz (articolo originale) indice
:ab
Overload Exercise
In every case, the other meaning would prevail over the
:ab
meaning. Reason: all the other
metacharacters and metastrings take effect as soon as the last
character of the string is typed in. But an abbreviation doesn't
take effect until you type the next following character in,
proving that your string was a word by itself. So the other
metavalue will always be triggered first.
There are various uses for making some source-file commands unexecutable from screen mode. Here are two examples.
print
command only duplicates the
display -- but it does require you to hit the return key and wait
for a screen repaint before you can continue screen editing.
Putting the command to print on a second line makes sure printing
will only happen when you need it.