-
Notifications
You must be signed in to change notification settings - Fork 347
Update haskell-indentation-indent-line #1175
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
Conversation
Two changes: 1. Some Evil commands are now treated differently to achieve expected behaviour. 2. Pressing TAB at the final indent location now starts to move to the previous indent position instead of relying on the reindent function to start this process.
Hmm, I have bad feelings about this. I'm unable to follow the logic neither in the code nor in the test.
That way it would be easier to create more than one scenario. |
The cycle logic is that
|
Will
|
O! Nice find! Maybe we will be able to pacify |
Glad to be helpful! ☀️ |
I'm closing this without merging because I think that #1265 is fundamentally better idea. Thanks for trying, this pr really helped to get the thinking going. |
Two changes:
behaviour.
previous indent position instead of relying on the reindent function to
start this process.
Fixes #896