commit | 34d72d4b6c1a2b04a214d8a49b7d22c97bc7a8bc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 14:18:08 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 14:18:08 2015 +0200 |
tree | 82675f2f5f49bcb04e8271de9fefee41b3c2ec19 | |
parent | 2cf6938706ebcd20e4b4a6723f5f70568b26b1c6 [diff] [blame] |
patch 7.4.785 Problem: On some systems automatically adding the missing EOL causes problems. Setting 'binary' has too many side effects. Solution: Add the 'fixeol' option, default on. (Pavel Samarkin)
diff --git a/src/testdir/test_fixeol.ok b/src/testdir/test_fixeol.ok new file mode 100644 index 0000000..68ac9be --- /dev/null +++ b/src/testdir/test_fixeol.ok
@@ -0,0 +1,10 @@ +0 +with eol +END +without eolEND +1 +with eol +stays eol +END +without eol +stays withoutEND