commit | 7be3ab25891fec711d8a2d9d242711a9155852b6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 23 01:46:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 23 01:46:15 2019 +0200 |
tree | 3dab3f000e881253f5ca0961ea13b8abc2a0d39d | |
parent | 0fcf26ba4ffaaa6a2fb8d879dc24b5f7e1bb6a13 [diff] [blame] |
patch 8.1.1583: set_ref_in_list() only sets ref in items Problem: Set_ref_in_list() only sets ref in items. Solution: Rename to set_ref_in_list_items() to avoid confusion.
diff --git a/src/version.c b/src/version.c index 2af2912..9fec3b8 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1583, +/**/ 1582, /**/ 1581,