comparison src/version.c @ 29395:caaf5b270018 v9.0.0040

patch 9.0.0040: use of set_chars_option() is confusing Commit: https://github.com/vim/vim/commit/b67f0c8e495cfbfc09d6c7ff670b8162faf07b01 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 4 21:03:36 2022 +0100 patch 9.0.0040: use of set_chars_option() is confusing Problem: Use of set_chars_option() is confusing. Solution: Add "apply" argument to store the result or not. Merge similar code.
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Jul 2022 22:15:03 +0200
parents 9fed09b3ca05
children 7f5db9decf32
comparison
equal deleted inserted replaced
29394:aa2921440d74 29395:caaf5b270018
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 40,
738 /**/ 740 /**/
739 39, 741 39,
740 /**/ 742 /**/
741 38, 743 38,
742 /**/ 744 /**/