1
0
forked from aniani/vim

updated for version 7.3.020

Problem:    Cursor position wrong when joining multiple lines and
            'formatoptions' contains "a". (Moshe Kamensky)
Solution:   Adjust cursor position for skipped indent. (Carlo Teubner)
This commit is contained in:
Bram Moolenaar
2010-10-09 17:23:31 +02:00
parent 4a74803ef8
commit 341ad7a699
4 changed files with 21 additions and 4 deletions

View File

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