1
0
forked from aniani/vim

patch 8.2.4866: duplicate code in "get" functions

Problem:    Duplicate code in "get" functions.
Solution:   Use get_var_from() for getwinvar(), gettabvar(), gettabwinvar()
            and getbufvar(). (closes #10335)
This commit is contained in:
LemonBoy
2022-05-04 18:12:55 +01:00
committed by Bram Moolenaar
parent cd5dbad184
commit 47d4e317f8
2 changed files with 86 additions and 110 deletions

View File

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