diff options
author | Craig Scott <craig.scott@crascit.com> | 2023-12-15 23:27:39 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2023-12-15 23:27:39 (GMT) |
commit | d0ab70d57d979d439a1b7068c3defb653c342405 (patch) | |
tree | d2b98e84b73931acce2a67261270b20142d3b655 /Auxiliary | |
parent | 6ba3bb0563ca72fa6fa7bc705bdf38187e3fa485 (diff) | |
download | CMake-d0ab70d57d979d439a1b7068c3defb653c342405.zip CMake-d0ab70d57d979d439a1b7068c3defb653c342405.tar.gz CMake-d0ab70d57d979d439a1b7068c3defb653c342405.tar.bz2 |
Help: Fix typo in dependency provider method keyword
The cmake.vim file is generated by scanning for keyword-like
strings in the docs. Update the corresponding wrong entry
there too directly for now, which will fix the wrong entry until
the next full regeneration of the file.
Fixes: #25503
Diffstat (limited to 'Auxiliary')
-rw-r--r-- | Auxiliary/vim/syntax/cmake.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Auxiliary/vim/syntax/cmake.vim b/Auxiliary/vim/syntax/cmake.vim index c95503b..d2cbdc9 100644 --- a/Auxiliary/vim/syntax/cmake.vim +++ b/Auxiliary/vim/syntax/cmake.vim @@ -2764,7 +2764,6 @@ syn keyword cmakeKWcmake_language contained \ DIRECTORY \ EVAL \ FALSE - \ FETCHCONTENT_MAKEAVAILABE_SERIAL \ FETCHCONTENT_MAKEAVAILABLE_SERIAL \ FETCHCONTENT_SOURCE_DIR_ \ FETCHCONTENT_TRY_FIND_PACKAGE_MODE |