1
0
forked from aniani/vim

patch 8.2.3687: blockwise insert does not handle autoindent properly

Problem:    Blockwise insert does not handle autoindent properly when tab is
            inserted.
Solution:   Adjust text column for indent before computing column.
            (closes #9229)
This commit is contained in:
Bram Moolenaar
2021-11-27 22:47:43 +00:00
parent 3d14c0f2b9
commit 59f4f9505a
3 changed files with 57 additions and 15 deletions

View File

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