1
0
forked from aniani/vim

updated for version 7.0061

This commit is contained in:
Bram Moolenaar
2005-03-18 20:25:31 +00:00
parent a5319aed9b
commit 4317d9b486
25 changed files with 392 additions and 275 deletions

View File

@@ -1073,9 +1073,11 @@ EXTERN int no_hlsearch INIT(= FALSE);
#ifdef FEAT_BEVAL
EXTERN BalloonEval *balloonEval INIT(= NULL);
# if defined(FEAT_NETBEANS_INTG) || defined(FEAT_SUN_WORKSHOP)
EXTERN int bevalServers INIT(= 0);
# define BEVAL_NETBEANS 0x01
# define BEVAL_WORKSHOP 0x02
# define BEVAL_NETBEANS 0x01
# define BEVAL_WORKSHOP 0x02
# endif
#endif
#ifdef CURSOR_SHAPE