Shougo / dein.vim

:zap: Dark powered Vim/Neovim plugin manager
MIT License
3.42k stars 197 forks source link

Feat: Add `g:dein#detect_help_filetype` option #505

Closed ogaken-1 closed 1 year ago

ogaken-1 commented 1 year ago

dein.vim creates help tags of README.md now.

'filetype' option will be automatically set to help by :help command.

Users can overwrite that behavior by

let g:dein#detect_help_filetype = v:true
Shougo commented 1 year ago

OK. The option is not needed.

ogaken-1 commented 1 year ago

The option is not needed.

Why is this PR merged?

ogaken-1 commented 1 year ago

I understand by checking HEAD source.

Shougo commented 1 year ago

Why is this PR merged?

The detection is needed. But the options is not needed.