diff src/version.c @ 4049:2067ed78d37c v7.3.779

updated for version 7.3.779 Problem: Backwards search lands in wrong place when started on a multibyte character. Solution: Do not set extra_col for a backwards search. (Sung Pae)
author Bram Moolenaar <bram@vim.org>
date Wed, 23 Jan 2013 16:43:11 +0100
parents 562bbee33aa4
children 42edc5dac33c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    779,
+/**/
     778,
 /**/
     777,