commit | bf1b7a7efeabc6161ce476ed82340e422c15eb09 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 05 02:15:53 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 05 02:15:53 2009 +0000 |
tree | bbb98acb47ac5da46b62063c47dde048ab3d6603 | |
parent | fab0623bcf60333f047f27b03ca05311eeb4485f [diff] [blame] |
updated for version 7.2-132
diff --git a/src/proto/ex_getln.pro b/src/proto/ex_getln.pro index afbf664..2750542 100644 --- a/src/proto/ex_getln.pro +++ b/src/proto/ex_getln.pro
@@ -4,6 +4,7 @@ int text_locked __ARGS((void)); void text_locked_msg __ARGS((void)); int curbuf_locked __ARGS((void)); +int allbuf_locked __ARGS((void)); char_u *getexline __ARGS((int c, void *dummy, int indent)); char_u *getexmodeline __ARGS((int promptc, void *dummy, int indent)); int cmdline_overstrike __ARGS((void));