commit | 7bcb30e91387800261c0154c2d53b6118100dca0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 03 21:14:29 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 03 21:14:29 2013 +0200 |
tree | 6b7d1b6c0cb7003626e7b7fe0af3a7b33e022091 | |
parent | cdffbeae2b031160a479f24cfedacab926938e5d [diff] [blame] |
updated for version 7.3.877 Problem: Forward searching with search() is broken. Solution: Fix it and add tests. (Sung Pae)
diff --git a/src/version.c b/src/version.c index a68eb13..ce12628 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 877, +/**/ 876, /**/ 875,