We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Barf gets the brackets backwards if the result is empty. Example:
; '|' is cursor (1 2 3 [|] 4 5 6) ; C-0 s (1 2 3 [| 4] 5 6) ; C-0 b (1 2 3 ]|[ 4 5 6) ; this is no longer valid structure.
What probably should have happened:
(1 2 3 [|] 4 5 6)
Similarly, {}, #{}, and () become }{, }#{, and )(, respectively. Backwards barf has exactly the same problem.
{}
#{}
()
}{
}#{
)(
The text was updated successfully, but these errors were encountered:
@thickey do you feel like you could take a look at it?
Sorry, something went wrong.
No branches or pull requests
Barf gets the brackets backwards if the result is empty. Example:
What probably should have happened:
Similarly,
{}
,#{}
, and()
become}{
,}#{
, and)(
, respectively.Backwards barf has exactly the same problem.
The text was updated successfully, but these errors were encountered: