aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-02-25 12:45:53 -0500
committerGitHub <noreply@github.com>2021-02-25 12:45:53 -0500
commita2b6e5ed4ecdd2733ee71656ee0df6f2ce4aaf6c (patch)
tree4a435566026c5b5939f186483a96c02d83e25056 /runtime
parente55ded00cfb8432a7bc8af40b477aaf0cba70405 (diff)
parent34d12e7dd732632d9fa89312aa51203e2a80faf4 (diff)
downloadrneovim-a2b6e5ed4ecdd2733ee71656ee0df6f2ce4aaf6c.tar.gz
rneovim-a2b6e5ed4ecdd2733ee71656ee0df6f2ce4aaf6c.tar.bz2
rneovim-a2b6e5ed4ecdd2733ee71656ee0df6f2ce4aaf6c.zip
Merge pull request #14004 from erw7/fix-fic
option: fix problem with fileignorecase not being set properly
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|