forked from aniani/vim
updated for version 7.0231
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user