summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-03-07 23:00:57 +0000
committerBram Moolenaar <Bram@vim.org>2005-03-07 23:00:57 +0000
commit52b4b557a26e742a14bd6da4dff55f8e167af04e (patch)
tree24819991f79c161619215d656d867d8aebd48472 /src/vim.h
parentd62bec86bfe1eebc0924113b4279cdadf523f430 (diff)
downloadvim-git-52b4b557a26e742a14bd6da4dff55f8e167af04e.tar.gz
updated for version 7.0057
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/vim.h b/src/vim.h
index facb51a22..91edd63ba 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -1536,7 +1536,12 @@ int vim_memcmp __ARGS((void *, void *, size_t));
#define VV_PROFILING 36
#define VV_FCS_REASON 37
#define VV_FCS_CHOICE 38
-#define VV_LEN 39 /* number of v: vars */
+#define VV_BEVAL_BUFNR 39
+#define VV_BEVAL_WINNR 40
+#define VV_BEVAL_LNUM 41
+#define VV_BEVAL_COL 42
+#define VV_BEVAL_TEXT 43
+#define VV_LEN 44 /* number of v: vars */
#ifdef FEAT_CLIPBOARD