1
0
forked from aniani/vim

patch 8.2.3684: blockwise insert does not handle autoindent properly

Problem:    Blockwise insert does not handle autoindent properly.
Solution:   Adjust text column for indent. (closes #9229)
This commit is contained in:
Bram Moolenaar
2021-11-27 13:28:24 +00:00
parent 279d733dfb
commit e9b0b40b79
3 changed files with 33 additions and 0 deletions

View File

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