From 9a91ce4fa6a7504644e10a6761eae5cc5699159a Mon Sep 17 00:00:00 2001 From: AdnoC Date: Wed, 4 May 2016 14:16:19 -0400 Subject: eval: Add ability to set the unnamed register with setreg --- runtime/doc/eval.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime') diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index f076458fed..f73599ebd9 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -6710,6 +6710,8 @@ setreg({regname}, {value} [, {options}]) used as the width of the selection - if it is not specified then the width of the block is set to the number of characters in the longest line (counting a as 1 character). + If {options} contains "u" or '"', then the unnamed register is + set to point to register {regname}. If {options} contains no register settings, then the default is to use character mode unless {value} ends in a for -- cgit