@techee commented on this pull request.


In vimode/src/vi.c:

> @@ -306,6 +306,14 @@ gboolean vi_notify_sci(SCNotification *nt)
 		}
 	}
 
+	if (nt->nmhdr.code == SCN_MARGINCLICK) {

I've just merged #1338 which functionality-wise covers most of this PR but doesn't contain the SCN_MARGINCLICK part. Would you create a separate pull request containing it?


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany-plugins/pull/1326/review/2069707027@github.com>