commit | a3dfccc6e9a780570166b00c0e40c4b9a149e253 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 27 17:29:56 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 27 17:29:56 2014 +0100 |
tree | 217b696c276c47f5ef7c32d487132ff4e79e8138 | |
parent | 1c40a66badd83e9a93116c006097033725c9eb7d [diff] [blame] |
updated for version 7.4.532 Problem: When using 'incsearch' "2/pattern/e" highlights the first match. Solution: Move the code to set extra_col inside the loop for count. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index 38acd5d..fd7c414 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 532, +/**/ 531, /**/ 530,