summaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 926a3f348f..cc5f7df972 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1948,7 +1948,7 @@ win_move_after(win_T *win1, win_T *win2)
{
if (win1->w_frame->fr_parent != win2->w_frame->fr_parent)
{
- iemsg("INTERNAL: trying to move a window into another frame");
+ iemsg("Trying to move a window into another frame");
return;
}