diff options
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/filetype.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index df6b55cfe7..336d9681ed 100644 --- a/runtime/doc/filetype.txt +++ b/runtime/doc/filetype.txt @@ -521,6 +521,8 @@ To use Nvim as a manpager: > man.vim will always attempt to reuse the closest man window (above/left) but otherwise create a split. +The case sensitivity of completion is controlled by 'fileignorecase'. + Commands: Man {name} Display the manpage for {name}. Man {sect} {name} Display the manpage for {name} and section {sect}. |