comparison src/proto/os_amiga.pro @ 19131:1fe99999625c v8.2.0125

patch 8.2.0125: :mode no longer works for any system Commit: https://github.com/vim/vim/commit/3c71aec6966da0ebefc451ded4fbc43f426654f3 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 17 19:32:20 2020 +0100 patch 8.2.0125: :mode no longer works for any system Problem: :mode no longer works for any system. Solution: Always give an error message.
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jan 2020 19:45:04 +0100
parents 7f16792d15f7
children d4b2a8675b78
comparison
equal deleted inserted replaced
19130:d329cfe7de68 19131:1fe99999625c
30 int mch_can_exe(char_u *name, char_u **path, int use_path); 30 int mch_can_exe(char_u *name, char_u **path, int use_path);
31 int mch_nodetype(char_u *name); 31 int mch_nodetype(char_u *name);
32 void mch_early_init(void); 32 void mch_early_init(void);
33 void mch_exit(int r); 33 void mch_exit(int r);
34 void mch_settmode(int tmode); 34 void mch_settmode(int tmode);
35 int mch_screenmode(char_u *arg);
36 int mch_get_shellsize(void); 35 int mch_get_shellsize(void);
37 void mch_set_shellsize(void); 36 void mch_set_shellsize(void);
38 void mch_new_shellsize(void); 37 void mch_new_shellsize(void);
39 int mch_call_shell(char_u *cmd, int options); 38 int mch_call_shell(char_u *cmd, int options);
40 void mch_breakcheck(int force); 39 void mch_breakcheck(int force);