]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0570: 'commentstring' not used when adding fold marker v8.1.0570
authorBram Moolenaar <Bram@vim.org>
Fri, 7 Dec 2018 20:08:49 +0000 (21:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 7 Dec 2018 20:08:49 +0000 (21:08 +0100)
commit539328197c51c1586cbbb6b6be3db3c412249b49
treea3da5f68060890ad7d890cad60dd79c4d989ded8
parent10ccaa17ec8b2be1132fd19059e1cd5fb5c902c4
patch 8.1.0570: 'commentstring' not used when adding fold marker

Problem:    'commentstring' not used when adding fold marker. (Maxim Kim)
Solution:   Only use empty 'comments' middle when leader is empty. (Christian
            Brabandt, closes #3670)
src/misc1.c
src/testdir/test_fold.vim
src/version.c