-*insert.txt* For Vim version 7.0aa. Last change: 2004 Dec 21
+*insert.txt* For Vim version 7.0aa. Last change: 2005 Jan 05
VIM REFERENCE MANUAL by Bram Moolenaar
containing only a ".". Watch out for lines starting with a backslash, see
|line-continuation|.
NOTE: ":append" and ":insert" don't work properly in between ":if" and
-":endif".
+":endif", ":for" and ":endfor", ":while" and ":endwhile".
*:start* *:startinsert*
:star[tinsert][!] Start Insert mode just after executing this command.
}
connect(sb->w, SIGNAL(valueChanged(int)), &mapper, SLOT(map()));
- mapper.setMapping(sb->w, (int)sb);
+ mapper.setMapping(sb->w, (long)sb);
}//}}}
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 : */