diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-01-21 00:17:17 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-01-21 00:17:17 -0500 |
commit | c3028e435392a7b647f79be826c054ef76b0d577 (patch) | |
tree | f2d48e5e7c13e9faf67f1ef99317779f23a8df2f /runtime/doc/manpages/vim.1 | |
parent | 57207ea60e84b5af46f99d388b8e619955f96d09 (diff) | |
parent | 44b01ca8637f5231a858b5a60d7dd4022a3e45f7 (diff) | |
download | rneovim-c3028e435392a7b647f79be826c054ef76b0d577.tar.gz rneovim-c3028e435392a7b647f79be826c054ef76b0d577.tar.bz2 rneovim-c3028e435392a7b647f79be826c054ef76b0d577.zip |
Merge pull request #1656 from fmoralesc/remove-easy-mode
Remove "easy" mode.
Diffstat (limited to 'runtime/doc/manpages/vim.1')
-rw-r--r-- | runtime/doc/manpages/vim.1 | 15 |
1 files changed, 0 insertions, 15 deletions
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 |