diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-10-28 14:55:39 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-10-31 01:25:08 -0400 |
commit | 247041886fbe1edf33562eb27acb568e60b51e95 (patch) | |
tree | b7e51fb6eb6bbb1dedb61c4893d4451d7243628f /runtime/doc/eval.txt | |
parent | a48949a3da5be462788b51ba88d57365d5551962 (diff) | |
download | rneovim-247041886fbe1edf33562eb27acb568e60b51e95.tar.gz rneovim-247041886fbe1edf33562eb27acb568e60b51e95.tar.bz2 rneovim-247041886fbe1edf33562eb27acb568e60b51e95.zip |
doc: Nuke os_unix.txt
All of this information is a combination of incorrect, outdated, or
redundant given its availability in other help files.
Reviewed-by: Justin M. Keyes <justinkz@gmail.com>
Reviewed-by: Felipe Morales <hel.sheep@gmail.com>
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 06082774cf..7ffd749b25 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -6888,7 +6888,6 @@ fname_case Case in file names matters (for MS-DOS and Windows this is not present). folding Compiled with |folding| support. footer Compiled with GUI footer support. |gui-footer| -fork Compiled to use fork()/exec() instead of system(). gettext Compiled with message translation |multi-lang| gui Compiled with GUI enabled. gui_athena Compiled with Athena GUI. @@ -6947,7 +6946,6 @@ statusline Compiled with support for 'statusline', 'rulerformat' syntax Compiled with syntax highlighting support |syntax|. syntax_items There are active syntax highlighting items for the current buffer. -system Compiled to use system() instead of fork()/exec(). tag_binary Compiled with binary searching in tags files |tag-binary-search|. tag_old_static Compiled with support for old static tags |