From a1849da175765350e013bdeecfa4e0ad3c066937 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 27 Mar 2019 15:22:46 -0700 Subject: Autoformat (mostly just to do with the new blank-line-after-end-of-multi-indent-block rule --- lib/tools/repl.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tools/repl.nom') diff --git a/lib/tools/repl.nom b/lib/tools/repl.nom index 2e0c7da..fef2984 100755 --- a/lib/tools/repl.nom +++ b/lib/tools/repl.nom @@ -1,5 +1,4 @@ #!/usr/bin/env nomsu -V7.0.0 - ### This file defines a Read-Evaluate-Print-Loop (REPL) for Nomsu @@ -54,6 +53,7 @@ command line program with $args: ### clear the line if $(COLOR ENABLED): say "\027[1A\027[2K" inline + go to (run buffer) $buff, add ($line, with "\t" -> " ") say (dim (yellow ".. ")) inline -- cgit v1.2.3