commit | bb861e293e0170455184079fa537278754b07911 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 07 18:16:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 07 18:16:36 2020 +0200 |
tree | d5f14938d1ebbf6cde67bdf6d2e26a6391106d32 | |
parent | c82dd86084581afa5113b0dd9ade7a631b89b4fc [diff] [blame] |
patch 8.2.0924: cannot save and restore a register properly Problem: Cannot save and restore a register properly. Solution: Add getreginfo() and make setreg() accept a dictionary. (Andy Massimino, closes #3370)
diff --git a/src/version.c b/src/version.c index 5c39aa6..9e4993d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 924, +/**/ 923, /**/ 922,