diff src/os_unix.c @ 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 8dabdfc7c799
children 2ef19eed524a
line wrap: on
line diff
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -3937,16 +3937,6 @@ check_mouse_termcode(void)
     }
 }
 
-/*
- * set screen mode, always fails.
- */
-    int
-mch_screenmode(char_u *arg UNUSED)
-{
-    emsg(_(e_screenmode));
-    return FAIL;
-}
-
 #ifndef VMS
 
 /*