diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2015-03-24 19:53:31 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-03-24 19:53:31 -0400 |
| commit | c56c035576f56f86405c40f3708bff49c996f1f8 (patch) | |
| tree | c01d8a2e201cf4b588016869079e84ccca140c5c /runtime/doc/os_unix.txt | |
| parent | e16ff72e71172730f1d2e7c814f774c1174af36b (diff) | |
| parent | d85fabc24fbb12fef5f597fc56168cbb20daf214 (diff) | |
| download | rneovim-c56c035576f56f86405c40f3708bff49c996f1f8.tar.gz rneovim-c56c035576f56f86405c40f3708bff49c996f1f8.tar.bz2 rneovim-c56c035576f56f86405c40f3708bff49c996f1f8.zip | |
Merge #2236 'docs cleanup'
Diffstat (limited to 'runtime/doc/os_unix.txt')
| -rw-r--r-- | runtime/doc/os_unix.txt | 1 |
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 |