spf13-vim
spf13-vim copied to clipboard
Trouble update/install plugin "HTML AutoCloseTag"
Hi,
I have install spf13 to vim, but it has trouble update HTML AutoCloseTag. It showed a dialog box to login into github website.
Please fix the bug.
Thanks
#1014 check this issue.
The problem of amirh's HTML-AutoCloseTag still existed. You'd better delete it manually, and use another auto-close plug-in. :)
Can confirm that, the problem still exists.
Problem had been solved in this #1035
Can confirm that, the problem still exists.
Yep ... the problem still here
you can try vi ~/.vimrc.bundles and enter code in vim ==> :%s/amirh/vim-scripts/ after run :PluginInstall
echo UnBundle 'amirh/HTML-AutoCloseTag' >> ~/.vimrc.bundles.local
Run the above line in terminal, and in vim :BundleClean.
the problem still here!!!
The problem is still here.
Plugin 'heracek/HTML-AutoCloseTag', {'name': 'HTML-AutoCloseTag2'} UnBundle 'amirh/HTML-AutoCloseTag' @farwish @shiquanwang add ~/.vimrc.bundles.local
It's still broken. Trying to install using the snippet at http://j.mp/spf13-vim3.
issue still exists....
@hxueh I get
Error detected while processing /home/david/.vimrc.bundles.local:
line 1:
E121: Undefined variable: amirh
E116: Invalid arguments for function UnBundle
@Macmee Just edit a new line before 'Unbundle'.
I'm still getting it.
That's because NOBODY seemst to want to merge the commit that fixes it.
Still seeing this problem
Still seeing this problem
Forget it, this project is unmaintained. You're better off creating your own vimrc. It's not that hard.