comparison src/vim.h @ 588:d133e7c550d0

updated for version 7.0167
author vimboss
date Sun, 11 Dec 2005 21:27:22 +0000
parents a8fe6f743558
children 6a91f35b354d
comparison
equal deleted inserted replaced
587:3686831cf3da 588:d133e7c550d0
1574 #define VV_BEVAL_COL 42 1574 #define VV_BEVAL_COL 42
1575 #define VV_BEVAL_TEXT 43 1575 #define VV_BEVAL_TEXT 43
1576 #define VV_SCROLLSTART 44 1576 #define VV_SCROLLSTART 44
1577 #define VV_SWAPNAME 45 1577 #define VV_SWAPNAME 45
1578 #define VV_SWAPCHOICE 46 1578 #define VV_SWAPCHOICE 46
1579 #define VV_LEN 47 /* number of v: vars */ 1579 #define VV_SWAPCOMMAND 47
1580 #define VV_LEN 48 /* number of v: vars */
1580 1581
1581 #ifdef FEAT_CLIPBOARD 1582 #ifdef FEAT_CLIPBOARD
1582 1583
1583 /* VIM_ATOM_NAME is the older Vim-specific selection type for X11. Still 1584 /* VIM_ATOM_NAME is the older Vim-specific selection type for X11. Still
1584 * supported for when a mix of Vim versions is used. VIMENC_ATOM_NAME includes 1585 * supported for when a mix of Vim versions is used. VIMENC_ATOM_NAME includes