diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-02-26 23:04:13 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-02-26 23:04:13 +0000 |
commit | 05159a0c6a27a030c8497c5cf836977090f9e75d (patch) | |
tree | 9ccc167cf3e830e5d01aff4555f99d854cbb623b /src/feature.h | |
parent | 5313dcb75ac76501f23d21ac94efdbeeabc860bc (diff) | |
download | vim-05159a0c6a27a030c8497c5cf836977090f9e75d.zip |
updated for version 7.0052
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/feature.h b/src/feature.h index f82bf75ab..0383cdb84 100644 --- a/src/feature.h +++ b/src/feature.h @@ -380,6 +380,13 @@ #endif /* + * +profile Profiling for functions and scripts. + */ +#ifdef FEAT_HUGE +# define FEAT_PROFILE +#endif + +/* * Insert mode completion with 'completefunc'. */ #if defined(FEAT_INS_EXPAND) && defined(FEAT_EVAL) |