After using counsel-git-log and getting some results, attempting to ivy-resume causes the results to be displayed line by line. This seems to be because ivy-resume does not set counsel-async-split-string-re to the desired \ncommit as counsel-git-log does.
Should counsel-async-ignore-re and counsel-async-split-string-re be made into alists keyed by async counsel- commands?
After using
counsel-git-logand getting some results, attempting toivy-resumecauses the results to be displayed line by line. This seems to be becauseivy-resumedoes not setcounsel-async-split-string-reto the desired\ncommitascounsel-git-logdoes.Should
counsel-async-ignore-reandcounsel-async-split-string-rebe made into alists keyed by asynccounsel-commands?