commit | e8ef3a093453b73594e15462d4de50b011c8ba66 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 17:45:29 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 17:45:29 2016 +0200 |
tree | b0954c301736bd9c972f37f8efc49f63a64e6bdb | |
parent | 0ba407012c63064f03f1a5677677d4da423e5a73 [diff] [blame] |
patch 8.0.0031 Problem: After ":bwipeout" 'fileformat' is not set to the right default. Solution: Get the default from 'fileformats'. (Mike Williams)
diff --git a/src/Makefile b/src/Makefile index ec984b7..1589fba 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2081,6 +2081,7 @@ test_farsi \ test_feedkeys \ test_file_perm \ + test_fileformat \ test_filter_cmd \ test_filter_map \ test_fnameescape \