Added Ctrl-s to open spec for any file you're looking at

Similar to rails.vim's :A and :AV command, except it knows
about fast_spec. Could be expanded in the future to add more
spec paths.
This commit is contained in:
yan
2012-04-25 19:39:31 -07:00
parent b1dfcb1901
commit 86c5fe1ea6
4 changed files with 39 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ hi! link rubyPseudoVariable Type
hi! link rubyRailsARAssociationMethod Title
hi! link rubyRailsARValidationMethod Title
hi! link rubyRailsMethod Title
hi! link MatchParen DiffText
" Enforce the colors set here
au VimEnter * so ~/.vim/plugin/settings/solarized.vim