commit | 7fed5c18f8577b75404b80d8b9a9907b1bbd27e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 29 23:10:31 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 29 23:10:31 2016 +0200 |
tree | 9405e4b272b71b0c430e865a2d893ba80c13c7ef | |
parent | d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee [diff] [blame] |
patch 7.4.1685 Problem: There is no easy way to get all the information about a match. Solution: Add matchstrpos(). (Ozaki Kiichi)
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 0630998..4ee331f 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -15,6 +15,7 @@ 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