From cfd937a674ddbce7222dd25944ddc5c0c59ebc0c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 31 Jul 2017 18:04:36 +0200 Subject: projects/af83.vim: Move `g:rspec_command` setting from stif.vim here Instead of using Spring for RSpec only on the STIF project, use it for all af83 projects. --- projects/af83.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'projects/af83.vim') diff --git a/projects/af83.vim b/projects/af83.vim index 8788a06..2617c2e 100644 --- a/projects/af83.vim +++ b/projects/af83.vim @@ -7,4 +7,7 @@ augroup af83 autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AF83/* \ nnoremap mk :mksession! vimsession + + autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AF83/* + \ let g:rspec_command = "!bundle exec spring rspec {spec}" augroup END -- cgit v1.2.3