commit | 111bbd61e96d1d3ee4bc07ae435fd97b88413aba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 18 21:23:05 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 18 21:23:05 2018 +0200 |
tree | 7cc7115bc1741c28d2378d696cb5551936ce5fb1 | |
parent | 264cf5cfaf40e704aea2578e70c15ed9a9d0161e [diff] [blame] |
patch 8.1.0296: command parsing for 'incsearch' is a bit ugly Problem: Command parsing for 'incsearch' is a bit ugly. Solution: Return when there is no pattern. Put common checks together.
diff --git a/src/version.c b/src/version.c index a084de0..194ee4c 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 296, +/**/ 295, /**/ 294,