1
0
forked from aniani/vim

updated for version 7.0038

This commit is contained in:
Bram Moolenaar
2005-01-14 21:42:54 +00:00
parent 31c67ef813
commit fd371684fa
10 changed files with 36 additions and 19 deletions

View File

@@ -588,6 +588,7 @@ extern char *(*dyn_libintl_textdomain)(const char *domainname);
# define OK 1
#endif
#define FAIL 0
#define NOTDONE 2 /* not OK or FAIL but skipped */
/* flags for b_flags */
#define BF_RECOVERED 0x01 /* buffer has been recovered */