diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-29 23:10:31 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-29 23:10:31 +0200 |
commit | 7fed5c18f8577b75404b80d8b9a9907b1bbd27e4 (patch) | |
tree | 9405e4b272b71b0c430e865a2d893ba80c13c7ef /src/testdir/test_alot.vim | |
parent | d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee (diff) | |
download | vim-7fed5c18f8577b75404b80d8b9a9907b1bbd27e4.zip |
patch 7.4.1685
Problem: There is no easy way to get all the information about a match.
Solution: Add matchstrpos(). (Ozaki Kiichi)
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 06309982a..4ee331ff1 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -15,6 +15,7 @@ source test_glob2regpat.vim source test_help_tagjump.vim source test_join.vim source test_lispwords.vim +source test_matchstrpos.vim source test_menu.vim source test_partial.vim source test_reltime.vim |