romainl / vim-qlist

Persist the results of :ilist and related commands via the quickfix list.
MIT License
68 stars 7 forks source link

Ignore the docs/tags #10

Closed shmup closed 5 years ago

shmup commented 5 years ago

Was showing as untracked content when cloned as a submodule in my .vim path

romainl commented 5 years ago

Actually Including the tags file is now a best practice:

Run the `:helptags` command to generate the doc/tags file.  Including this
generated file in the package means that the user can drop the package in his
pack directory and the help command works right away.

I will accept this PR but I'll certainly revert it, and add the actual file, one of these days.