0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.1-205

This commit is contained in:
Bram Moolenaar
2008-01-05 12:35:21 +00:00
parent b52e532abe
commit 8af1fbf979
5 changed files with 52 additions and 3 deletions

View File

@@ -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