@y - Yank buffer variable
@y - Yank buffer variable
The Yank Buffer Variable @y retrieves the current yank(2) string from the kill buffer and returns it to the caller.
The current contents of the yank buffer can be obtained using @y, so to set variable #l1 to the current or last word if the cursor is not in a word, simply use:
forward-char backward-word set-mark forward-word copy-region set-variable #l1 @y
(c) Copyright JASSPA 1999
Last Modified: 1998/06/30
Generated On: 1999/12/01