aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.h
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-08-25 20:53:17 +0200
committerGitHub <noreply@github.com>2019-08-25 20:53:17 +0200
commitbec2336231f434948fcd17b35b67584234785996 (patch)
treec652210623667462a63f8c0432e01ac003a1a72d /src/nvim/eval.h
parentc8fc285db60decb020c180622613d3880cbefbfe (diff)
downloadrneovim-bec2336231f434948fcd17b35b67584234785996.tar.gz
rneovim-bec2336231f434948fcd17b35b67584234785996.tar.bz2
rneovim-bec2336231f434948fcd17b35b67584234785996.zip
vim-patch:8.1.1913: not easy to compute the space on the command line (#10845)
Problem: Not easy to compute the space on the command line. Solution: Add v:echospace. (Daniel Hahler, closes vim/vim#4732) https://github.com/vim/vim/commit/37f4cbd46f5a6f2dd3a48d5fa4324dce37e4bd6c
Diffstat (limited to 'src/nvim/eval.h')
-rw-r--r--src/nvim/eval.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/eval.h b/src/nvim/eval.h
index abe032a96e..e099de831a 100644
--- a/src/nvim/eval.h
+++ b/src/nvim/eval.h
@@ -115,6 +115,7 @@ typedef enum {
VV_TYPE_DICT,
VV_TYPE_FLOAT,
VV_TYPE_BOOL,
+ VV_ECHOSPACE,
VV_EXITING,
} VimVarIndex;