commit | 39de95257714b76ccd845d081cff57830a79b488 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 08 22:48:00 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 08 22:48:00 2018 +0200 |
tree | 31dff74e8b3ea716ff75fc766932fe0542c58268 | |
parent | 18cebf44177542e6658251bacf6152aa9009ca58 [diff] [blame] |
patch 8.0.1806: InsertCharPre causes problems for autocomplete Problem: InsertCharPre causes problems for autocomplete. (Lifepillar) Solution: Check for InsertCharPre before calling vpeekc(). (Christian Brabandt, closes #2876)
diff --git a/src/version.c b/src/version.c index b81046e..5ebf701 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1806, +/**/ 1805, /**/ 1804,