commit | 4cf56bbc85f77846aeb378cfb071677336dfad6d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 16 15:50:32 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 16 15:50:32 2017 +0200 |
tree | 8cf708785053605920262a97a7295dc7d93ca4be | |
parent | eef9adddab4c7fc7bb1c54267e76849caf565edf [diff] [blame] |
patch 8.0.1114: default for 'iminsert' is annoying Problem: Default for 'iminsert' is annoying. Solution: Make the default always zero. (Yasuhiro Matsumoto, closes #2071)
diff --git a/src/version.c b/src/version.c index 6ea93a0..90aa45c 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1114, +/**/ 1113, /**/ 1112,