comparison src/version.c @ 15870:df0426d67bb3 v8.1.0942

patch 8.1.0942: options window still checks for the multi_byte feature commit https://github.com/vim/vim/commit/76cbe811dafea0609e87ee4b9d025e2387e20fac Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 17 17:53:49 2019 +0100 patch 8.1.0942: options window still checks for the multi_byte feature Problem: Options window still checks for the multi_byte feature. Solution: Remove the unnecessary check. (Dominique Pelle, closes https://github.com/vim/vim/issues/3990)
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Feb 2019 18:00:12 +0100
parents 7fad90423bd2
children 00ba42122944
comparison
equal deleted inserted replaced
15869:e362e5e887bc 15870:df0426d67bb3
777 NULL 777 NULL
778 }; 778 };
779 779
780 static int included_patches[] = 780 static int included_patches[] =
781 { /* Add new patch number below this line */ 781 { /* Add new patch number below this line */
782 /**/
783 942,
782 /**/ 784 /**/
783 941, 785 941,
784 /**/ 786 /**/
785 940, 787 940,
786 /**/ 788 /**/