0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

patch 8.0.0114

Problem:    Coding style not optimal.
Solution:   Add spaces. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2016-12-01 20:32:29 +01:00
parent 87f3d202a9
commit b04a98f6c3
3 changed files with 11 additions and 7 deletions

View File

@@ -1619,7 +1619,9 @@ mch_print_init(prt_settings_T *psettings, char_u *jobname, int forceit)
if (psettings->n_uncollated_copies == 0)
psettings->n_uncollated_copies = 1;
} else {
}
else
{
psettings->n_collated_copies = 1;
psettings->n_uncollated_copies = 1;
}

View File

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