commit | 47d4e317f85e4aeb3799d962f173bd0f1e7bc71c | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Wed May 04 18:12:55 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 04 18:12:55 2022 +0100 |
tree | 964f17db29def8f8d6bc732404f2be785c0c3943 | |
parent | cd5dbad184e8235beb13dcd8a22302da09db9766 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index bf2c8dc..17bcfd1 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4866, +/**/ 4865, /**/ 4864,