summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-16 14:07:40 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-16 14:07:40 +0100
commitf8df7addc5f741c16fa2a458f8777ac1fdf2e01e (patch)
tree44ba2032c8557fa75e24d03dab73e8bc99fdd967 /runtime
parentacd58ef676bb9559ac0f635f66b62f4602929c87 (diff)
downloadvim-git-f8df7addc5f741c16fa2a458f8777ac1fdf2e01e.tar.gz
patch 7.4.1333v7.4.1333
Problem: Channel test fails on non-darwin builds. Solution: Add the "osx" feature and test for that. (Kazunobu Kuriyama)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 5a03fcf29..6feb137a2 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -7275,7 +7275,8 @@ listcmds Compiled with commands for the buffer list |:files|
localmap Compiled with local mappings and abbr. |:map-local|
lua Compiled with Lua interface |Lua|.
mac Macintosh version of Vim.
-macunix Macintosh version of Vim, using Unix files (OS-X).
+macunix Compiled for OS X, with darwin
+osx Compiled for OS X, with or without darwin
menu Compiled with support for |:menu|.
mksession Compiled with support for |:mksession|.
modify_fname Compiled with file name modifiers. |filename-modifiers|