forked from aniani/vim
patch 8.2.4710: smart indenting does not work after completion
Problem: Smart indenting does not work after completion. Solution: Set "can_si". (Christian Brabandt, closes #10113, closes #558)
This commit is contained in:
committed by
Bram Moolenaar
parent
5017c66bd4
commit
ac72c21da6
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4710,
|
||||
/**/
|
||||
4709,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user