comparison src/vim.h @ 179:7fd70926e2e1 v7.0055

updated for version 7.0055
author vimboss
date Fri, 04 Mar 2005 23:39:37 +0000
parents df9a1e1ffecd
children 476198990769
comparison
equal deleted inserted replaced
178:4d53c2a2af94 179:7fd70926e2e1
1532 #define VV_CMDBANG 32 1532 #define VV_CMDBANG 32
1533 #define VV_INSERTMODE 33 1533 #define VV_INSERTMODE 33
1534 #define VV_VAL 34 1534 #define VV_VAL 34
1535 #define VV_KEY 35 1535 #define VV_KEY 35
1536 #define VV_PROFILING 36 1536 #define VV_PROFILING 36
1537 #define VV_LEN 37 /* number of v: vars */ 1537 #define VV_FCS_REASON 37
1538 #define VV_FCS_CHOICE 38
1539 #define VV_LEN 39 /* number of v: vars */
1538 1540
1539 #ifdef FEAT_CLIPBOARD 1541 #ifdef FEAT_CLIPBOARD
1540 1542
1541 /* VIM_ATOM_NAME is the older Vim-specific selection type for X11. Still 1543 /* VIM_ATOM_NAME is the older Vim-specific selection type for X11. Still
1542 * supported for when a mix of Vim versions is used. VIMENC_ATOM_NAME includes 1544 * supported for when a mix of Vim versions is used. VIMENC_ATOM_NAME includes