commit | 548e5985734e4b216852205879daf9bfb00dbe5a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 26 21:45:00 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 26 21:45:00 2018 +0100 |
tree | 83fdfb078dd4e58bfcc6d4a2b6645b811615e4d2 | |
parent | 8cf734e024af56707a1165bcdfee42364695ec8e [diff] [blame] |
patch 8.1.0640: get E14 while typing command :tab with 'incsearch' set Problem: Get E14 while typing command :tab with 'incsearch' set. Solution: Do not give an error when looking for the command. (Yasuhiro Higashi)
diff --git a/src/version.c b/src/version.c index 30f2899..10ba489 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 640, +/**/ 639, /**/ 638,