File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ from that module are separate from this module's completions.
24
24
25
25
Lines may be optionally prefixed with '=' (similar to the Lua prompt) to print a result.
26
26
27
+ <a id =" lua_repl.clear_history " ></a >
28
+ ## ` lua_repl.clear_history ` ()
29
+
30
+ Clears the command history.
31
+
27
32
<a id =" lua_repl.cycle_history_next " ></a >
28
33
## ` lua_repl.cycle_history_next ` ()
29
34
@@ -41,16 +46,6 @@ Evaluates as Lua code the current line or the text on the currently selected lin
41
46
42
47
If the current line has a syntax error, it is ignored and treated as a line continuation.
43
48
44
- <a id =" lua_repl.history " ></a >
45
- ## ` lua_repl.history `
46
-
47
- Lua command history.
48
-
49
- It has a numeric ` pos ` field that indicates where in the history the user currently is.
50
-
51
- Fields:
52
- - ` pos ` :
53
-
54
49
<a id =" lua_repl.keys " ></a >
55
50
## ` lua_repl.keys `
56
51
You can’t perform that action at this time.
0 commit comments