Mercurial > vim
comparison src/proto/misc1.pro @ 2433:98b9a6b9e7d5 vim73
Add completion for ":ownsyntax" and improve completion for ":filetype".
(Dominique Pelle)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 29 Jul 2010 20:59:59 +0200 |
parents | 5ffe000a9ecf |
children | 073ff46fe397 |
comparison
equal
deleted
inserted
replaced
2432:80229a724a11 | 2433:98b9a6b9e7d5 |
---|---|
88 void fast_breakcheck __ARGS((void)); | 88 void fast_breakcheck __ARGS((void)); |
89 int expand_wildcards_eval __ARGS((char_u **pat, int *num_file, char_u ***file, int flags)); | 89 int expand_wildcards_eval __ARGS((char_u **pat, int *num_file, char_u ***file, int flags)); |
90 int expand_wildcards __ARGS((int num_pat, char_u **pat, int *num_file, char_u ***file, int flags)); | 90 int expand_wildcards __ARGS((int num_pat, char_u **pat, int *num_file, char_u ***file, int flags)); |
91 int match_suffix __ARGS((char_u *fname)); | 91 int match_suffix __ARGS((char_u *fname)); |
92 int unix_expandpath __ARGS((garray_T *gap, char_u *path, int wildoff, int flags, int didstar)); | 92 int unix_expandpath __ARGS((garray_T *gap, char_u *path, int wildoff, int flags, int didstar)); |
93 void remove_duplicates __ARGS((garray_T *gap)); | |
93 int gen_expand_wildcards __ARGS((int num_pat, char_u **pat, int *num_file, char_u ***file, int flags)); | 94 int gen_expand_wildcards __ARGS((int num_pat, char_u **pat, int *num_file, char_u ***file, int flags)); |
94 void addfile __ARGS((garray_T *gap, char_u *f, int flags)); | 95 void addfile __ARGS((garray_T *gap, char_u *f, int flags)); |
95 char_u *get_cmd_output __ARGS((char_u *cmd, char_u *infile, int flags)); | 96 char_u *get_cmd_output __ARGS((char_u *cmd, char_u *infile, int flags)); |
96 void FreeWild __ARGS((int count, char_u **files)); | 97 void FreeWild __ARGS((int count, char_u **files)); |
97 int goto_im __ARGS((void)); | 98 int goto_im __ARGS((void)); |