commit | a9f8ffb6345f5b246944c73b9861fcc53eaa5228 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 09 16:14:53 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 09 16:14:53 2017 +0100 |
tree | b043d202b866a34cf9492857e569741f61b312ba | |
parent | 43dded8c59c0647a70dd52c3125783945d90ae5a [diff] [blame] |
patch 8.0.0318: small mistake in 7x13 font name Problem: Small mistake in 7x13 font name. Solution: Use ISO 8859-1 name instead of 10646-1. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 50c6fb1..1448e98 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 318, +/**/ 317, /**/ 316,