summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-12-03 16:54:53 +0100
committerBram Moolenaar <Bram@vim.org>2015-12-03 16:54:53 +0100
commit6cd1345307440491580e5e86cb82c54ee9a46baa (patch)
tree62356e88b10a0b1a187c4876d4401fa447c86085 /src/testdir/test_alot.vim
parentb00da1d6d1655cb6e415f84ecc3be5ff3b790811 (diff)
patch 7.4.952v7.4.952
Problem: 'lispwords' is tested in the old way. Solution: Make a new style test for 'lispwords'.
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r--src/testdir/test_alot.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index 97635095b9..21a524116b 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -1,5 +1,6 @@
" A series of tests that can run in one Vim invocation.
" This makes testing go faster, since Vim doesn't need to restart.
-source test_undolevels.vim
+source test_lispwords.vim
source test_sort.vim
+source test_undolevels.vim