aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-11-04 18:17:26 +0800
committerGitHub <noreply@github.com>2022-11-04 18:17:26 +0800
commit24fa5f70edd4cc3b613237283ee7d63af1948c16 (patch)
treec5d988415386a3d451afef6aa859a3c15889d3c4 /runtime
parent04fbb1de4488852c3ba332898b17180500f8984e (diff)
downloadrneovim-24fa5f70edd4cc3b613237283ee7d63af1948c16.tar.gz
rneovim-24fa5f70edd4cc3b613237283ee7d63af1948c16.tar.bz2
rneovim-24fa5f70edd4cc3b613237283ee7d63af1948c16.zip
vim-patch:8.2.0448: various functions not properly tested (#20926)
Problem: Various functions not properly tested. Solution: Add more tests, especially for failures. (Yegappan Lakshmanan, closes vim/vim#5843) https://github.com/vim/vim/commit/0e05de46226eb4e5ea580beefa71831f92d613d3 Cherry-pick test changes from patch 8.2.0427 and skip Test_has(). Cherry-pick Test_complete_wildmenu() change from patch 8.2.4339.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/builtin.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 8ffe9d54a4..9cc3f94816 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -7261,6 +7261,7 @@ setqflist({list} [, {action} [, {what}]]) *setqflist()*
*setreg()*
setreg({regname}, {value} [, {options}])
Set the register {regname} to {value}.
+ If {regname} is "" or "@", the unnamed register '"' is used.
The {regname} argument is a string.
{value} may be any value returned by |getreg()| or