summaryrefslogtreecommitdiff
path: root/runtime/doc/usr_41.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-07 18:16:36 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-07 18:16:36 +0200
commitbb861e293e0170455184079fa537278754b07911 (patch)
treed5f14938d1ebbf6cde67bdf6d2e26a6391106d32 /runtime/doc/usr_41.txt
parentc82dd86084581afa5113b0dd9ade7a631b89b4fc (diff)
downloadvim-git-bb861e293e0170455184079fa537278754b07911.tar.gz
patch 8.2.0924: cannot save and restore a register properlyv8.2.0924
Problem: Cannot save and restore a register properly. Solution: Add getreginfo() and make setreg() accept a dictionary. (Andy Massimino, closes #3370)
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r--runtime/doc/usr_41.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt
index 89d25dfdc..1d896f9a9 100644
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -1155,6 +1155,7 @@ Various: *various-functions*
undotree() return the state of the undo tree
getreg() get contents of a register
+ getreginfo() get information about a register
getregtype() get type of a register
setreg() set contents and type of a register
reg_executing() return the name of the register being executed