commit | ff65ac84fd54549086098896678211455f767f02 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 09 19:32:34 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 09 19:32:34 2014 +0200 |
tree | 8880d036076944d6f8ff322b226c020bb7d0df84 | |
parent | 0d1e8c12034ae51b4f31cbe81534df491b837028 [diff] [blame] |
updated for version 7.4.360 Problem: In a regexp pattern a "$" followed by \v or \V is not seen as the end-of-line. Solution: Handle the situation. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index faaaf76..9867e7f 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 360, +/**/ 359, /**/ 358,