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:
committed by
Bram Moolenaar
parent
6555500bcf
commit
818ff25cd1
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3615,
|
||||
/**/
|
||||
3614,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user