You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now ignore_changes is using logic that's only appropriate for the hs stuff. We should (a) have nothing be ignored by default and (b) let the user specify what to ignore.
I imagine:
$ try -i '*~' -i '#*#' -- emacs -nw foo.txt...
We should allow multiple instances of the -i flag, with the expectation that these will be passed as patterns to grep -v.
Right now
ignore_changes
is using logic that's only appropriate for thehs
stuff. We should (a) have nothing be ignored by default and (b) let the user specify what to ignore.I imagine:
We should allow multiple instances of the
-i
flag, with the expectation that these will be passed as patterns togrep -v
.Somewhat related to #25.
The text was updated successfully, but these errors were encountered: