> vim file1 file2 ....

> :argdo %s/\"//g<CR>
> :xa<CR>

Well, better do it this way:

:argdo %s/\"//g | update<CR>

Then vim will write only if there were any changes in the file.

Przemek
-- 
AIKIDO TANREN DOJO  -   Poland - Warsaw - Mokotow - Ursynow - Natolin
info: http://www.tanren.pl/ phone: +48501516666 email: [EMAIL PROTECTED]

Reply via email to