commit | 3c71aec6966da0ebefc451ded4fbc43f426654f3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 17 19:32:20 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 17 19:32:20 2020 +0100 |
tree | b284dbd59d9a59390ab9600a3df9a9361b7cde6a | |
parent | 109ef128bd6efc8e1fb91a2a51357fcb19897698 [diff] [blame] |
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.
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index e11ad08..78aee97 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c
@@ -5927,7 +5927,7 @@ if (*eap->arg == NUL) shell_resized(); else - mch_screenmode(eap->arg); + emsg(_(e_screenmode)); } /*