commit | 3c71aec6966da0ebefc451ded4fbc43f426654f3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 17 19:32:20 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 17 19:32:20 2020 +0100 |
tree | b284dbd59d9a59390ab9600a3df9a9361b7cde6a | |
parent | 109ef128bd6efc8e1fb91a2a51357fcb19897698 [diff] [blame] |
patch 8.2.0125: :mode no longer works for any system Problem: :mode no longer works for any system. Solution: Always give an error message.
diff --git a/src/version.c b/src/version.c index a32231b..1ed040d 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 125, +/**/ 124, /**/ 123,