comparison src/version.c @ 19501:f872daa2031b v8.2.0308

patch 8.2.0308: 'showbreak' does not work for a very long line Commit: https://github.com/vim/vim/commit/1aa76b8fd06c278fe36c39b0bbe7233c775d7423 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 23 15:17:27 2020 +0100 patch 8.2.0308: 'showbreak' does not work for a very long line Problem: 'showbreak' does not work for a very long line. (John Little) Solution: Check whether 'briopt' contains "sbr". (Ken Takata, closes https://github.com/vim/vim/issues/5523, closes #5684)
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Feb 2020 15:30:03 +0100
parents f22626353eb3
children a4be2f9cfb01
comparison
equal deleted inserted replaced
19500:6b592f4a53c1 19501:f872daa2031b
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 308,
741 /**/ 743 /**/
742 307, 744 307,
743 /**/ 745 /**/
744 306, 746 306,
745 /**/ 747 /**/