Re: [Mutt] #2871: #367405: command-line completion backspaces instead
#2871: #367405: command-line completion backspaces instead
Changes (by me):
* cc: 367405@xxxxxxxxxxxxxxx (added)
Comment:
I have confirmed this behavior and will fix it. There seem to be two
problems: 1) the complete function in _mutt_enter_string() looks backward
for the first space character, which means in the input used in the bug
report, the greater-than symbol is included in the pathname, and 2)
mutt_complete() destructively alters the string even if it can't complete
the pathname.
--
Ticket URL: <http://dev.mutt.org/trac/ticket/2871#comment:2>