Closed jonspalding closed 9 years ago
Given this code with the cursor where the pipe is:
(fo|o bar)
when barfing forwards the end brace will be inserted where the cursor is, not after foo as is expected. So you end up with
foo
(fo|)o bar
instead of
(fo|o) bar
It seems to work ok if the cursor is at the beginning of a form.
Thanks!
Given this code with the cursor where the pipe is:
when barfing forwards the end brace will be inserted where the cursor is, not after
foo
as is expected. So you end up withinstead of
It seems to work ok if the cursor is at the beginning of a form.