1
0
forked from aniani/vim

patch 8.1.0527: using 'shiftwidth' from wrong buffer for folding

Problem:    Using 'shiftwidth' from wrong buffer for folding.
Solution:   Use "buf" instead of "curbuf". (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2018-11-14 21:45:32 +01:00
parent 61fb8d8c67
commit 0c27cbcacf
2 changed files with 4 additions and 1 deletions

View File

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