Command history truncates multiline commands
- iTerm2 version: Build 2.9.20160229-nightly
- OS version: 10.11.3 (15D21)
Multiline commands are truncated in the history to the first line, e.g. running:
if true; then echo hello fi
Results in just if true; then
in the history. Similarly when splitting long commands by escaping the newlines with a backslash.