-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.4.0 #218
Merged
Merged
v0.4.0 #218
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As far as I know, `fc` makes it impossible to tell whether history items used an actual newline character or the string "\n". Pulling from the `$history` array gives a more accurate representation of the actual command that was run.
Checks whether `zpty` gives a file descriptor, which was not the case in older versions of zsh. Based on https://github.com/mafredri/zsh-async/blob/a4b2f81c966a00eeb38876d505d97423cc8addfd/async.zsh#L395-L401
Specifically, highlighting breaks if our widgets are wrapped by z-syn-h widgets.
There's no need to re-run feature detection or async_start on every precmd. Just do those once.
This was referenced Feb 21, 2017
Fixes flaky test
Set up Circle CI
Can attach while tests are stopped with `tmux -L <socket_name> attach`
Puts in a better fix for #126 and related issues.
Depends on patch to ZSH from workers/40702: http://www.zsh.org/mla/workers/2017/msg00414.html
[GitHub #219] Intended to be helpful for folks using bracketed-paste-magic and other widgets that use `zle -U`.
Fixes/bpm async fix
pmaoui
approved these changes
Apr 11, 2017
While they are still experimental
patrick96
reviewed
May 10, 2017
CHANGELOG.md
Outdated
@@ -1,5 +1,18 @@ | |||
# Changelog | |||
|
|||
## v4.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, yup. Thanks :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
zle-*
widgets (Don't bind any zle-* methods #206, zsh-autosuggestion breaks zle-isearch-update widget #207)zsh-syntax-highlighting
(Segfault after sourcing zshrc again - conflict with zsh-autosuggestions even when sourced in right order. #126, play well with zsh-syntax-highlight #150)zle -U "<long string here>"
(pasting a long string results in a hang and lots of ^G's #219)