pkgs: vim: fix spelling

This commit is contained in:
Renken 2022-08-09 23:40:45 +02:00
parent 8c350b3d47
commit f94803e5b0
Signed by: renken
GPG key ID: 1F2BB159B645E575

View file

@ -65,7 +65,7 @@ have this executable in your path.")
@item Generates a doxygen comment skeleton for a C, C++ or Python function or
class, including @code{@@brief}, @code{@@param} (for each named argument), and
@code{@@return}. The tag text as well as a comment block header and footer are
configurable. (Consequently, you can have rief, etc. if you wish, with little
configurable. (Consequently, you can have brief, etc. if you wish, with little
effort.)
@item Ignore code fragment placed in a block defined by #ifdef ... #endif
(C/C++). The block name must be given to the function. All of the
@ -73,7 +73,7 @@ corresponding blocks in all the file will be treated and placed in a new block
DOX_SKIP_BLOCK (or any other name that you have configured). Then you have to
update PREDEFINED value in your doxygen configuration file with correct block
name. You also have to set ENABLE_PREPROCESSING to YES.
@item Generate a doxygen group (begining and ending). The tag text is
@item Generate a doxygen group (beginning and ending). The tag text is
configurable.
@end itemize")
(home-page "https://www.vim.org/scripts/script.php?script_id=987")