aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorerw7 <erw7.github@gmail.com>2021-02-24 15:19:57 +0900
committererw7 <erw7.github@gmail.com>2021-02-25 13:50:31 +0900
commit6deabca3e7da055bc2b26b795f2e2e98b3c70d4e (patch)
tree35b99913a9e7cb68a7197d7ef74c6bf0e39b2418 /runtime
parentb2f1969f82ae0f02e480e8d2d5dc46a85eba33db (diff)
downloadrneovim-6deabca3e7da055bc2b26b795f2e2e98b3c70d4e.tar.gz
rneovim-6deabca3e7da055bc2b26b795f2e2e98b3c70d4e.tar.bz2
rneovim-6deabca3e7da055bc2b26b795f2e2e98b3c70d4e.zip
eval: add fname_case to feature list
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 22963a372b..be7c026f5a 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -5125,6 +5125,8 @@ has({feature}) Returns 1 if {feature} is supported, 0 otherwise. The
iconv Can use |iconv()| for conversion.
+shellslash Can use backslashes in filenames (Windows)
clipboard |clipboard| provider is available.
+ fname_case Case in file names matters (for Darwin and MS-Windows
+ this is not present).
mac MacOS system.
nvim This is Nvim.
python2 Legacy Vim |python2| interface. |has-python|