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

@ -1 +1 @@
Subproject commit faa10ea4d9f6f11cc29841b007748b5365c45c5e
Subproject commit ff1e84bf89cfd214303d9815f8688bc892cc648d

@ -1 +0,0 @@
Subproject commit b90f4a669d09986156ef770800d1c37df4f84e11

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)