comparison src/testdir/test_alot.vim @ 10268:c55a7232fb48 v8.0.0031

commit https://github.com/vim/vim/commit/e8ef3a093453b73594e15462d4de50b011c8ba66 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 12 17:45:29 2016 +0200 patch 8.0.0031 Problem: After ":bwipeout" 'fileformat' is not set to the right default. Solution: Get the default from 'fileformats'. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Wed, 12 Oct 2016 18:00:04 +0200
parents a369d97995ff
children 80b50e43e382
comparison
equal deleted inserted replaced
10267:8f43f94af8fb 10268:c55a7232fb48
10 source test_ex_undo.vim 10 source test_ex_undo.vim
11 source test_expand.vim 11 source test_expand.vim
12 source test_expr.vim 12 source test_expr.vim
13 source test_expand_dllpath.vim 13 source test_expand_dllpath.vim
14 source test_feedkeys.vim 14 source test_feedkeys.vim
15 source test_fnamemodify.vim
16 source test_file_perm.vim 15 source test_file_perm.vim
16 source test_fileformat.vim
17 source test_filter_cmd.vim 17 source test_filter_cmd.vim
18 source test_filter_map.vim 18 source test_filter_map.vim
19 source test_fnamemodify.vim
19 source test_glob2regpat.vim 20 source test_glob2regpat.vim
20 source test_goto.vim 21 source test_goto.vim
21 source test_help_tagjump.vim 22 source test_help_tagjump.vim
22 source test_join.vim 23 source test_join.vim
23 source test_jumps.vim 24 source test_jumps.vim