summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-01-05 12:35:21 +0000
committerBram Moolenaar <Bram@vim.org>2008-01-05 12:35:21 +0000
commit8af1fbf979e13e5e7a883f5f66d8582c4967c7b9 (patch)
tree63d4d05df39edf6d7982ae8623d4e84179e4aecc /src/vim.h
parentb52e532abe5755bde5a65b8d7a853d32e6bcd537 (diff)
downloadvim-git-8af1fbf979e13e5e7a883f5f66d8582c4967c7b9.tar.gz
updated for version 7.1-205v7.1.205
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vim.h b/src/vim.h
index 05efc9a20..bfbfde06e 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -1688,7 +1688,8 @@ int vim_memcmp __ARGS((void *, void *, size_t));
#define VV_MOUSE_WIN 49
#define VV_MOUSE_LNUM 50
#define VV_MOUSE_COL 51
-#define VV_LEN 52 /* number of v: vars */
+#define VV_OP 52
+#define VV_LEN 53 /* number of v: vars */
#ifdef FEAT_CLIPBOARD