commit | 0413d48711cee4f3b70a097652e502009dc744b4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 11 17:02:11 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 11 17:02:11 2010 +0100 |
tree | 0f3a214be7ce82eab2c8e4572ae8188e3b87493e | |
parent | 6dfc28be25dc1e4323b6652fa517e972007ff1bd [diff] [blame] |
updated for version 7.2.357 Problem: When changing 'fileformat' from/to "mac" and there is a CR in the text the display is wrong. Solution: Redraw the text when 'fileformat' is changed. (Ben Schmidt)
diff --git a/src/version.c b/src/version.c index b7aacc1..b83d0b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 357, +/**/ 356, /**/ 355,