summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2006-03-24 22:21:52 +0000
committervimboss <devnull@localhost>2006-03-24 22:21:52 +0000
commit9c9bf23ebf348de22997e7c5e25125370834547e (patch)
tree0620c08894dcaf985d74e3cb76c682aecd7fb8ae /src/proto.h
parent2e734a0576eb676e0a7ab7093da5326aaafeefbb (diff)
downloadvim-9c9bf23ebf348de22997e7c5e25125370834547e.tar.gz
updated for version 7.0b
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/proto.h b/src/proto.h
index 5191e750..85f49378 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -90,7 +90,7 @@ extern int _stricoll __ARGS((char *a, char *b));
# include "hangulin.pro"
# endif
# include "hardcopy.pro"
-# include "hashtable.pro"
+# include "hashtab.pro"
# include "main.pro"
# include "mark.pro"
# include "memfile.pro"
@@ -140,8 +140,10 @@ void qsort __ARGS((void *base, size_t elm_count, size_t elm_size, int (*cmp)(con
# include "normal.pro"
# include "ops.pro"
# include "option.pro"
-# include "popupmenu.pro"
-# include "quickfix.pro"
+# include "popupmnu.pro"
+# ifdef FEAT_QUICKFIX
+# include "quickfix.pro"
+# endif
# include "regexp.pro"
# include "screen.pro"
# include "search.pro"