0
0
mirror of https://github.com/vim/vim.git synced 2025-10-01 04:54:07 -04:00

updated for version 7.0-155

This commit is contained in:
Bram Moolenaar
2006-11-01 14:32:36 +00:00
parent 74c596b5a8
commit 219b87038a
4 changed files with 87 additions and 2 deletions

View File

@@ -1669,7 +1669,10 @@ int vim_memcmp __ARGS((void *, void *, size_t));
#define VV_SWAPCHOICE 46
#define VV_SWAPCOMMAND 47
#define VV_CHAR 48
#define VV_LEN 49 /* number of v: vars */
#define VV_MOUSE_WIN 49
#define VV_MOUSE_LNUM 50
#define VV_MOUSE_COL 51
#define VV_LEN 52 /* number of v: vars */
#ifdef FEAT_CLIPBOARD