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
Consider this state:
f x = ^
where ^ indicates cursor position. Starting a new line results in this state:
^
f x = f ^
which is never correct. Furthermore, using tab to cycle through tab stops does not remove f, as it did before #22 if you tabbed through this option.
f
The text was updated successfully, but these errors were encountered:
Reverted #22 here #24 .
Sorry, something went wrong.
The problem #22 was intended to resolve should be fixed though. On Jun 6, 2015 4:05 PM, "Joseph Collard" notifications@github.com wrote:
Closed #23 #23. — Reply to this email directly or view it on GitHub #23 (comment).
Closed #23 #23.
— Reply to this email directly or view it on GitHub #23 (comment).
No branches or pull requests
Consider this state:
where
^
indicates cursor position. Starting a new line results in this state:which is never correct. Furthermore, using tab to cycle through tab stops does not remove
f
, as it did before #22 if you tabbed through this option.The text was updated successfully, but these errors were encountered: