1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2013-01-23 16:43:11 +01:00
parent 94a8adfdd8
commit 55b7b7eeb5
4 changed files with 9 additions and 1 deletions

View File

@@ -725,6 +725,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
779,
/**/
778,
/**/