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
This commit is contained in:
Craig Scott
2023-12-16 10:27:39 +11:00
parent 6ba3bb0563
commit d0ab70d57d
2 changed files with 1 additions and 2 deletions

View File

@@ -2764,7 +2764,6 @@ syn keyword cmakeKWcmake_language contained
\ DIRECTORY \ DIRECTORY
\ EVAL \ EVAL
\ FALSE \ FALSE
\ FETCHCONTENT_MAKEAVAILABE_SERIAL
\ FETCHCONTENT_MAKEAVAILABLE_SERIAL \ FETCHCONTENT_MAKEAVAILABLE_SERIAL
\ FETCHCONTENT_SOURCE_DIR_ \ FETCHCONTENT_SOURCE_DIR_
\ FETCHCONTENT_TRY_FIND_PACKAGE_MODE \ FETCHCONTENT_TRY_FIND_PACKAGE_MODE

View File

@@ -317,7 +317,7 @@ be one of the ``<methods>`` that was specified when setting the provider.
implementation as part of its processing, it can do so by including the implementation as part of its processing, it can do so by including the
``BYPASS_PROVIDER`` keyword as one of the arguments. ``BYPASS_PROVIDER`` keyword as one of the arguments.
``FETCHCONTENT_MAKEAVAILABE_SERIAL`` ``FETCHCONTENT_MAKEAVAILABLE_SERIAL``
The ``<method-specific-args>`` will be everything passed to the The ``<method-specific-args>`` will be everything passed to the
:command:`FetchContent_Declare` call that corresponds to the requested :command:`FetchContent_Declare` call that corresponds to the requested
dependency, with the following exceptions: dependency, with the following exceptions: