commit | 81f56536b1bc324eb173924a8cf4d7dbbf4f3fdb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 18 16:19:42 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 18 16:19:42 2018 +0200 |
tree | 6c8052b1a028eb03a85ffe4f5976863c43a91c67 | |
parent | b476cb7d8d1a8c02409f110dea8b166aa9334e18 [diff] [blame] |
patch 8.1.0291: 'incsearch' highlighting not used for :sort Problem: 'incsearch' highlighting not used for :sort. Solution: Handle pattern in :sort command.
diff --git a/src/version.c b/src/version.c index 279908e..56ab418 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 291, +/**/ 290, /**/ 289,