oakmac / sublime-text-parinfer

Parinfer plugin for Sublime Text
ISC License
57 stars 8 forks source link

bug with parent expression hack #19

Closed oakmac closed 8 years ago

oakmac commented 8 years ago
  1. Open a .cljs file with many expressions and turn on Indent Mode.
  2. Go to the middle of the file and input (the | character represents the cursor)
(def foo [1 2 3]|
          4 5 6)
  1. Press "up" arrow to move the cursor to the line above.
  2. We expect Parinfer to correct the vector in the foo expression, but it does not.