1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-11-21 11:42:28 +00:00

Fixed annoying Vundle untracked changes

It should be fixed in Vundle itself. It now sets the default path to
bundle/vundle somehow, so the spell files are saved there. By allowing a
dirty submodule it won't bother me when committing my dotfiles, but I
will be losing my spell custom dicts :(

A better fix would be to set the spellfile manually in my vimrc.
This commit is contained in:
J.Fernando Sánchez 2012-12-30 20:42:10 +01:00
parent 378f95b0da
commit 83b2a678c4

1
.gitmodules vendored
View File

@ -1,6 +1,7 @@
[submodule "vim/bundle/vundle"]
path = vim/bundle/vundle
url = git@github.com:gmarik/vundle.git
ignore = dirty
[submodule "oh-my-zsh"]
path = oh-my-zsh
url = git@github.com:balkian/oh-my-zsh.git