aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/viml/parser/expressions.h
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-10-30 01:32:10 +0300
committerZyX <kp-pav@yandex.ru>2017-10-30 01:32:10 +0300
commita9b203d23fcc6ba8c4e298b8e082db990e1ec04f (patch)
treeca7c6ca700a8aeef99069f45c6355c48a2217783 /src/nvim/viml/parser/expressions.h
parentb29a776550dadefefb891d01054ea21eb942bad1 (diff)
downloadrneovim-a9b203d23fcc6ba8c4e298b8e082db990e1ec04f.tar.gz
rneovim-a9b203d23fcc6ba8c4e298b8e082db990e1ec04f.tar.bz2
rneovim-a9b203d23fcc6ba8c4e298b8e082db990e1ec04f.zip
*: Fix linter errors
Big function in expressions.c may be refactored, if I ever catch the idea how to split it right.
Diffstat (limited to 'src/nvim/viml/parser/expressions.h')
-rw-r--r--src/nvim/viml/parser/expressions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/viml/parser/expressions.h b/src/nvim/viml/parser/expressions.h
index d00d4855f3..668c2a4c84 100644
--- a/src/nvim/viml/parser/expressions.h
+++ b/src/nvim/viml/parser/expressions.h
@@ -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