Merged spec finder and conque spec runner into one plugin

This commit is contained in:
yan
2012-05-30 01:34:34 -07:00
parent 2f38d32e25
commit a6b9f3e9ef
4 changed files with 2 additions and 6 deletions

3
.gitmodules vendored
View File

@@ -301,9 +301,6 @@
[submodule "zsh/zsh-syntax-highlighting"]
path = zsh/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "vim/bundle/skwp-vim-spec-finder"]
path = vim/bundle/skwp-vim-spec-finder
url = https://github.com/skwp/vim-spec-finder
[submodule "vim/bundle/tpope-vim-bundler"]
path = vim/bundle/tpope-vim-bundler
url = https://github.com/tpope/vim-bundler

View File

@@ -1,4 +1,4 @@
let g:ConqueTerm_InsertOnEnter = 1
let g:ConqueTerm_InsertOnEnter = 0
let g:ConqueTerm_CWInsert = 1
let g:ConqueTerm_Color = 2
let g:ConqueTerm_ReadUnfocused = 1 " update conqueterm buffer while we're not looking (for running tests)