Skip to content
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

#22 causes spurious repetition of function name #23

Closed
conklech opened this issue Jun 5, 2015 · 2 comments
Closed

#22 causes spurious repetition of function name #23

conklech opened this issue Jun 5, 2015 · 2 comments

Comments

@conklech
Copy link

conklech commented Jun 5, 2015

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.

@jcollard
Copy link
Owner

jcollard commented Jun 6, 2015

Reverted #22 here #24 .

@jcollard jcollard closed this as completed Jun 6, 2015
@conklech
Copy link
Author

conklech commented Jun 6, 2015

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants