commit | a5edb670dcdeddc8520e012430fb256eb8470f6c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 03 22:58:48 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 03 22:58:48 2020 +0100 |
tree | 0c8720d384d3ac09c4e38a003e5c047876db8299 | |
parent | 631ebc48149a0446dd9ffbddd3e2822252085885 [diff] [blame] |
patch 8.2.0205: error code E899 used twice Problem: Error code E899 used twice. Solution: Use E863 for the terminal in popup error.
diff --git a/src/version.c b/src/version.c index c3dbec8..63461bd 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 205, +/**/ 204, /**/ 203,