commit | b341dda575899458f7075614dcedf0a80ee9d080 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 12:56:31 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 12:56:31 2015 +0200 |
tree | 9becc81d4caa991c04866bf326745934abab702d | |
parent | 7fb7d34caf5f45289212987123baac4ce5a0d38c [diff] [blame] |
patch 7.4.830 Problem: Resetting 'encoding' when doing ":set all&" causes problems. (Bjorn Linse) Display is not updated. Solution: Do not reset 'encoding'. Do a full redraw.
diff --git a/src/version.c b/src/version.c index 5bd31fa..619aa58 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 830, +/**/ 829, /**/ 828,