1
0
forked from aniani/vim

updated for version 7.4a.017

Problem:    When 'foldmethod' is "indent", using ">>" on a line just above a
            fold makes the cursor line folded. (Evan Laforge)
Solution:   Call foldOpenCursor(). (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2013-07-13 16:34:32 +02:00
parent a0aa9070be
commit 2b79bfdeab
2 changed files with 6 additions and 0 deletions

View File

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