Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/trepl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2014-07-06 08:02:10 +0400
committerClement Farabet <clement.farabet@gmail.com>2014-07-06 08:02:10 +0400
commitb466e1c53c88173042d05a71af42c9e56817912e (patch)
treeb7dd85d99fdfdd9c8ad12cc413329a72b5fa57c2 /init.lua
parent0bc2245cf874a65d811786604635d3ab380129ef (diff)
...
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 3d23010..eb7b433 100644
--- a/init.lua
+++ b/init.lua
@@ -406,7 +406,7 @@ function repl_readline()
local finputrc = io.open(inputrc,'w')
local trepl =
[[
-$if TREPL
+$if lua
# filter up and down arrows using characters typed so far
"\e[A":history-search-backward
"\e[B":history-search-forward