1
0
forked from aniani/vim

updated for version 7.3.747

Problem:    When characters are concealed text aligned with tabs are no longer
            aligned, e.g. at ":help :index".
Solution:   Compensate space for tabs for concealed characters. (Dominique
            Pelle)
This commit is contained in:
Bram Moolenaar
2012-12-05 15:32:30 +01:00
parent 81484f4215
commit 0f9d0869c7
2 changed files with 16 additions and 1 deletions

View File

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