From bb7aa04e6130d4971db961a336b2659db04d664a Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Sun, 8 Mar 2015 23:52:34 -0400 Subject: Remove `--nofork` / `-f` remnants --- runtime/doc/manpages/vim.1 | 5 ----- 1 file changed, 5 deletions(-) (limited to 'runtime/doc/manpages/vim.1') diff --git a/runtime/doc/manpages/vim.1 b/runtime/doc/manpages/vim.1 index d4e9ab2ad8..c679068a69 100644 --- a/runtime/doc/manpages/vim.1 +++ b/runtime/doc/manpages/vim.1 @@ -164,11 +164,6 @@ This option should be used when is executed by a program that will wait for the edit session to finish (e.g. mail). .TP -\-\-nofork -Foreground. For the GUI version, -.B Vim -will not fork and detach from the shell it was started in. -.TP \-F If .B Vim -- cgit From d85fabc24fbb12fef5f597fc56168cbb20daf214 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Mon, 23 Mar 2015 23:29:21 -0400 Subject: doc: Remove refs to 'compatible' and friends Also remove some MS-DOS references on lines already being touched. Based on this commit: https://github.com/justinmk/neovim/commit/e4db01ca8707c34dc808d7f6378aa3aba9002a2d --- runtime/doc/manpages/vim.1 | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'runtime/doc/manpages/vim.1') diff --git a/runtime/doc/manpages/vim.1 b/runtime/doc/manpages/vim.1 index c679068a69..da3d77abfe 100644 --- a/runtime/doc/manpages/vim.1 +++ b/runtime/doc/manpages/vim.1 @@ -131,12 +131,6 @@ Binary mode. A few options will be set that makes it possible to edit a binary or executable file. .TP -\-C -Compatible. Set the 'compatible' option. -This will make -.B Vim -behave mostly like Vi, even though a .vimrc file exists. -.TP \-d Start in diff mode. There should be two, three, or four file name arguments. @@ -223,13 +217,6 @@ Modifications not allowed. The 'modifiable' and 'write' options will be unset, so that changes are not allowed and files can not be written. Note that these options can be set to enable making modifications. .TP -\-N -No-compatible mode. Reset the 'compatible' option. -This will make -.B Vim -behave a bit better, but less Vi compatible, even though a .vimrc file does -not exist. -.TP \-n No swap file will be used. Recovery after a crash will be impossible. -- cgit