commit | 012270936c3c7df3bba45ad2b48938c23a2fd43a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 11 14:47:40 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 11 14:47:40 2016 +0200 |
tree | 49516acf5e48807dc57ee1b62ce5d5e596209e8e | |
parent | b8aefa46adf5e825118716e142fab7ef32076475 [diff] [blame] |
patch 7.4.1917 Problem: History lines read from viminfo in different encoding than when writing are not converted. Solution: Convert the history lines.
diff --git a/src/version.c b/src/version.c index dfeee72..684ec76 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1917, +/**/ 1916, /**/ 1915,