From 44b01ca8637f5231a858b5a60d7dd4022a3e45f7 Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Thu, 15 Jan 2015 18:00:37 -0300 Subject: Remove easy mode --- runtime/doc/manpages/vim.1 | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'runtime/doc/manpages/vim.1') diff --git a/runtime/doc/manpages/vim.1 b/runtime/doc/manpages/vim.1 index aaf05b59be..678170f6e1 100644 --- a/runtime/doc/manpages/vim.1 +++ b/runtime/doc/manpages/vim.1 @@ -22,8 +22,6 @@ vim \- Vi IMproved, a programmers text editor .br .B gvim .B gview -.B evim -.B eview .br .B rvim .B rview @@ -115,11 +113,6 @@ The GUI version. Starts a new window. Can also be done with the "\-g" argument. .TP -evim eview -The GUI version in easy mode. -Starts a new window. -Can also be done with the "\-y" argument. -.TP rvim rview rgvim rgview Like the above, but with restrictions. It will not be possible to start shell commands, or suspend @@ -388,14 +381,6 @@ Like \-w, but an existing file is overwritten. Don't connect to the X server. Shortens startup time in a terminal, but the window title and clipboard will not be used. .TP -\-y -Start -.B Vim -in easy mode, just like the executable was called "evim" or "eview". -Makes -.B Vim -behave like a click-and-type editor. -.TP \-Z Restricted mode. Works like the executable starts with "r". .TP -- cgit