summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-04-03 21:14:29 +0200
committerBram Moolenaar <Bram@vim.org>2013-04-03 21:14:29 +0200
commit7bcb30e91387800261c0154c2d53b6118100dca0 (patch)
tree6b7d1b6c0cb7003626e7b7fe0af3a7b33e022091 /src/version.c
parentcdffbeae2b031160a479f24cfedacab926938e5d (diff)
downloadvim-git-7bcb30e91387800261c0154c2d53b6118100dca0.tar.gz
updated for version 7.3.877v7.3.877
Problem: Forward searching with search() is broken. Solution: Fix it and add tests. (Sung Pae)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a68eb13d5..ce12628ad 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 877,
+/**/
876,
/**/
875,