aboutsummaryrefslogtreecommitdiffhomepage
path: root/goto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'goto.cpp')
-rw-r--r--goto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/goto.cpp b/goto.cpp
index 01786f1..4b2ce15 100644
--- a/goto.cpp
+++ b/goto.cpp
@@ -223,7 +223,7 @@ StateGotoCmd::done(const gchar *str)
undo.push_str(skip_label);
skip_label = g_strdup(labels[value-1]);
undo.push_var<Mode>(mode);
- mode = MODE_PARSE_ONLY;
+ mode = MODE_PARSE_ONLY_GOTO;
}
}