Merge pull request #5 from durdn/master

Fixed your ,gg GitGrep mapping to close the quotes and put cursor in the middle
This commit is contained in:
Yan Pritzker 2011-12-22 10:11:25 -08:00
commit 3eec4c39e6

View File

@ -62,7 +62,7 @@ map <D-/> :TComment<CR>
imap <D-/> <Esc>:TComment<CR>i
"open up a git grep line, with a quote started for the search
nnoremap ,gg :GitGrep "
nnoremap ,gg :GitGrep ""<left>
nnoremap ,gcp :GitGrepCurrentPartial<CR>
" hit ,f to find the definition of the current class