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 +++ projects/stif.vim | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 projects/stif.vim (limited to 'projects') 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 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