0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.0f02

This commit is contained in:
Bram Moolenaar
2006-04-27 00:02:13 +00:00
parent 551dbcc9b6
commit f193fffd16
59 changed files with 3044 additions and 658 deletions

View File

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