commit | da812e282a4e2d6d8c9604a3a2a38396437dfe20 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 26 18:35:31 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 26 18:35:31 2020 +0100 |
tree | 966587f0a847ca6f82d6ce512662234126e09e15 | |
parent | 978d170bdce9c0a47e6683cd7c288bc2706f3fff [diff] [blame] |
patch 8.2.0152: restoring ctrl_x_mode is not needed Problem: Restoring ctrl_x_mode is not needed. Solution: Remove restoring the old value, it's changed again soon.
diff --git a/src/version.c b/src/version.c index 88fadc7..d9543e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 152, +/**/ 151, /**/ 150,