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

Odd behavior with space at end #75

Open
mfikes opened this issue Nov 26, 2015 · 2 comments
Open

Odd behavior with space at end #75

mfikes opened this issue Nov 26, 2015 · 2 comments

Comments

@mfikes
Copy link
Member

mfikes commented Nov 26, 2015

If I add a space at the end, it will allow me to press return, indent, and add to a list, but after the first character I type, it will move the ending parenthesis and place the cursor after, which is wrong if i want to continue typing

@mfikes
Copy link
Member Author

mfikes commented Nov 26, 2015

Start with (let [x 3] |) where | is the cursor. Then tap return, space over and type y.

You then get

(let [x 3 
______y])|_

where _ is a space char.

@tranchis
Copy link

tranchis commented Aug 6, 2017

I've tried with Xcode 7.3 and 8.3, with iOS 9 and 10 respectively as targets, but I can't reproduce this behaviour. Any hint on how to get it happening?

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