1
0
forked from aniani/vim

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 #3936)
This commit is contained in:
Bram Moolenaar
2019-02-12 22:33:00 +01:00
parent ff697e6cef
commit beb7574d6b
2 changed files with 6 additions and 4 deletions

View File

@@ -783,6 +783,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
903,
/**/
902,
/**/