comparison src/os_amiga.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 43713a77baaf
children 3bb4dea4a164
comparison
equal deleted inserted replaced
19130:d329cfe7de68 19131:1fe99999625c
987 #endif 987 #endif
988 mch_errmsg(_("cannot change console mode ?!\n")); 988 mch_errmsg(_("cannot change console mode ?!\n"));
989 } 989 }
990 990
991 /* 991 /*
992 * set screen mode, always fails.
993 */
994 int
995 mch_screenmode(char_u *arg)
996 {
997 emsg(_(e_screenmode));
998 return FAIL;
999 }
1000
1001 /*
1002 * Code for this routine came from the following : 992 * Code for this routine came from the following :
1003 * 993 *
1004 * ConPackets.c - C. Scheppner, A. Finkel, P. Lindsay CBM 994 * ConPackets.c - C. Scheppner, A. Finkel, P. Lindsay CBM
1005 * DOS packet example 995 * DOS packet example
1006 * Requires 1.2 996 * Requires 1.2