commit | 976b847f43dd16eb6cd809d2dcab7dde6045e176 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 12 15:49:47 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 12 15:49:47 2018 +0200 |
tree | af8ba8f8f6a9ff70bf4d23f2b84367c5e4c24881 | |
parent | 21f990e1c22ffa2fdb66a548ebbe25e6e7194776 [diff] [blame] |
patch 8.1.0275: 'incsearch' with :s doesn't start at cursor line Problem: 'incsearch' with :s doesn't start at cursor line. Solution: Set cursor before parsing address. (closes #3318) Also accept a match at the start of the first line.
diff --git a/src/version.c b/src/version.c index 8d02863..a8262a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 275, +/**/ 274, /**/ 273,