]> granicus.if.org Git - vim/commit
patch 9.0.0737: Lisp word only recognized when a space follows v9.0.0737
authorBram Moolenaar <Bram@vim.org>
Thu, 13 Oct 2022 11:30:08 +0000 (12:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 Oct 2022 11:30:08 +0000 (12:30 +0100)
commitd26c5805bcbd630dab0478c2d22503a6e32a83c1
tree3893b73181832ad6c7aab687f1d0d47dacfc7515
parentf8412c9d7cc487dacf47a217ae947da68a525c53
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/indent.c
src/testdir/Make_all.mak
src/testdir/test_alot.vim
src/testdir/test_cpoptions.vim
src/testdir/test_lispindent.vim [new file with mode: 0644]
src/testdir/test_lispwords.vim [deleted file]
src/version.c