diff options
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/coq.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/coq.ml b/ide/coq.ml index 47fae64eaa..ff75b6c177 100644 --- a/ide/coq.ml +++ b/ide/coq.ml @@ -194,6 +194,7 @@ type command_attribute = let rec attribute_of_vernac_command = function (* Control *) | VernacTime com -> attribute_of_vernac_command com + | VernacTimeout(_,com) -> attribute_of_vernac_command com | VernacList _ -> [] (* unsupported *) | VernacLoad _ -> [] |
