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 20:04:03 +0400
committerClement Farabet <clement.farabet@gmail.com>2014-07-06 20:04:03 +0400
commitb40259295812c23e92e3c20f9e166fe2c43302cc (patch)
tree194342bf3a4eb6b412824a1be0a8c96ea8d98098 /init.lua
parenta4ce0925178dac47663a6830a370a1aee8668921 (diff)
parentb466e1c53c88173042d05a71af42c9e56817912e (diff)
Merge branch 'master' of github.com:torch/trepl
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 1b37e23..0052892 100644
--- a/init.lua
+++ b/init.lua
@@ -371,7 +371,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