commit | 35b2386a8e416d5b2d1a4af9e6047802e845a76a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 22 23:00:40 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 22 23:00:40 2013 +0200 |
tree | cb449ce7f241f8d9176fef1f600a3f9f81e304f8 | |
parent | c96ebe75e57657fe92fdba9346661a3ac5537821 [diff] [blame] |
updated for version 7.3.1005 Problem: Get stuck on regexp "\n*" and on "%s/^\n\+/\r". Solution: Fix handling of matching a line break. (idea by Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 974f5f8..b7c1ddf 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1005, +/**/ 1004, /**/ 1003,