From 4f113ab2c5264eb40632f2d1bce17381d935addc Mon Sep 17 00:00:00 2001 From: VaclavT Date: Wed, 14 Jul 2021 12:05:25 +0200 Subject: [PATCH] autocomplete added missing keywords --- ml_util.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ml_util.cpp b/ml_util.cpp index d6264bb..ba35495 100644 --- a/ml_util.cpp +++ b/ml_util.cpp @@ -11,7 +11,10 @@ "range", "map", "filter", "reduce", "exit", "quit", "print", "input", "random", "include", "read-file", "write-file", "read-url", "system-cmd", "ls-dir", "is-file?", "is-dir?", "parse-csv", "parse-json", "get-universal-time", "date-to-str", "str-to-date", "date-add", "debug", - "sprintf", "display", "string-replace", "string-regex?", "string-pad", "int", "float", "string" }; + "sprintf", "display", "string-replace", "string-regex?", "string-pad", "int", "float", "string", + "benchmark", "thread-create", "thread-under-lock", "thread-sleep", "threads-join", "try", "throw", + "usql" + }; std::string get_history_file_dir() { // TODO not portable and in function