mirror of
https://github.com/neovim/neovim.git
synced 2025-09-21 02:38:19 +00:00
*: Fix linter errors
Big function in expressions.c may be refactored, if I ever catch the idea how to split it right.
This commit is contained in:
@@ -189,7 +189,7 @@ typedef enum {
|
||||
kExprNodeCall, ///< Function call.
|
||||
/// Plain identifier: simple variable/function name
|
||||
///
|
||||
/// Looks like "string", "g:Foo", etc: consists from a single
|
||||
/// Looks like "string", "g:Foo", etc: consists from a single
|
||||
/// kExprLexPlainIdentifier token.
|
||||
kExprNodePlainIdentifier,
|
||||
/// Plain dictionary key, for use with kExprNodeConcatOrSubscript
|
||||
|
Reference in New Issue
Block a user