commit | 1f271efbbb2004c3e1b90492a3585a6d9ebd7893 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 16 15:24:42 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 16 15:24:42 2019 +0100 |
tree | a1365c44166f8d7e7f823d5adf1acd7051c025cc | |
parent | 0251d2d8114f2faae0a5822870af2c6118bfbc15 [diff] [blame] |
patch 8.1.1009: MS-Windows: some text is not baseline aligned Problem: MS-Windows: some text is not baseline aligned. Solution: Use bottom alignment. (Taro Muraoka, closes #4116, closes #1520)
diff --git a/src/version.c b/src/version.c index 2f09e80..2c91664 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1009, +/**/ 1008, /**/ 1007,