From cd3f043404181514ff44357058e7bf705c865504 Mon Sep 17 00:00:00 2001 From: gareuselesinge Date: Tue, 22 Oct 2013 14:31:43 +0000 Subject: 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 --- ide/session.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'ide/session.ml') 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 -- cgit v1.2.3