commit | 1735bc988c546cc962c5f94792815b4d7cb79710 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 14 23:05:14 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 14 23:05:14 2016 +0100 |
tree | 5d1fcc3e5d0f0d37fa33097c2eacff4cbc2317d4 | |
parent | 9cdf86b86f5fdb5a45b682f336846f9d9a9c6f1f [diff] [blame] |
patch 7.4.1559 Problem: Passing cookie to a callback is clumsy. Solution: Change function() to take arguments and return a partial.
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index a1d819d..55502ba 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -12,6 +12,7 @@ source test_join.vim source test_lispwords.vim source test_menu.vim +source test_partial.vim source test_reltime.vim source test_searchpos.vim source test_set.vim