commit | 89dcb4dce369de22fba13b9c3c63f11f8d42650b | [log] [tgz] |
---|---|---|
author | mityu <mityu.mail@gmail.com> | Fri May 28 13:50:17 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 28 13:50:17 2021 +0200 |
tree | 15ebbcd1322f10e05c3036dafb771fabf03e8b08 | |
parent | 543467136f001708f4c63376ac5d18adde82db30 [diff] [blame] |
patch 8.2.2892: error message contains random characters Problem: Error message contains random characters. Solution: Pass the right pointer to error_white_both(). (closes #8272, closes #8263)
diff --git a/src/version.c b/src/version.c index 775c4f4..fb8a7ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2892, +/**/ 2891, /**/ 2890,