commit | 04dfd512293e951479aec2378753b946c39bea87 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 20:55:50 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 20:55:50 2015 +0200 |
tree | 0ff95086cffcb9fc61a4cba2f6d540cc08cd6034 | |
parent | 4e86150ec5b5158da92b28938ea55819dc890a14 [diff] [blame] |
patch 7.4.898 Problem: The 'fixendofline' option is set on with ":edit". Solution: Don't set the option when clearing a buffer. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 71e1a2a..a2aec2c 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 898, +/**/ 897, /**/ 896,