commit | 5a7b6dc23cd16450b5773849520d513de56bccbf | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Fri May 06 18:38:41 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 06 18:38:41 2022 +0100 |
tree | a21fb4595678fd2c5434ade21c4dbc831a97225c | |
parent | 44433da5345e5c459f5e5812e30fca12fe297cd6 [diff] [blame] |
patch 8.2.4894: MS-Windows: not using italics Problem: MS-Windows: not using italics. Solution: Use italics. Simplify the code. (closes #10359)
diff --git a/src/version.c b/src/version.c index a99bede..0857bcb 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4894, +/**/ 4893, /**/ 4892,