diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-01-17 19:32:20 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-01-17 19:32:20 +0100 |
commit | 3c71aec6966da0ebefc451ded4fbc43f426654f3 (patch) | |
tree | b284dbd59d9a59390ab9600a3df9a9361b7cde6a /src/version.c | |
parent | 109ef128bd6efc8e1fb91a2a51357fcb19897698 (diff) | |
download | vim-git-8.2.0125.tar.gz |
patch 8.2.0125: :mode no longer works for any systemv8.2.0125
Problem: :mode no longer works for any system.
Solution: Always give an error message.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index a32231b32..1ed040d32 100644 --- a/src/version.c +++ b/src/version.c @@ -743,6 +743,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 125, +/**/ 124, /**/ 123, |