Closed mokulus closed 4 years ago
I installed LearnVim via git submodule and generated help tags with :helptags ALL, which creates tags file in doc directory, and git notifies that I've made differences to the repo. This fixes this problem.
:helptags ALL
tags
doc
Thank you.
I installed LearnVim via git submodule and generated help tags with
:helptags ALL
, which createstags
file indoc
directory, and git notifies that I've made differences to the repo. This fixes this problem.