comparison src/proto/ex_docmd.pro @ 10275:6d8b2da002e9 v8.0.0034

commit https://github.com/vim/vim/commit/9e507ca8a3e1535e62de4bd86374b0fcd18ef5b8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 15 15:39:39 2016 +0200 patch 8.0.0034 Problem: No completion for ":messages". Solution: Complete "clear" argument. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sat, 15 Oct 2016 15:45:05 +0200
parents cdffa812f9d1
children 7df3dd3c0ac1
comparison
equal deleted inserted replaced
10274:6a11953079ac 10275:6d8b2da002e9
59 char_u *expand_sfile(char_u *arg); 59 char_u *expand_sfile(char_u *arg);
60 int put_eol(FILE *fd); 60 int put_eol(FILE *fd);
61 int put_line(FILE *fd, char *s); 61 int put_line(FILE *fd, char *s);
62 void dialog_msg(char_u *buff, char *format, char_u *fname); 62 void dialog_msg(char_u *buff, char *format, char_u *fname);
63 char_u *get_behave_arg(expand_T *xp, int idx); 63 char_u *get_behave_arg(expand_T *xp, int idx);
64 char_u *get_messages_arg(expand_T *xp, int idx);
64 /* vim: set ft=c : */ 65 /* vim: set ft=c : */