commit | 2f315ab7bec2713d2fb986c5d863f15ab9949166 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 25 20:11:01 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 25 20:11:01 2013 +0100 |
tree | 198597e524e0ce236a06404fa01de5508892b760 | |
parent | 826763f87b4a15fb125b3b5cc3fc308a5976bfaf [diff] [blame] |
updated for version 7.3.785 Problem: Crash with specific use of search pattern. Solution: Initialize reg_buf to curbuf.
diff --git a/src/version.c b/src/version.c index 9a94c54..0f77ad2 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 785, +/**/ 784, /**/ 783,