diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-03-02 15:56:05 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-03-02 15:56:05 +0100 |
commit | 42b4ddab9585411e53c16cddc93e727a5db7f567 (patch) | |
tree | 64099120357721d5f416394a192d095269a47727 /src/proto | |
parent | 58cb0898a379bee5989019a6a3362032b5708408 (diff) | |
download | vim-git-42b4ddab9585411e53c16cddc93e727a5db7f567.tar.gz |
updated for version 7.2.381v7.2.381
Problem: No completion for :behave.
Solution: Add :behave completion. Minor related fixes. (Dominique Pelle)
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/ex_docmd.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/ex_docmd.pro b/src/proto/ex_docmd.pro index e267acfd8..8b0bd7c7c 100644 --- a/src/proto/ex_docmd.pro +++ b/src/proto/ex_docmd.pro @@ -52,4 +52,5 @@ char_u *expand_sfile __ARGS((char_u *arg)); int put_eol __ARGS((FILE *fd)); int put_line __ARGS((FILE *fd, char *s)); void dialog_msg __ARGS((char_u *buff, char *format, char_u *fname)); +char_u *get_behave_arg __ARGS((expand_T *xp, int idx)); /* vim: set ft=c : */ |