summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-10-03 21:52:09 +0000
committerBram Moolenaar <Bram@vim.org>2005-10-03 21:52:09 +0000
commitbb15b658647d8eca01e67df871f7cb5ed95e2534 (patch)
tree6214d5476e5b780728462e5832306a9050bef26b /src/proto.h
parent69e0ff94dce3a017feafbd0bb60e5720cda0441b (diff)
downloadvim-git-bb15b658647d8eca01e67df871f7cb5ed95e2534.tar.gz
updated for version 7.0153
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/proto.h b/src/proto.h
index 611657863..490f9695c 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -143,6 +143,7 @@ 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 "regexp.pro"
# include "screen.pro"
@@ -243,7 +244,7 @@ extern char *vim_SelFile __ARGS((Widget toplevel, char *prompt, char *init_path,
# endif
/*
- * The perl include files pollute the namespace, therfore proto.h must be
+ * The perl include files pollute the namespace, therefore proto.h must be
* included before the perl include files. But then CV is not defined, which
* is used in if_perl.pro. To get around this, the perl prototype files are
* not included here for the perl files. Use a dummy define for CV for the