From f94803e5b0868a91e8a9519ffb534c90ef0413c7 Mon Sep 17 00:00:00 2001 From: Renken Date: Tue, 9 Aug 2022 23:40:45 +0200 Subject: pkgs: vim: fix spelling --- shino/packages/vim.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shino') diff --git a/shino/packages/vim.scm b/shino/packages/vim.scm index a1f9c7e..a9e0434 100644 --- a/shino/packages/vim.scm +++ b/shino/packages/vim.scm @@ -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") -- cgit v1.2.3