commit | cc2b9d5dc08cefa0342a25ece71b21d4b4b32e00 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 13 03:17:11 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 13 03:17:11 2014 +0100 |
tree | 6034465936f933c63ccd81d791e8425dd1142843 | |
parent | f1d6ccf2f9c8a8ae2c0ec4577946397c103ead2b [diff] [blame] |
updated for version 7.4.543 Problem: Since patch 7.4.232 "1,3s/\n//" joins two lines instead of three. (Eliseo MartÃnez) Issue 287 Solution: Correct the line count. (Christian Brabandt) Also set the last used search pattern.
diff --git a/src/version.c b/src/version.c index 3f43980..fe317d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 543, +/**/ 542, /**/ 541,