diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-02-23 18:46:50 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-02-23 18:46:50 +0100 |
commit | dc9a081712ec8c140e6d4909e9f6b03a629d32d3 (patch) | |
tree | d04acf3be59a72a8ea9ef2ad32d0df8643787131 /src/testdir/test_alot.vim | |
parent | 60629d642541a089c322e65963c0a77e5f77eb79 (diff) | |
download | vim-dc9a081712ec8c140e6d4909e9f6b03a629d32d3.zip |
patch 8.0.0359: 'number' and 'relativenumber' are not properly tested
Problem: 'number' and 'relativenumber' are not properly tested.
Solution: Add tests, change old style to new style tests. (Ozaki Kiichi,
closes #1447)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r-- | src/testdir/test_alot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index ef0edc742..699e09340 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -16,6 +16,7 @@ source test_file_perm.vim source test_fileformat.vim source test_filter_cmd.vim source test_filter_map.vim +source test_findfile.vim source test_float_func.vim source test_fnamemodify.vim source test_functions.vim |