commit | 806da5176e9e9ab011d927c4ca33a8dde1769539 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 24 19:54:52 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 24 19:54:52 2021 +0000 |
tree | 644e4bc3000b045d4b8d5151769990cd601cf5d9 | |
parent | b6db1467622be046dbf00b2213fd9f49f4f3cccb [diff] [blame] |
patch 8.2.3887: E1135 is used for two different errors Problem: E1135 is used for two different errors. Solution: Renumber one error.
diff --git a/src/version.c b/src/version.c index 14e65f1..0809436 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3887, +/**/ 3886, /**/ 3885,