Teach screen how to render completion page. Correct spacing in

completion page contents.
This commit is contained in:
ridiculousfish
2014-01-14 15:39:53 -08:00
parent 4a20febe96
commit 295c8f48a6
5 changed files with 51 additions and 11 deletions

View File

@@ -126,7 +126,7 @@ RESOLVE(statement)
if (token1.type == parse_token_type_string)
{
// If we are a function, then look for help arguments
// Othewrise, if the next token looks like an option (starts with a dash), then parse it as a decorated statement
// Otherwise, if the next token looks like an option (starts with a dash), then parse it as a decorated statement
if (token1.keyword == parse_keyword_function && token2.is_help_argument)
{
return 4;