summaryrefslogtreecommitdiff
path: root/src/proto/ex_getln.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-01-20 23:02:51 +0000
committerBram Moolenaar <Bram@vim.org>2006-01-20 23:02:51 +0000
commit2d3f489e09a1cc50f5b7601eff568a4eb87fbd51 (patch)
treea29e0aabb8e2ee8bba220b843d536dca3fdf2100 /src/proto/ex_getln.pro
parent8ada17c4d9d783b370d081c2a947ea1350cc8338 (diff)
downloadvim-git-2d3f489e09a1cc50f5b7601eff568a4eb87fbd51.tar.gz
updated for version 7.0183
Diffstat (limited to 'src/proto/ex_getln.pro')
-rw-r--r--src/proto/ex_getln.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proto/ex_getln.pro b/src/proto/ex_getln.pro
index 3b11a38a7..6b4fa4fda 100644
--- a/src/proto/ex_getln.pro
+++ b/src/proto/ex_getln.pro
@@ -1,8 +1,8 @@
/* ex_getln.c */
char_u *getcmdline __ARGS((int firstc, long count, int indent));
char_u *getcmdline_prompt __ARGS((int firstc, char_u *prompt, int attr, int xp_context, char_u *xp_arg));
-int editing_cmdline __ARGS((void));
-void editing_cmdline_msg __ARGS((void));
+int text_locked __ARGS((void));
+void text_locked_msg __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));