aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-12-16 21:33:59 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-12-26 03:58:28 +0100
commitfe60fa9faafd90cfe756c80119abae6f8906fc4b (patch)
tree3d2dfa4e2e372f6e96e66d5508ad5549c1197a59 /src/nvim/api/vim.c
parent249bdb07dd3a9555972deff625d67e4ee0eddc86 (diff)
downloadrneovim-fe60fa9faafd90cfe756c80119abae6f8906fc4b.tar.gz
rneovim-fe60fa9faafd90cfe756c80119abae6f8906fc4b.tar.bz2
rneovim-fe60fa9faafd90cfe756c80119abae6f8906fc4b.zip
doc
vim-patch:8.0.1206: no autocmd for entering or leaving the command line (commit a4f6cec7a31ff8dbfa089b9e22227afbeb951e9b) NA patches: vim-patch:8.0.0320: warning for unused variable with small build
Diffstat (limited to 'src/nvim/api/vim.c')
-rw-r--r--src/nvim/api/vim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c
index c0daac8085..172f2ce18e 100644
--- a/src/nvim/api/vim.c
+++ b/src/nvim/api/vim.c
@@ -929,7 +929,7 @@ typedef kvec_withinit_t(ExprASTConvStackItem, 16) ExprASTConvStack;
/// starting column and ending column (latter exclusive:
/// one should highlight region [start_col, end_col)).
///
-/// @return AST: top-level dictionary holds keys
+/// @return AST: top-level dictionary with these keys:
///
/// "error": Dictionary with error, present only if parser saw some
/// error. Contains the following keys: