From 06fb435a1c43a1ba114370bc59d8362830885513 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 5 Jan 2005 22:10:30 +0000 Subject: updated for version 7.0031 --- src/proto/ex_eval.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proto/ex_eval.pro') diff --git a/src/proto/ex_eval.pro b/src/proto/ex_eval.pro index 8156c7aa74..5bf22fa04b 100644 --- a/src/proto/ex_eval.pro +++ b/src/proto/ex_eval.pro @@ -27,5 +27,5 @@ 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 ex_endfunction __ARGS((exarg_T *eap)); -int has_while_cmd __ARGS((char_u *p)); +int has_loop_cmd __ARGS((char_u *p)); /* vim: set ft=c : */ -- cgit v1.2.3