]> granicus.if.org Git - vim/commitdiff
updated for version 7.0032
authorBram Moolenaar <Bram@vim.org>
Thu, 6 Jan 2005 23:22:30 +0000 (23:22 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 6 Jan 2005 23:22:30 +0000 (23:22 +0000)
src/proto/ex_eval.pro

index 5bf22fa04b9d04b8c4fa7489e7fed3129d9f8095..8fb234283e33b00bc49f66f02a6045b4e2c44625 100644 (file)
@@ -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 : */