mirror of
https://github.com/cheat/cheat.git
synced 2026-06-17 22:07:40 +02:00
a6ec02c296
When the value of EDITOR was more than one words (e.g. emacsclient -c), it wasn't properly split in an array for subprocess.call and cheat would fail to launch it. This commit fixes that. Closes #301