commit b3182001c515640ff1a7e2df2492f6efb330ec01
parent f8a5cd437c9236c79c177f303a26593c4d3da0e1
Author: Chris Bracken <chris@bracken.jp>
Date: Mon, 3 Jun 2013 09:50:44 -0700
Added Dart plugin/submodule.
Diffstat:
3 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/.vim/.gitmodules b/.vim/.gitmodules
@@ -26,3 +26,6 @@
path=bundle/vundle
url=git://github.com/gmarik/vundle.git
ignore = untracked
+[submodule "bundle/Dart"]
+ path = bundle/Dart
+ url = https://github.com/vim-scripts/Dart.git
diff --git a/.vim/.vimrc b/.vim/.vimrc
@@ -5,6 +5,7 @@ filetype off
set rtp+=~/.vim/bundle/vundle
call vundle#rc()
Bundle 'blackboard.vim'
+Bundle 'Dart'
Bundle 'fugitive.vim'
Bundle 'gmarik/vundle'
Bundle 'git://github.com/scala/scala-dist.git', {'rtp': 'tool-support/src/vim'}
diff --git a/.vim/bundle/Dart b/.vim/bundle/Dart
@@ -0,0 +1 @@
+Subproject commit dbc59ec0f4e513f22f75bc987d1288fab48cdbce