GNOME Bugzilla – Bug 743126
Take advantage of gtk_source_buffer_join_lines
Last modified: 2015-01-18 14:44:04 UTC
for the vim J command
Created attachment 294781 [details] [review] patch
Review of attachment 294781 [details] [review]: Other looks good to me. ::: src/vim/gb-source-vim.c @@ +1996,2 @@ if (!has_selection) + gtk_text_iter_forward_line (&selection); style: please use 2 spaces instead of 4
I've fixed style typo, added bug reference and pushed to master
https://git.gnome.org/browse/gnome-builder/commit/?id=4804c1eaeff7f5de20e7b28b1a4a6ce9aaf9cefd Thanks for working in gtksourceview side and for patch!