1
0
forked from aniani/vim

updated for version 7.0231

This commit is contained in:
Bram Moolenaar
2006-03-21 21:23:25 +00:00
parent eee697b748
commit 76916e60ed
4 changed files with 36 additions and 12 deletions

View File

@@ -391,6 +391,16 @@
# define FEAT_PROFILE
#endif
/*
* +reltime reltime() function
*/
#if defined(FEAT_NORMAL) \
&& defined(FEAT_EVAL) \
&& ((defined(HAVE_GETTIMEOFDAY) && defined(HAVE_SYS_TIME_H)) \
|| defined(WIN3264))
# define FEAT_RELTIME
#endif
/*
* +textobjects Text objects: "vaw", "das", etc.
*/