view src/proto/ex_cmds2.pro @ 24764:3907cf9be745 v8.2.2920

patch 8.2.2920: still a way to shadow a builtin function Commit: https://github.com/vim/vim/commit/6f1d2aa437744a7cb0206fdaa543a788c5a56c79 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 1 21:21:55 2021 +0200 patch 8.2.2920: still a way to shadow a builtin function Problem: Still a way to shadow a builtin function. (Yasuhiro Matsumoto) Solution: Check the key when using extend(). (issue https://github.com/vim/vim/issues/8302)
author Bram Moolenaar <Bram@vim.org>
date Tue, 01 Jun 2021 21:30:03 +0200
parents b32b67a108f2
children
line wrap: on
line source

/* ex_cmds2.c */
int autowrite(buf_T *buf, int forceit);
void autowrite_all(void);
int check_changed(buf_T *buf, int flags);
void browse_save_fname(buf_T *buf);
void dialog_changed(buf_T *buf, int checkall);
int can_abandon(buf_T *buf, int forceit);
int check_changed_any(int hidden, int unload);
int check_fname(void);
int buf_write_all(buf_T *buf, int forceit);
void ex_listdo(exarg_T *eap);
void ex_compiler(exarg_T *eap);
void init_pyxversion(void);
void ex_pyxfile(exarg_T *eap);
void ex_pyx(exarg_T *eap);
void ex_pyxdo(exarg_T *eap);
void ex_checktime(exarg_T *eap);
/* vim: set ft=c : */