diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-01-05 12:35:21 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-01-05 12:35:21 +0000 |
commit | 8af1fbf979e13e5e7a883f5f66d8582c4967c7b9 (patch) | |
tree | 63d4d05df39edf6d7982ae8623d4e84179e4aecc /src/vim.h | |
parent | b52e532abe5755bde5a65b8d7a853d32e6bcd537 (diff) | |
download | vim-git-8af1fbf979e13e5e7a883f5f66d8582c4967c7b9.tar.gz |
updated for version 7.1-205v7.1.205
Diffstat (limited to 'src/vim.h')
-rw-r--r-- | src/vim.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |