# HG changeset patch # User vimboss # Date 1105053750 0 # Node ID b00be47310ed23f18dabe2b6e60f1d49d4fb0103 # Parent 31e555c6c6917eb4e4412e459fb056d962999343 updated for version 7.0032 diff --git a/src/proto/ex_eval.pro b/src/proto/ex_eval.pro --- 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 : */