1
0
forked from aniani/vim

patch 8.2.1533: Vim9: error when passing getreginfo() result to setreg()

Problem:    Vim9: error when passing getreginfo() result to setreg().
Solution:   Use dict_get_bool() for "isunnamed". (closes #6784)
This commit is contained in:
Bram Moolenaar
2020-08-28 16:39:33 +02:00
parent 2566054a7f
commit 6a950581da
3 changed files with 10 additions and 1 deletions

View File

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