mhayashi1120 / Emacs-wgrep

Writable grep buffer and apply the changes to files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gracefully handle symlinked files

cmarqu opened this issue · comments

When I grep for, say, *.csv files, and some of these are symbolic links to other CSV files (that were found in the same grep run), then change something in all the matches, wgrep leaves those symlinks like "There are 40 unapplied changes. (90 changed)".
Could wgrep find out that those matches were "magically" changed already?