소스 검색

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

Dan Korostelev 11 년 전
부모
커밋
304f6d2a1e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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