diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-11-30 05:52:24 -0500 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-11-30 16:21:33 -0500 |
commit | 6c6afbcddd05336b7a6d98e5025c9c8206d4f903 (patch) | |
tree | 2004494b549c20aa5836a0b689baaaaf948d6956 | |
parent | 7646e73a27bd3cdd343880ea5127b7bed330340b (diff) | |
download | rneovim-6c6afbcddd05336b7a6d98e5025c9c8206d4f903.tar.gz rneovim-6c6afbcddd05336b7a6d98e5025c9c8206d4f903.tar.bz2 rneovim-6c6afbcddd05336b7a6d98e5025c9c8206d4f903.zip |
doc: mention OS pseudo-features in :h feature-list
-rw-r--r-- | runtime/doc/eval.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index f39c40492b..ab65cc4560 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -4969,9 +4969,11 @@ has({feature}) Returns 1 if {feature} is supported, 0 otherwise. The < *feature-list* List of supported pseudo-feature names: acl |ACL| support + bsd BSD system (not macOS, use "mac" for that). iconv Can use |iconv()| for conversion. +shellslash Can use backslashes in filenames (Windows) clipboard |clipboard| provider is available. + mac MacOS system. nvim This is Nvim. python2 Legacy Vim |python2| interface. |has-python| python3 Legacy Vim |python3| interface. |has-python| @@ -4981,6 +4983,7 @@ has({feature}) Returns 1 if {feature} is supported, 0 otherwise. The unix Unix system. *vim_starting* True during |startup|. win32 Windows system (32 or 64 bit). + win64 Windows system (64 bit). wsl WSL (Windows Subsystem for Linux) system *has-patch* |