Bryan Bugyi
Bryan Bugyi
For example, `--mv /home/` would globalize the `` funk.
Build temp file using Show command and then process diffs when saved.
This PR fixes #1759. To aid in readability and compile-time / lint-time checks, I have also added type signatures to any functions that I have touched. ~@davidhalter: I am looking...
Removing this `?` converts this `.*` regular expression from non-greedy to greedy. Without this change, action parameters cannot contain a right parenthesis (an `ActionError` exception is raised).
The problem seems to be that when the POSTDISPLAY envvar is not set, `$#POSTDISPLAY` sometimes evaluates to `0POSTDISPLAY` instead of `0`. Using curly braces (i.e. `${#POSTDISPLAY}`) to disambiguate should mitigate...
### Describe the bug The following error message is printed to STDERR anytime I press the TAB key: ```text _zsh_autosuggest_highlight_apply:3: bad math expression: operator expected at `POSTDISPLA...' ``` ### To...
### Added: * colored output to git-info (can be disabled with the `--no-color` option) * new `-c ` option which allows the user to specify the number of commits to...
The last window should be focused iff there was a last window AND that window is still visible.