summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-13 12:30:08 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-13 12:30:08 +0100
commitd26c5805bcbd630dab0478c2d22503a6e32a83c1 (patch)
tree3893b73181832ad6c7aab687f1d0d47dacfc7515 /src/testdir/test_alot.vim
parentf8412c9d7cc487dacf47a217ae947da68a525c53 (diff)
patch 9.0.0737: Lisp word only recognized when a space followsv9.0.0737
Problem: Lisp word only recognized when a space follows. Solution: Also match a word at the end of a line. Rename the test. Use a compiled function to avoid backslashes.
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r--src/testdir/test_alot.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index 46af3449b9..b7b7eadb31 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -16,7 +16,6 @@ source test_fnamemodify.vim
source test_ga.vim
source test_glob2regpat.vim
source test_global.vim
-source test_lispwords.vim
source test_move.vim
source test_put.vim
source test_reltime.vim