commit | 78db17c6f335f518752ca221ec6bde79db584e15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 31 19:12:58 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 31 19:12:58 2021 +0200 |
tree | 462a20657c73d1ca11474519323453c720e398be | |
parent | 8e3fc135e884a30620fb1c6e84986fae1467acd3 [diff] [blame] |
patch 8.2.3258: error messages have the wrong text Problem: Error messages have the wrong text. Solution: Adjust the error message.
diff --git a/src/version.c b/src/version.c index 917e001..a2247dc 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3258, +/**/ 3257, /**/ 3256,