commit | 22081f4a3397704645841121d994058abd6cb481 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 01 20:38:34 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 01 20:38:34 2016 +0200 |
tree | 1389d9b8dd7ae7473720d2aa05857dfcecdbd0f2 | |
parent | 9b0ac229bcfc91acabd35fc576055a94c1687c32 [diff] [blame] |
patch 7.4.1864 Problem: Python: encoding error with Python 2. Solution: Use "getcwdu" instead of "getcwd". (Ken Takata)
diff --git a/src/version.c b/src/version.c index 0d234a5..a934fe7 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1864, +/**/ 1863, /**/ 1862,