diff options
| author | Maxime Dénès | 2017-05-05 15:42:41 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-05-05 15:42:41 +0200 |
| commit | 7001fd206db7f4a22d473b5f5a7c7fd6d28039e4 (patch) | |
| tree | c9b99af5c8e29af2d022d7ee1b75828d933fd599 /ide/ide_slave.ml | |
| parent | 6ae72542dd5ec63775e75a3459c5064292b64e32 (diff) | |
| parent | 8bdb00bbea9dce95f7e0bc18250a41545660299d (diff) | |
Merge PR#454: Printing unfocussed goals and toward a pg plugin.
Diffstat (limited to 'ide/ide_slave.ml')
| -rw-r--r-- | ide/ide_slave.ml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ide/ide_slave.ml b/ide/ide_slave.ml index 966a94da91..56ada9d132 100644 --- a/ide/ide_slave.ml +++ b/ide/ide_slave.ml @@ -54,7 +54,8 @@ let coqide_known_option table = List.mem table [ ["Printing";"All"]; ["Printing";"Records"]; ["Printing";"Existential";"Instances"]; - ["Printing";"Universes"]] + ["Printing";"Universes"]; + ["Printing";"Unfocused"]] let is_known_option cmd = match cmd with | VernacSetOption (o,BoolValue true) |
