More user-friendly message on "vitalizer: vital directory must be a git work directory."
@thinca is already working on this.
Since Dec 16, 2019.
- Dominant language
- Vim Script
- Stars
- 587
- Forks
- 64
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 1
Description
Today I found that in my environment the :Vitalize . command shows
vitalizer: vital directory must be a git work directory.
and I could not understand the reason at first. So it should be warned with the value of g:vitalizer#vital_dir and more user-friendly message.
It's beyond this issue but in my case, the vital.vim has installed with Shougo/dein.vim without merged: 0 so dein.vim merge the vital.vim into a single directory and .git the directory has gone. After I add merged: 0 and call dein#recache_runtimepath(), the issue has solved. In case someone has same issue and could not find the reason 👍
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.