mattn / emmet-vim

emmet for vim: http://emmet.io/
http://mattn.github.io/emmet-vim
MIT License
6.41k stars 411 forks source link

[Fix] Add gitlink of 'docs' #440

Closed tyru closed 5 years ago

tyru commented 5 years ago

Problem

.gitmodules has 'docs' entry, but no gitlink is committed in this repository. So volt (more specifically, go-git library) resulted in below error (now fixed in devel branch though). https://github.com/vim-volt/volt/issues/260

Solution

Commit gitlink too.

Alternative solution

This PR fix the problem, but why do you place docs directory in this repository? This repository has gh-pages branch, so just you can change the repository setting to gh-pages branch.

image

mattn commented 5 years ago

Thank you

tyru commented 5 years ago

:tada: