From 3b27eda58ef4085acf79b911c38e16cb6efbce40 Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@monsoon.(none)>
Date: Wed, 3 Oct 2012 19:19:25 -0400
Subject: [PATCH] debugging messages

---
 src/g_editor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/g_editor.c b/src/g_editor.c
index 9068a90aa..f7796b789 100644
--- a/src/g_editor.c
+++ b/src/g_editor.c
@@ -4469,6 +4469,7 @@ static void canvas_dopaste(t_canvas *x, t_binbuf *b)
 		error("failed pasting correctly from external buffer, likely due to incomplete text selection. hopefully you saved your work... please get ready to crash...");
 	}
 	abort_when_pasting_from_external_buffer = 0;
+	//fprintf(stderr,"end dopaste\n");
 }
 
 static void canvas_paste(t_canvas *x)
-- 
GitLab