1
0
forked from aniani/vim

patch 8.0.1682: auto indenting breaks inserting a block

Problem:    Auto indenting breaks inserting a block.
Solution:   Do not check for cursor movement if indent was changed. (Christian
            Brabandt, closes #2778)
This commit is contained in:
Bram Moolenaar
2018-04-10 13:15:47 +02:00
parent e80757c154
commit 8c87a2b1fe
5 changed files with 31 additions and 3 deletions

View File

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