Closed Freed-Wu closed 4 years ago
after set wildignorecase, all vim command will ignore case of file when complete. such as edit DO<Tab> will complete Document. however. Defx DO<Tab> cannot work. user must Defx Do<Tab> to complete Document.
set wildignorecase
edit DO<Tab>
Defx DO<Tab>
Defx Do<Tab>
Thank you!
after
set wildignorecase
, all vim command will ignore case of file when complete. such asedit DO<Tab>
will complete Document. however.Defx DO<Tab>
cannot work. user mustDefx Do<Tab>
to complete Document.Thank you!