dajva / rg.el

Emacs search tool based on ripgrep
https://rgel.readthedocs.io
GNU General Public License v3.0
471 stars 38 forks source link

rg-show-columns is being ignored when not grouping results #113

Closed joca-bt closed 3 years ago

joca-bt commented 3 years ago

(setq rg-show-columns nil) is not working when (setq rg-group-result nil): the column numbers still show up. It works properly when (setq rg-group-result t).

dajva commented 3 years ago

Thanks for the report. Should be fixed on master now.