commit | 3efd65c55710cbd2db7569096554bc92f4a66a43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 19 17:45:28 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 19 17:45:28 2022 +0100 |
tree | 498437c58869f5e7bb5952cd91422bc19b700789 | |
parent | 1f68d992cd2fd7f484fbdc14eb8a9feefe59bec8 [diff] [blame] |
patch 8.2.5134: function has confusing name Problem: Function has confusing name. Solution: Rename tgetent_error() to invoke_tgetent().
diff --git a/src/version.c b/src/version.c index f27217e..2c0a1ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5134, +/**/ 5133, /**/ 5132,