aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/os_unix.txt
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-03-08 23:52:34 -0400
committerMichael Reed <m.reed@mykolab.com>2015-03-24 19:29:29 -0400
commitbb7aa04e6130d4971db961a336b2659db04d664a (patch)
tree606e314341164739cc154d419bbe3a4f762775ca /runtime/doc/os_unix.txt
parente16ff72e71172730f1d2e7c814f774c1174af36b (diff)
downloadrneovim-bb7aa04e6130d4971db961a336b2659db04d664a.tar.gz
rneovim-bb7aa04e6130d4971db961a336b2659db04d664a.tar.bz2
rneovim-bb7aa04e6130d4971db961a336b2659db04d664a.zip
Remove `--nofork` / `-f` remnants
Diffstat (limited to 'runtime/doc/os_unix.txt')
-rw-r--r--runtime/doc/os_unix.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/os_unix.txt b/runtime/doc/os_unix.txt
index 73e955e834..2955a532fe 100644
--- a/runtime/doc/os_unix.txt
+++ b/runtime/doc/os_unix.txt
@@ -26,7 +26,6 @@ For executing external commands fork()/exec() is used when possible, otherwise
system() is used, which is a bit slower. The output of ":version" includes
|+fork| when fork()/exec() is used, |+system()| when system() is used. This
can be changed at compile time.
-(For forking of the GUI version see |gui-fork|.)
Because terminal updating under Unix is often slow (e.g. serial line
terminal, shell window in suntools), the 'showcmd' and 'ruler' options