comparison src/vim.h @ 844:d3bbb5dd3913 v7.0f02

updated for version 7.0f02
author vimboss
date Thu, 27 Apr 2006 00:02:13 +0000
parents 2c885fab04e3
children 8cd729851562
comparison
equal deleted inserted replaced
843:9f279ebda751 844:d3bbb5dd3913
1663 #define VV_BEVAL_TEXT 43 1663 #define VV_BEVAL_TEXT 43
1664 #define VV_SCROLLSTART 44 1664 #define VV_SCROLLSTART 44
1665 #define VV_SWAPNAME 45 1665 #define VV_SWAPNAME 45
1666 #define VV_SWAPCHOICE 46 1666 #define VV_SWAPCHOICE 46
1667 #define VV_SWAPCOMMAND 47 1667 #define VV_SWAPCOMMAND 47
1668 #define VV_LEN 48 /* number of v: vars */ 1668 #define VV_CHAR 48
1669 #define VV_LEN 49 /* number of v: vars */
1669 1670
1670 #ifdef FEAT_CLIPBOARD 1671 #ifdef FEAT_CLIPBOARD
1671 1672
1672 /* VIM_ATOM_NAME is the older Vim-specific selection type for X11. Still 1673 /* VIM_ATOM_NAME is the older Vim-specific selection type for X11. Still
1673 * supported for when a mix of Vim versions is used. VIMENC_ATOM_NAME includes 1674 * supported for when a mix of Vim versions is used. VIMENC_ATOM_NAME includes