diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2015-01-15 18:00:37 -0300 |
---|---|---|
committer | Felipe Morales <hel.sheep@gmail.com> | 2015-01-15 18:55:44 -0300 |
commit | 44b01ca8637f5231a858b5a60d7dd4022a3e45f7 (patch) | |
tree | 68d1ca1dec7d499e880bfb1f778c4033cfe5556d /runtime/doc/manpages/vim.1 | |
parent | 5c6348e9995b0dde23a2de99263e9e0e3a72fcd2 (diff) | |
download | rneovim-44b01ca8637f5231a858b5a60d7dd4022a3e45f7.tar.gz rneovim-44b01ca8637f5231a858b5a60d7dd4022a3e45f7.tar.bz2 rneovim-44b01ca8637f5231a858b5a60d7dd4022a3e45f7.zip |
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 |