From d26c5805bcbd630dab0478c2d22503a6e32a83c1 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 13 Oct 2022 12:30:08 +0100 Subject: patch 9.0.0737: Lisp word only recognized when a space follows 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. --- src/testdir/test_alot.vim | 1 - 1 file changed, 1 deletion(-) (limited to 'src/testdir/test_alot.vim') 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 -- cgit v1.2.3