Skip to content

Commit

Permalink
Added config for spin
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Woodward & Ian Smith-Heisters committed Apr 9, 2012
1 parent a971747 commit d5212c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init/spin.vim
@@ -0,0 +1,4 @@
" run test for the whole file
noremap <D-r> :w<CR>\|:exe "!spin push %" <CR><CR>
" run test for specific line with spin push
noremap <D-R> :w<CR>\|:exe "!spin push %:" . line(".") <CR><CR>

0 comments on commit d5212c4

Please sign in to comment.