From 7ec7e3c34c78fae2fc0fb60bd5e03705a97f5b74 Mon Sep 17 00:00:00 2001 From: yan Date: Mon, 7 May 2012 23:55:28 -0700 Subject: [PATCH] Added rake.vim, like rails.vim but for any project with a rakefile --- .gitmodules | 3 +++ README.md | 1 + vim/bundle/tpope-vim-rake | 1 + 3 files changed, 5 insertions(+) create mode 160000 vim/bundle/tpope-vim-rake diff --git a/.gitmodules b/.gitmodules index 268fe8cd..d6dd3ada 100644 --- a/.gitmodules +++ b/.gitmodules @@ -311,3 +311,6 @@ [submodule "vim/bundle/tpope-vim-bundler"] path = vim/bundle/tpope-vim-bundler url = https://github.com/tpope/vim-bundler +[submodule "vim/bundle/tpope-vim-rake"] + path = vim/bundle/tpope-vim-rake + url = https://github.com/tpope/vim-rake.git diff --git a/README.md b/README.md index 03467907..966486ee 100644 --- a/README.md +++ b/README.md @@ -418,6 +418,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke * tComment - gcc to comment a line, gcp to comment blocks, nuff said * sparkup - div.foo#bar - hit `ctrl-e`, expands into `
`, and that's just the beginning * rails.vim - syntax highlighting, gf (goto file) enhancements, and lots more. should be required for any rails dev + * rake.vim - like rails.vim but for non-rails projects. makes `:Rtags` and other commands just work * ruby.vim - lots of general enhancements for ruby dev * necomplcache - intelligent and fast complete as you type, and added Command-Space to select a completion (same as Ctrl-N) * snipMate - offers textmate-like snippet expansion + scrooloose-snippets . try hitting TAB after typing a snippet diff --git a/vim/bundle/tpope-vim-rake b/vim/bundle/tpope-vim-rake new file mode 160000 index 00000000..af98f573 --- /dev/null +++ b/vim/bundle/tpope-vim-rake @@ -0,0 +1 @@ +Subproject commit af98f573714d0a3c2bec5ca8003762a32dafa925