commit | f883d9027c750967b115b82de984ee449ab17aa8 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Sun May 30 18:04:19 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 30 18:04:19 2021 +0200 |
tree | 9b023aace09c2f3a253327440f0520db88abf961 | |
parent | e71c0ebe2cee4a4916c49e206733200299e4c065 [diff] [blame] |
patch 8.2.2912: MS-Windows: most users expect using Unicode Problem: MS-Windows: most users expect using Unicode. Solution: Default 'encoding' to utf-8 on MS-Windows. (Ken Takata, closes #3907)
diff --git a/src/version.c b/src/version.c index 0a82a96..d651bda 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2912, +/**/ 2911, /**/ 2910,