diff options
-rw-r--r-- | vimrc-full | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -403,8 +403,9 @@ if has("autocmd") | |||
403 | \ gf | 403 | \ gf |
404 | 404 | ||
405 | 405 | ||
406 | " menu &Find.Open\ search\ results\ in\ location\ list<Tab>:gf | 406 | menu &Find.Open\ search\ results\ in\ location\ list<Tab>:gf |
407 | " \ :vimgrep /<C-R>\//g % | copen | 407 | \ :execute ':vimgrep /'.escape(getreg('/'), '.').'/g %'<CR> |
408 | \ :copen<CR> | ||
408 | endif | 409 | endif |
409 | 410 | ||
410 | 411 | ||