1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-06-07 18:16:36 +02:00
parent c82dd86084
commit bb861e293e
8 changed files with 241 additions and 9 deletions

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
924,
/**/
923,
/**/