Skip to content
Snippets Groups Projects
Commit ed14f68d authored by Gleb Kashkin's avatar Gleb Kashkin Committed by Kirill Yukhin
Browse files

console: fix multiline commands saved as oneline

When multiline commands were loaded from .tarantool_history, they were
treated as a bunch of oneline commands. Now readline is configured to
write timestamps in .tarantool_history as delimiters and multiline
commands are handled correctly.

If there is already a .tarantool_history file, readline will set
timestamps automatically, nothing will be lost.

Closes #7320
NO_DOC=bugfix
NO_TEST=impossible to check readline history from lua

(cherry picked from commit d2271ec0)
parent f38a36ce
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment