commit | 0ee81cb63876e6ec1b2a6e0125295b43f1c63c7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 10 22:07:32 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 10 22:07:32 2018 +0200 |
tree | 806f36b2c61a11cbbed59e09dfb23978d9ca39ca | |
parent | efe03738f69b1f63ea30226765db949539ee15f0 [diff] [blame] |
patch 8.1.0265: the getcmdline() function is way too big Problem: The getcmdline() function is way too big. Solution: Factor out the incremental search highlighting.
diff --git a/src/version.c b/src/version.c index 2d04731..9b39950 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 265, +/**/ 264, /**/ 263,