emacsorphanage / helm-ag

The silver searcher with helm interface
492 stars 76 forks source link

Clear extra option if it is not set #365

Closed syohex closed 4 years ago

syohex commented 4 years ago

How to reproduce issue with original code

  1. C-- M-x helm-do-ag (minus prefix)
  2. Set extra argument like -G\.md
  3. M-x helm-do-ag
  4. This helm-do-ag does not set extra argument, but the option which was set previous invocation is specified
jcs090218 commented 4 years ago

Thanks!