diff src/proto/ex_eval.pro @ 74:1154524da1cd

updated for version 7.0031
author vimboss
date Wed, 05 Jan 2005 22:10:30 +0000
parents 8ff7fd162d3c
children b00be47310ed
line wrap: on
line diff
--- a/src/proto/ex_eval.pro
+++ b/src/proto/ex_eval.pro
@@ -27,5 +27,5 @@ void enter_cleanup __ARGS((cleanup_T *cs
 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 : */