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

updated for version 7.0167

This commit is contained in:
Bram Moolenaar
2005-12-11 21:27:22 +00:00
parent cc016f5410
commit cdbac1ee33
4 changed files with 77 additions and 7 deletions

View File

@@ -1576,7 +1576,8 @@ int vim_memcmp __ARGS((void *, void *, size_t));
#define VV_SCROLLSTART 44
#define VV_SWAPNAME 45
#define VV_SWAPCHOICE 46
#define VV_LEN 47 /* number of v: vars */
#define VV_SWAPCOMMAND 47
#define VV_LEN 48 /* number of v: vars */
#ifdef FEAT_CLIPBOARD