comparison src/vim.h @ 819:23f82b5d2814 v7.0c10

updated for version 7.0c10
author vimboss
date Wed, 05 Apr 2006 20:41:53 +0000
parents d2c169a725c8
children 5a7843c57316
comparison
equal deleted inserted replaced
818:1f929f3ca806 819:23f82b5d2814
1985 /* behavior for bad character, "++bad=" argument */ 1985 /* behavior for bad character, "++bad=" argument */
1986 #define BAD_REPLACE '?' /* replace it with '?' (default) */ 1986 #define BAD_REPLACE '?' /* replace it with '?' (default) */
1987 #define BAD_KEEP -1 /* leave it */ 1987 #define BAD_KEEP -1 /* leave it */
1988 #define BAD_DROP -2 /* erase it */ 1988 #define BAD_DROP -2 /* erase it */
1989 1989
1990 /* last argument for do_source() */
1991 #define DOSO_NONE 0
1992 #define DOSO_VIMRC 1 /* loading vimrc file */
1993 #define DOSO_GVIMRC 2 /* loading gvimrc file */
1990 1994
1991 #endif /* VIM__H */ 1995 #endif /* VIM__H */