]> granicus.if.org Git - vim/commit
patch 8.1.0527: using 'shiftwidth' from wrong buffer for folding v8.1.0527
authorBram Moolenaar <Bram@vim.org>
Wed, 14 Nov 2018 20:45:32 +0000 (21:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 14 Nov 2018 20:45:32 +0000 (21:45 +0100)
commit0c27cbcacf0f58ad30f0b15d1f442f73f40347c2
tree8b6a0e0bfc52c60785354476e27341d4e99bbfdf
parent61fb8d8c6719205c686550e591db22aa97b4db4c
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)
src/fold.c
src/version.c