comparison src/version.c @ 15792:920c1e26c8aa v8.1.0903

patch 8.1.0903: struct uses more bytes than needed commit https://github.com/vim/vim/commit/beb7574d6b0eea1cae70aa2913a690da56de5307 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 12 22:33:00 2019 +0100 patch 8.1.0903: struct uses more bytes than needed Problem: Struct uses more bytes than needed. Solution: Reorder members of regitem_S. (Dominique Pelle, closes https://github.com/vim/vim/issues/3936)
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Feb 2019 22:45:05 +0100
parents 05d836c8f1c4
children 0d8291665b59
comparison
equal deleted inserted replaced
15791:25bb0ae51c55 15792:920c1e26c8aa
781 NULL 781 NULL
782 }; 782 };
783 783
784 static int included_patches[] = 784 static int included_patches[] =
785 { /* Add new patch number below this line */ 785 { /* Add new patch number below this line */
786 /**/
787 903,
786 /**/ 788 /**/
787 902, 789 902,
788 /**/ 790 /**/
789 901, 791 901,
790 /**/ 792 /**/