diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-03-08 23:52:34 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-03-24 19:29:29 -0400 |
commit | bb7aa04e6130d4971db961a336b2659db04d664a (patch) | |
tree | 606e314341164739cc154d419bbe3a4f762775ca /runtime/doc/manpages/vim.1 | |
parent | e16ff72e71172730f1d2e7c814f774c1174af36b (diff) | |
download | rneovim-bb7aa04e6130d4971db961a336b2659db04d664a.tar.gz rneovim-bb7aa04e6130d4971db961a336b2659db04d664a.tar.bz2 rneovim-bb7aa04e6130d4971db961a336b2659db04d664a.zip |
Remove `--nofork` / `-f` remnants
Diffstat (limited to 'runtime/doc/manpages/vim.1')
-rw-r--r-- | runtime/doc/manpages/vim.1 | 5 |
1 files changed, 0 insertions, 5 deletions
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 |