summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-02-23 18:46:50 +0100
committerBram Moolenaar <Bram@vim.org>2017-02-23 18:46:50 +0100
commitdc9a081712ec8c140e6d4909e9f6b03a629d32d3 (patch)
treed04acf3be59a72a8ea9ef2ad32d0df8643787131 /src/testdir/test_alot.vim
parent60629d642541a089c322e65963c0a77e5f77eb79 (diff)
patch 8.0.0359: 'number' and 'relativenumber' are not properly testedv8.0.0359
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.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index ef0edc742e..699e09340f 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