commit | 305598b71261265994e2846b4ff4a4d8efade280 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 13:53:36 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 13:53:36 2016 +0100 |
tree | cc40a346aa3588321a920aaa9adda6cf452029b1 | |
parent | 4349c57543a98dc417b74da5a08c326337aa0bd3 [diff] [blame] |
patch 7.4.1204 Problem: Latin1 characters cause encoding conversion. Solution: Remove the characters.
diff --git a/src/version.c b/src/version.c index 7553015..1d533d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1204, +/**/ 1203, /**/ 1202,