mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
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.
This commit is contained in:
@@ -742,17 +742,6 @@ mch_check_messages(void)
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* set screen mode, always fails.
|
||||
*/
|
||||
int
|
||||
mch_screenmode(char_u *arg UNUSED)
|
||||
{
|
||||
emsg(_(e_screenmode));
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
|
||||
#if defined(FEAT_LIBCALL) || defined(PROTO)
|
||||
/*
|
||||
* Call a DLL routine which takes either a string or int param
|
||||
|
Reference in New Issue
Block a user