Emacs-wgrep icon indicating copy to clipboard operation
Emacs-wgrep copied to clipboard

wgrep not working when used with ag --vimgrep

Open zilongshanren opened this issue 5 years ago • 0 comments

-*- mode:grep; default-directory: "d:/HLMJ_H5_proj/branches/HLMJ_MINA/HLMJ_creator_mina/assets/scripts/" -*-


4 candidates:
./Game/View/TableHandler/UserHandler.js:857:14:        this.CheckMJCountCorrect();
./Game/View/TableHandler/UserHandler.js:860:5:    CheckMJCountCorrect: function () {
./Game/View/TableHandler/UserHandler.js:865:24:            Log.Error("CheckMJCountCorrect failed ", ModuleType.Game);
./Game/View/TableHandler/UserHandler.js:866:43:            Util.CheckUploadLogAndReplay("CheckMJCountCorrect", PlayerPrefsKey.int_CheckDataErrorReplayTimes);

When use ag --vimgrep, the file line will contains a column value, wgrep can't handle this case properly.

Is there any workaround?

Could I modify wgrep-line-file-regexp to resolve this issue?

thanks.

zilongshanren avatar Nov 08 '18 07:11 zilongshanren