commit | 730f48fe3691dc62331f3df23cb947bfc33a5add | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 11 13:45:57 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 11 13:45:57 2019 +0200 |
tree | cfedff294d2336462fcd0c0db5c56a68673d963a | |
parent | a60e536a290f7c14cf2b255ddb7071b39619fcd3 [diff] [blame] |
patch 8.1.1148: CTRL-L with 'incsearch' does not pick up char under cursor Problem: CTRL-L with 'incsearch' does not pick up char under cursor. (Smylers) Solution: Do not compare the position with the cursor position. (Hirohito Higashi, closes #3620)
diff --git a/src/version.c b/src/version.c index 4755317..3da2d7a 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1148, +/**/ 1147, /**/ 1146,