comparison src/version.c @ 15119:6e9f37bf987b v8.1.0570

patch 8.1.0570: 'commentstring' not used when adding fold marker commit https://github.com/vim/vim/commit/539328197c51c1586cbbb6b6be3db3c412249b49 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 7 21:08:49 2018 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Dec 2018 21:15:04 +0100
parents 2fed75dee954
children 895abc8a5195
comparison
equal deleted inserted replaced
15118:3df7c81ddc16 15119:6e9f37bf987b
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 570,
795 /**/ 797 /**/
796 569, 798 569,
797 /**/ 799 /**/
798 568, 800 568,
799 /**/ 801 /**/