comparison src/vim.h @ 1029:82b2594be408 v7.0.155

updated for version 7.0-155
author vimboss
date Wed, 01 Nov 2006 14:32:36 +0000
parents 4fb859cd9ba9
children b4d11ddb7303
comparison
equal deleted inserted replaced
1028:5044d9d784ed 1029:82b2594be408
1667 #define VV_SCROLLSTART 44 1667 #define VV_SCROLLSTART 44
1668 #define VV_SWAPNAME 45 1668 #define VV_SWAPNAME 45
1669 #define VV_SWAPCHOICE 46 1669 #define VV_SWAPCHOICE 46
1670 #define VV_SWAPCOMMAND 47 1670 #define VV_SWAPCOMMAND 47
1671 #define VV_CHAR 48 1671 #define VV_CHAR 48
1672 #define VV_LEN 49 /* number of v: vars */ 1672 #define VV_MOUSE_WIN 49
1673 #define VV_MOUSE_LNUM 50
1674 #define VV_MOUSE_COL 51
1675 #define VV_LEN 52 /* number of v: vars */
1673 1676
1674 #ifdef FEAT_CLIPBOARD 1677 #ifdef FEAT_CLIPBOARD
1675 1678
1676 /* VIM_ATOM_NAME is the older Vim-specific selection type for X11. Still 1679 /* VIM_ATOM_NAME is the older Vim-specific selection type for X11. Still
1677 * supported for when a mix of Vim versions is used. VIMENC_ATOM_NAME includes 1680 * supported for when a mix of Vim versions is used. VIMENC_ATOM_NAME includes