comparison src/feature.h @ 170:8c60f65311fa v7.0052

updated for version 7.0052
author vimboss
date Sat, 26 Feb 2005 23:04:13 +0000
parents 587305d23d2c
children 25cfd881cbba
comparison
equal deleted inserted replaced
169:0e902b8f511f 170:8c60f65311fa
375 * +eval Built-in script language and expression evaluation, 375 * +eval Built-in script language and expression evaluation,
376 * ":let", ":if", etc. 376 * ":let", ":if", etc.
377 */ 377 */
378 #ifdef FEAT_NORMAL 378 #ifdef FEAT_NORMAL
379 # define FEAT_EVAL 379 # define FEAT_EVAL
380 #endif
381
382 /*
383 * +profile Profiling for functions and scripts.
384 */
385 #ifdef FEAT_HUGE
386 # define FEAT_PROFILE
380 #endif 387 #endif
381 388
382 /* 389 /*
383 * Insert mode completion with 'completefunc'. 390 * Insert mode completion with 'completefunc'.
384 */ 391 */