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/stif.vim | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 projects/stif.vim (limited to 'projects/stif.vim') diff --git a/projects/stif.vim b/projects/stif.vim deleted file mode 100644 index 6428e53..0000000 --- a/projects/stif.vim +++ /dev/null @@ -1,6 +0,0 @@ -augroup stif - autocmd! - - autocmd BufRead,BufEnter $VIM_PROJECT_PATH_STIF/* - \ let g:rspec_command = "!bundle exec spring rspec {spec}" -augroup END -- cgit v1.2.3