commit | bfe418febb1cd2a6087f92fefce5421b11f8a5ba | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Sat Apr 23 18:13:43 2016 +0200 |
committer | Benno Schulenberg <bensberg@justemail.net> | Sat Apr 23 18:17:48 2016 +0200 |
tree | bf5dbda9ff910098a144fb1dd989e5833881caa9 | |
parent | 41ed6907911445d4bf28682762866621595f042f [diff] |
files: when opening a buffer, make sure to expand a tilde in its name When a tilde is used in the name given at the ^R or ^O prompts, nano expands it, but /not/ when a tilde is given on the command line (in such a way that the shell leaves it as is). Correct that asymmetry. This fixes https://savannah.gnu.org/bugs/?44929 and fixes https://savannah.gnu.org/bugs/?47702 and fixes https://savannah.gnu.org/bugs/?47771.