1
0
forked from aniani/vim

patch 8.2.3615: wrong indent in first line if re-formatting with indent expr

Problem:    When re-formatting with an indent expression the first line of a
            paragraph may get the wrong indent. (Martin F. Krafft)
Solution:   Apply the correct indenting function for the first line.
            (Christian Brabandt, closes #9150, closes #9056)
This commit is contained in:
Christian Brabandt
2021-11-18 13:56:37 +00:00
committed by Bram Moolenaar
parent 6555500bcf
commit 818ff25cd1
3 changed files with 101 additions and 1 deletions

View File

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