mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
chore: fix typos (#16816)
Co-authored-by: Sean Dewar <seandewar@users.noreply.github.com> Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: Sebastian Volland <seb@baunz.net> Co-authored-by: Lewis Russell <lewis6991@gmail.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -57,7 +57,7 @@ typedef enum {
|
||||
} LexExprTokenType;
|
||||
|
||||
typedef enum {
|
||||
kExprCmpEqual, ///< Equality, unequality.
|
||||
kExprCmpEqual, ///< Equality, inequality.
|
||||
kExprCmpMatches, ///< Matches regex, not matches regex.
|
||||
kExprCmpGreater, ///< `>` or `<=`
|
||||
kExprCmpGreaterOrEqual, ///< `>=` or `<`.
|
||||
|
Reference in New Issue
Block a user