diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-07 23:09:59 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-07 23:09:59 +0000 |
commit | 44ecf65f74749995760eea6a1082f59d94817cbe (patch) | |
tree | 6c91fd3c0e022903c963130a57c55478ceb6f41c /src/feature.h | |
parent | fd91ecbbe05889d6d3bd266152373a90813ea3cf (diff) | |
download | vim-git-44ecf65f74749995760eea6a1082f59d94817cbe.tar.gz |
updated for version 7.0057
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature.h b/src/feature.h index fa874ed7a..0dac4abde 100644 --- a/src/feature.h +++ b/src/feature.h @@ -1179,7 +1179,7 @@ && ( (defined(FEAT_TOOLBAR) \ && !defined(FEAT_GUI_GTK) && !defined(FEAT_GUI_W32)) \ || defined(FEAT_SUN_WORKSHOP) \ - || defined(FEAT_NETBEANS_INTG)) + || defined(FEAT_NETBEANS_INTG) || defined(FEAT_EVAL)) # define FEAT_BEVAL # if !defined(FEAT_XFONTSET) && !defined(FEAT_GUI_GTK) \ && !defined(FEAT_GUI_KDE) && !defined(FEAT_GUI_W32) |