set paste
set paste= { buffername | default}
This command creates a paste buffer of the name specified by buffername and makes it the current paste buffer. By default, the current paste buffer is a special buffer named default.
The current paste buffer is the buffer used by the copy_mark, paste, delete_mark, read, and write commands when no paste buffer name is specified.
Examples
set paste=seealso
set paste=Ifandonlyif
set paste=intropara
set paste=yrendtable
Related Topics