summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-06 23:22:30 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-06 23:22:30 +0000
commit8a7e52f4c22c5c29d2ee4c5c9654cd67ce31970b (patch)
treece30c400aa9ae2ec6e8e66bdfc773f4f1835a9c4
parentbb761a783f424c9ce9a6a104279e3081d2eea6f7 (diff)
downloadvim-git-8a7e52f4c22c5c29d2ee4c5c9654cd67ce31970b.tar.gz
updated for version 7.0032
-rw-r--r--src/proto/ex_eval.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/ex_eval.pro b/src/proto/ex_eval.pro
index 5bf22fa04..8fb234283 100644
--- a/src/proto/ex_eval.pro
+++ b/src/proto/ex_eval.pro
@@ -26,6 +26,7 @@ void ex_endtry __ARGS((exarg_T *eap));
void enter_cleanup __ARGS((cleanup_T *csp));
void leave_cleanup __ARGS((cleanup_T *csp));
int cleanup_conditionals __ARGS((struct condstack *cstack, int searched_cond, int inclusive));
+void rewind_conditionals __ARGS((struct condstack *cstack, int idx, int cond_type, int *cond_level));
void ex_endfunction __ARGS((exarg_T *eap));
int has_loop_cmd __ARGS((char_u *p));
/* vim: set ft=c : */