From 89a2b67f2427d961bb2f0de771a0290d85e379f9 Mon Sep 17 00:00:00 2001 From: xero Date: Mon, 5 May 2014 15:09:26 -0400 Subject: add vim configs -- yes i have joined the cult of vim --- .vim/bundle/vim-airline/Rakefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .vim/bundle/vim-airline/Rakefile (limited to '.vim/bundle/vim-airline/Rakefile') diff --git a/.vim/bundle/vim-airline/Rakefile b/.vim/bundle/vim-airline/Rakefile new file mode 100644 index 0000000..741cfc2 --- /dev/null +++ b/.vim/bundle/vim-airline/Rakefile @@ -0,0 +1,14 @@ +#!/usr/bin/env rake + +task :default => [:test] + +task :ci => [:dump, :test] + +task :dump do + sh 'vim --version' +end + +task :test do + sh 'bundle exec vim-flavor test' +end + -- cgit v1.2.1