diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-07 23:04:48 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-07 23:04:48 +0000 |
commit | 5ea7e8b730683572abfbb4961a9e9474e8fdf3e8 (patch) | |
tree | 44810ff2c4ed913f6aa6e6e000e15df62f234630 /src | |
parent | 408fb62450e5b4e5eb8174d501b73a818d7048e3 (diff) | |
download | vim-5ea7e8b730683572abfbb4961a9e9474e8fdf3e8.zip |
updated for version 7.0057
Diffstat (limited to 'src')
-rw-r--r-- | src/proto/ex_getln.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/ex_getln.pro b/src/proto/ex_getln.pro index 84be78ce2..97d3c2f7f 100644 --- a/src/proto/ex_getln.pro +++ b/src/proto/ex_getln.pro @@ -2,7 +2,7 @@ char_u *getcmdline __ARGS((int firstc, long count, int indent)); char_u *getcmdline_prompt __ARGS((int firstc, char_u *prompt, int attr)); char_u *getexline __ARGS((int c, void *dummy, int indent)); -char_u *getexmodeline __ARGS((int c, void *dummy, int indent)); +char_u *getexmodeline __ARGS((int promptc, void *dummy, int indent)); int cmdline_overstrike __ARGS((void)); int cmdline_at_end __ARGS((void)); colnr_T cmdline_getvcol_cursor __ARGS((void)); |