summaryrefslogtreecommitdiffstats
path: root/src/proto/os_mswin.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-01-17 19:32:20 +0100
committerBram Moolenaar <Bram@vim.org>2020-01-17 19:32:20 +0100
commit3c71aec6966da0ebefc451ded4fbc43f426654f3 (patch)
treeb284dbd59d9a59390ab9600a3df9a9361b7cde6a /src/proto/os_mswin.pro
parent109ef128bd6efc8e1fb91a2a51357fcb19897698 (diff)
patch 8.2.0125: :mode no longer works for any systemv8.2.0125
Problem: :mode no longer works for any system. Solution: Always give an error message.
Diffstat (limited to 'src/proto/os_mswin.pro')
-rw-r--r--src/proto/os_mswin.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/os_mswin.pro b/src/proto/os_mswin.pro
index 6cc8a5d925..ade7cc2556 100644
--- a/src/proto/os_mswin.pro
+++ b/src/proto/os_mswin.pro
@@ -19,7 +19,6 @@ void display_errors(void);
int mch_has_exp_wildcard(char_u *p);
int mch_has_wildcard(char_u *p);
int mch_chdir(char *path);
-int mch_screenmode(char_u *arg);
int mch_icon_load(HANDLE *iconp);
int mch_libcall(char_u *libname, char_u *funcname, char_u *argstring, int argint, char_u **string_result, int *number_result);
void DumpPutS(const char *psz);