blob: b9d1929f7dd87b24e00adcdfe1c691893655951a [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001/* ex_cmds2.c */
Bram Moolenaaref269542016-01-19 13:22:12 +01002int autowrite(buf_T *buf, int forceit);
3void autowrite_all(void);
4int check_changed(buf_T *buf, int flags);
5void browse_save_fname(buf_T *buf);
6void dialog_changed(buf_T *buf, int checkall);
7int can_abandon(buf_T *buf, int forceit);
8int check_changed_any(int hidden, int unload);
9int check_fname(void);
10int buf_write_all(buf_T *buf, int forceit);
Bram Moolenaaref269542016-01-19 13:22:12 +010011void ex_listdo(exarg_T *eap);
12void ex_compiler(exarg_T *eap);
Bram Moolenaarf42dd3c2017-01-28 16:06:38 +010013void init_pyxversion(void);
14void ex_pyxfile(exarg_T *eap);
15void ex_pyx(exarg_T *eap);
16void ex_pyxdo(exarg_T *eap);
Bram Moolenaaref269542016-01-19 13:22:12 +010017void ex_checktime(exarg_T *eap);
18char_u *get_mess_lang(void);
19void set_lang_var(void);
20void ex_language(exarg_T *eap);
21void free_locales(void);
22char_u *get_lang_arg(expand_T *xp, int idx);
23char_u *get_locales(expand_T *xp, int idx);
Bram Moolenaar071d4272004-06-13 20:20:40 +000024/* vim: set ft=c : */