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

Structural Editing behaves inconsistently inside of #_ comment #936

Closed
agradl opened this issue Jun 25, 2015 · 0 comments
Closed

Structural Editing behaves inconsistently inside of #_ comment #936

agradl opened this issue Jun 25, 2015 · 0 comments
Milestone

Comments

@agradl
Copy link

agradl commented Jun 25, 2015

Example:

(defn some-function []
  #_(let [foo "foo"]
    (.toLowerCase foo)
    (.toLowerCase foo)))

attempting to kill the last (.toLowerCase foo) kills an extra parenthesis.

@cursive-ide cursive-ide added this to the 0.1.58 milestone Jul 9, 2015
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