diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-01-19 22:09:32 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-01-19 22:09:32 +0000 |
commit | 05a7bb363b6ae132b7f2550be1a588e481a5dfa3 (patch) | |
tree | 97c44382074f466a7c5a3c31f8debe0127473ade /src/proto | |
parent | c32840f2674d4c6b06cfac8ec32791b5451bf31c (diff) | |
download | vim-05a7bb363b6ae132b7f2550be1a588e481a5dfa3.zip |
updated for version 7.0182
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/ex_getln.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/ex_getln.pro b/src/proto/ex_getln.pro index fe2752b8d..3b11a38a7 100644 --- a/src/proto/ex_getln.pro +++ b/src/proto/ex_getln.pro @@ -1,6 +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)); 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)); |