mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44: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:
@@ -5927,7 +5927,7 @@ ex_mode(exarg_T *eap)
|
||||
if (*eap->arg == NUL)
|
||||
shell_resized();
|
||||
else
|
||||
mch_screenmode(eap->arg);
|
||||
emsg(_(e_screenmode));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user