GNOME Bugzilla – Bug 746056
gtk_source_buffer_join_lines() joins past end marker
Last modified: 2015-03-12 19:51:52 UTC
The join performed by gtk_source_buffer_join_lines() will move itself past the end iter until the next non-space char is selected. By not stopping at the end iter, it prevents us from implementing vim style <shift>j correctly in Builder (which would swallow just the next line).
Should be fixed, can you double check though?
It isn't inserting a space between the joined lines now.
ooops, let's hope I got it right now.