mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
*: Fix linter errors
This commit is contained in:
@@ -900,9 +900,9 @@ typedef struct {
|
||||
Object *ret_node_p;
|
||||
} ExprASTConvStackItem;
|
||||
|
||||
///@cond DOXYGEN_NOT_A_FUNCTION
|
||||
/// @cond DOXYGEN_NOT_A_FUNCTION
|
||||
typedef kvec_withinit_t(ExprASTConvStackItem, 16) ExprASTConvStack;
|
||||
///@endcond
|
||||
/// @endcond
|
||||
|
||||
/// Parse a VimL expression
|
||||
///
|
||||
|
Reference in New Issue
Block a user