tags:

views:

204

answers:

1

I'm using gvim. Using vimgrep on current directory to find text across *.sql files. As it searches files, it just shows me file name at a time and in the end opens one file up.

Is it possible to open all files as tabs? Basically I want to open all files because I want to replace the 'vimgrepped' pattern with a some other text.

A: 

found this plugin pretty helpful in this regard.

http://www.vim.org/scripts/script.php?script%5Fid=1813

Omnipresent