@b4n commented on this pull request.


In src/editor.c:

>  	editor->sci = editor_create_widget(editor);
+	sci_set_multipaste(editor->sci, SC_MULTIPASTE_EACH);

My bad, I meant create_new_sci() which is the one having the other similar defaults


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.