Explorar o código

reset use_parser_resume to true for normal completion every time (closes #3324)

Dan Korostelev %!s(int64=11) %!d(string=hai) anos
pai
achega
304f6d2a1e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      main.ml

+ 1 - 0
main.ml

@@ -1192,6 +1192,7 @@ try
 						activate_special_display_mode();
 						DMToplevel
 					| _ ->
+						Parser.use_parser_resume := true;
 						DMDefault
 				in
 				let pos = try int_of_string pos with _ -> failwith ("Invalid format : "  ^ pos) in