mirror of https://gitee.com/bigwinds/arangodb
less pause for matching parens (helps when copy & pasting code into the shell)
This commit is contained in:
parent
75ccd7e2cc
commit
a3f7002a41
|
@ -232,7 +232,7 @@ bool ReadlineShell::open (bool autoComplete) {
|
|||
// rl_variable_bind("horizontal-scroll-mode", "1");
|
||||
|
||||
// show matching parentheses
|
||||
rl_set_paren_blink_timeout(1 * 1000 * 1000);
|
||||
rl_set_paren_blink_timeout(300 * 1000);
|
||||
rl_variable_bind("blink-matching-paren", "1");
|
||||
|
||||
// show selection list when completion is ambiguous. not setting this
|
||||
|
|
Loading…
Reference in New Issue