carlhuda / janus

Vim distribution
7.88k stars 814 forks source link

vim-matchit repo deleted #673

Closed cazzerson closed 7 years ago

cazzerson commented 7 years ago

It looks like @edsono has deleted https://github.com/edsono/vim-matchit.git, which Janus depends on.

breakliu commented 7 years ago

Yes, I can't install janus now...

marcinbiegun commented 7 years ago

There are other repos containing this plugin, e.g. https://github.com/geoffharcourt/vim-matchit

I've replaced it in ~/.vim/.gitmodules, but now the rake task fails on:

error: no such remote ref ceaf496a3763f3c20bc7f50c2135df4f1775ae05
Fetched in submodule path 'janus/vim/tools/matchit', but it did not contain ceaf496a3763f3c20bc7f50c2135df4f1775ae05. Direct fetching of that commit failed.

Anyone knows how to fix it? The submodule needs changed also somewhere in the git internals.

marcinbiegun commented 7 years ago

I've made a fork, containing matchit files, instead of submodule link. If you want to install it, use git clone --recursive https://github.com/marcinbiegun/janus.git "${HOME}/.vim". Please reinstall it back from original repo, when it's fixed.