Merge pull request #2629 from melted/fix_completion

Add desugarnats to completion
This commit is contained in:
Niklas Larsson 2015-09-18 00:45:32 +02:00
commit 9243fdfc42

View File

@ -87,6 +87,7 @@ completeOption = completeWord Nothing " \t" completeOpt
, "originalerrors" , "originalerrors"
, "autosolve" , "autosolve"
, "nobanner" , "nobanner"
, "desugarnats"
] ]
completeConsoleWidth :: CompletionFunc Idris completeConsoleWidth :: CompletionFunc Idris