commit | 84c650b80a32047b091e768cde00b2e39ca0b203 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@telfort.nl> | Sat Oct 28 12:27:04 2017 +0200 |
committer | Benno Schulenberg <bensberg@telfort.nl> | Sat Oct 28 12:33:03 2017 +0200 |
tree | 0ca84f713da32ea508829a0a80456efd7e0f1cd3 | |
parent | 42497f77e28bb13f71b4694a2e55d252b1bfa6b8 [diff] |
files: avoid an abortion when excuting a command in a new buffer The key sequence ^R ^X M-F <Enter> would cause nano to abort, because it would try to add an empty string to a history list. (Furthermore, simply don't execute an empty command, because it is pointless.) Reported-by: Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com>