comparison src/version.c @ 18131:851a014dfd8b v8.1.2060

patch 8.1.2060: "precedes" in 'listchars' not used properly Commit: https://github.com/vim/vim/commit/bffba7f7042f6082e75b42484b15f66087b01941 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 20 17:00:17 2019 +0200 patch 8.1.2060: "precedes" in 'listchars' not used properly Problem: "precedes" in 'listchars' not used properly. Solution: Correctly handle the "precedes" char in list mode for long lines. (Christian Brabandt, closes #4953)
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 Sep 2019 17:15:04 +0200
parents aeabc666a119
children d683b2c82c00
comparison
equal deleted inserted replaced
18130:1e5672da6a69 18131:851a014dfd8b
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 2060,
760 /**/ 762 /**/
761 2059, 763 2059,
762 /**/ 764 /**/
763 2058, 765 2058,
764 /**/ 766 /**/