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:
@@ -754,6 +754,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1533,
|
||||
/**/
|
||||
1532,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user