Added :Rfastspec command to find specs in fast_spec dir (or ,lf with lusty juggler)

This commit is contained in:
yan
2011-12-19 00:11:26 -08:00
committed by Yan Pritzker
parent dd72e79ac3
commit 5cf12e2110
2 changed files with 4 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ map ,lh :LustyFilesystemExplorer app/helpers<CR>
map ,ll :LustyFilesystemExplorer lib<CR>
map ,lp :LustyFilesystemExplorer public<CR>
map ,ls :LustyFilesystemExplorer specs<CR>
map ,lf :LustyFilesystemExplorer fast_spec<CR>
map ,lt :LustyFilesystemExplorer test<CR>
let g:LustyJugglerSuppressRubyWarning = 1