Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

grow right can't grow over last form #16

Open
Gozala opened this issue Mar 18, 2014 · 0 comments
Open

grow right can't grow over last form #16

Gozala opened this issue Mar 18, 2014 · 0 comments

Comments

@Gozala
Copy link

Gozala commented Mar 18, 2014

Here is example:

(defn my-command
  []
  (|)(a)
  (b)
  (c)
  (d))

After grow right four times expected result is:

(defn my-command
  []
  (|(a)
   (b)
   (c)
   (d)))

Actual result is

(defn my-command
  []
  (|(a)
   (b)
   (c))
  (d))

I believe outer paren causes a bug, cause if last paren is on a next line everything works fine.

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

No branches or pull requests

1 participant