Skip to content

Commit

Permalink
Change bundles to bundle at "Updating to the latest version" section,…
Browse files Browse the repository at this point in the history
… to solve "Warning in snipMate.vim: Snippet case is already defined..." error, because bundle's directory is at ~/.vim/bundle not ~/.vim/bundles
  • Loading branch information
lleirborras committed Aug 19, 2011
1 parent 0a8af4e commit a3d6743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Link vimrc, and gvimrc
git pull
git submodule sync
git submodule update --init --recursive
rm -rf ~/.vim/bundles/snipmate/snippets
rm -rf ~/.vim/bundle/snipmate/snippets

### Help tags

Expand Down

0 comments on commit a3d6743

Please sign in to comment.