diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-06 15:29:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-06 15:29:22 +0200 |
commit | d76a0c15f8bdbc901015879177fd5076d34c7a06 (patch) | |
tree | bc91fe4d97ad987e34438c073a7e43ab28386dd5 /src/testdir/test_alot.vim | |
parent | 7522f6982197f83a5c0f6e9af07fb713934f824a (diff) | |
download | vim-git-d76a0c15f8bdbc901015879177fd5076d34c7a06.tar.gz |
patch 7.4.2163v7.4.2163
Problem: match() and related functions tested with old style test.
Solution: Convert to new style test. (Hirohito Higashi)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r-- | src/testdir/test_alot.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index c7d651bd9..0245fadb4 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -21,7 +21,7 @@ source test_join.vim source test_jumps.vim source test_lambda.vim source test_lispwords.vim -source test_matchstrpos.vim +source test_match.vim source test_menu.vim source test_messages.vim source test_partial.vim |