google / vimdoc

Helpfile generation for vim
Apache License 2.0
291 stars 28 forks source link

Avoid creating flag "plugin[flags]" #117

Closed dbarnett closed 3 years ago

dbarnett commented 3 years ago

Skips generating docs for a "plugin[flags]" flag corresponding to a detected plugin/flags.vim file. Just like with instant/flags.vim files, there doesn't need to be a flag to prevent loading a flags file.

This helps prepare for moving away from instant/flags.vim files (see google/vim-maktaba#189).