From 3c71aec6966da0ebefc451ded4fbc43f426654f3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 17 Jan 2020 19:32:20 +0100 Subject: 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. --- src/os_unix.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/os_unix.c') diff --git a/src/os_unix.c b/src/os_unix.c index 7e7820934..5f2ece3dd 100644 --- 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 /* -- cgit v1.2.1