aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/session.ml
diff options
context:
space:
mode:
authorGravatar gareuselesinge <gareuselesinge@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-10-22 14:31:43 +0000
committerGravatar gareuselesinge <gareuselesinge@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-10-22 14:31:43 +0000
commitcd3f043404181514ff44357058e7bf705c865504 (patch)
tree059e7dc100c4f82c83f5dac857a77784594b1cdf /ide/session.ml
parent68553d59563cedbceed2986d01aa3d0f36733b89 (diff)
CoqIDE: always retag on insert
This should fix Arnaud's bug (reported by private email) that makes coq eat two sentences at once (and process only the first one). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16907 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/session.ml')
-rw-r--r--ide/session.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/session.ml b/ide/session.ml
index 9b7986ed4..ec5be3b29 100644
--- a/ide/session.ml
+++ b/ide/session.ml
@@ -162,6 +162,7 @@ let set_buffer_handlers
let begin_action_cb () =
Minilib.log "begin_action_cb";
action_was_cancelled := false;
+ no_coq_action_required := true;
cur_action := new_action_id ();
let where = get_insert () in
buffer#move_mark (`NAME "prev_insert") ~where in