replete-repl / replete-ios

ClojureScript REPL iOS app
Eclipse Public License 1.0
395 stars 25 forks source link

For Parinfer, eliminate "return at end evaluates" #74

Closed mfikes closed 8 years ago

mfikes commented 8 years ago

If adding something to the end, return will not bring me a new row, but eval the form. With Parinfer, just add another row and let indentation work.

mfikes commented 8 years ago

Solution is to delete these lines https://github.com/mfikes/replete/blob/master/Replete/ReplViewController.swift#L199-L207