1
0
forked from aniani/vim

patch 8.2.4951: smart indenting done when not enabled

Problem:    Smart indenting done when not enabled.
Solution:   Check option values before setting can_si. (closes #10420)
This commit is contained in:
Bram Moolenaar
2022-05-14 11:52:23 +01:00
parent 4b93674159
commit de5cf28781
7 changed files with 40 additions and 16 deletions

View File

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