commit | d26c5805bcbd630dab0478c2d22503a6e32a83c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 13 12:30:08 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 13 12:30:08 2022 +0100 |
tree | 3893b73181832ad6c7aab687f1d0d47dacfc7515 | |
parent | f8412c9d7cc487dacf47a217ae947da68a525c53 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index e77fe6d..9a485a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 737, +/**/ 736, /**/ 735,