summaryrefslogtreecommitdiff
path: root/src/testdir/test_cpoptions.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_cpoptions.vim
parentf8412c9d7cc487dacf47a217ae947da68a525c53 (diff)
downloadvim-git-d26c5805bcbd630dab0478c2d22503a6e32a83c1.tar.gz
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_cpoptions.vim')
-rw-r--r--src/testdir/test_cpoptions.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_cpoptions.vim b/src/testdir/test_cpoptions.vim
index 979c00b0d..a5822aa3b 100644
--- a/src/testdir/test_cpoptions.vim
+++ b/src/testdir/test_cpoptions.vim
@@ -422,7 +422,7 @@ func Test_cpo_O()
let &cpo = save_cpo
endfunc
-" Test for the 'p' flag in 'cpo' is in the test_lispwords.vim file.
+" Test for the 'p' flag in 'cpo' is in the test_lispindent.vim file.
" Test for the 'P' flag in 'cpo' (appending to a file sets the current file
" name)