Skip to content

Commit

Permalink
pull in ConqueTerm plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Aug 13, 2010
1 parent 447452a commit 72e0fd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
.netrwhist
tmp
autoload
doc
indent
nerdtree_plugin
Expand Down
3 changes: 2 additions & 1 deletion Rakefile
@@ -1,5 +1,5 @@
module VIM
Dirs = %w[ doc plugin ruby syntax ftdetect ftplugin colors indent ]
Dirs = %w[ autoload doc plugin ruby syntax ftdetect ftplugin colors indent ]
end

directory "tmp"
Expand Down Expand Up @@ -71,6 +71,7 @@ end

vim_plugin_task "ack.vim", "http://github.com/mileszs/ack.vim.git"
vim_plugin_task "color-sampler", "http://www.vim.org/scripts/download_script.php?src_id=12179"
vim_plugin_task "conque", "http://github.com/rson/vim-conque.git"
vim_plugin_task "fugitive", "http://github.com/tpope/vim-fugitive.git"
vim_plugin_task "haml", "http://github.com/tpope/vim-haml.git"
vim_plugin_task "indent_object", "http://github.com/michaeljsmith/vim-indent-object.git"
Expand Down

0 comments on commit 72e0fd5

Please sign in to comment.