diff options
author | Teddy Wing | 2017-07-31 18:04:36 +0200 |
---|---|---|
committer | Teddy Wing | 2017-07-31 18:04:36 +0200 |
commit | cfd937a674ddbce7222dd25944ddc5c0c59ebc0c (patch) | |
tree | d76d00f39fd5b404d35c3675825e5e49e6051088 /projects/stif.vim | |
parent | 9f2042413e5983ee833285807a923ffee01c72ff (diff) | |
download | dotvim-cfd937a674ddbce7222dd25944ddc5c0c59ebc0c.tar.bz2 |
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.
Diffstat (limited to 'projects/stif.vim')
-rw-r--r-- | projects/stif.vim | 6 |
1 files changed, 0 insertions, 6 deletions
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 |