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
I also thought that the case will be preserved. It does make sense for the final case to be the replacement value. Changing with the following example makes it a bit more confusing
fd test1.sh | sad -e Goodbye bye
goodbye
-Goodbye
+bye
where sad -fI -e goodbye bye
-goodbye
+bye
Goodbye
should there be an option to preserve case using smartcase default? Maybe but it should not be the default behaviour. The intended change should by default end-up with the exact replacement value as it was given.
Hello! I love sad! In the README it says:
To me this would mean that:
and
sad bye goodbye
would become
but it actually becomes:
Is this intended? Maybe it should be clarified in the the README?
The text was updated successfully, but these errors were encountered: