From: Hiraoka Date: Tue, 27 Dec 2022 11:24:19 +0000 (+0900) Subject: disable iigrep by default for backward compatibility X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6a144377afab4fc53b6c0d0265f90dfebf5f94f0;p=howm%2Fhowm.git disable iigrep by default for backward compatibility --- diff --git a/ChangeLog b/ChangeLog index 7b86bec..a47566a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-12-27 HIRAOKA Kazuyuki + + * howm-vars.el (howm-iigrep-show-what): + disable iigrep by default for backward compatibility + 2022-12-10 HIRAOKA Kazuyuki * configure.ac: version 1.4.9-snapshot3 diff --git a/howm-vars.el b/howm-vars.el index 002f0b0..51934a6 100644 --- a/howm-vars.el +++ b/howm-vars.el @@ -842,7 +842,7 @@ so that highlighting works correctly." :group 'howm-efficiency :group 'howm-iigrep) -(defcustom howm-iigrep-show-what 'counts +(defcustom howm-iigrep-show-what nil "Show search results on the fly before hitting RET." :type '(radio (const :tag "Off" nil) (const :tag "Counts" counts)