Skip to content

Commit

Permalink
Remove NERD_commenter, add vim-commentary (thanks tpope)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold Giménez committed Aug 26, 2011
1 parent 5aafdba commit 1a0c26e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3,139 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -25,3 +25,6 @@
[submodule "vim/bundle/vim-coffee-script"]
path = vim/bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "vim/bundle/vim-commentary"]
path = vim/bundle/vim-commentary
url = git://github.com/tpope/vim-commentary.git
14 changes: 7 additions & 7 deletions functions
Expand Up @@ -20,10 +20,10 @@ function rg {
fi
}

function rake {
if [ -e Gemfile ]; then
bundle exec rake $@
else
command rake $@
fi
}
# function rake {
# if [ -e Gemfile ]; then
# bundle exec rake $@
# else
# command rake $@
# fi
# }
1 change: 1 addition & 0 deletions vim/bundle/vim-commentary
Submodule vim-commentary added at 6a81c9

0 comments on commit 1a0c26e

Please sign in to comment.