aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/textadept.c')
-rw-r--r--src/textadept.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/textadept.c b/src/textadept.c
index 4fc36e83..e5975001 100644
--- a/src/textadept.c
+++ b/src/textadept.c
@@ -520,6 +520,7 @@ static void t_command(GtkWidget *editor, gint wParam, gpointer, gpointer) {
focused_editor = editor;
l_set_view_global(editor);
l_set_buffer_global(SCINTILLA(editor));
+ l_handle_event("view_switch");
}
}