From c72f4d4d05627291206d9e3b1f0750cb3f14be6a Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Tue, 27 Dec 2016 19:01:04 -0500 Subject: man.vim: revert "completion now respects 'wildignorecase'" (#5839) Instead, a note was added to `:h man.vim` on how 'fileignorecase' controls the case sensitivity of completion. --- runtime/doc/filetype.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/doc') 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}. -- cgit