]> granicus.if.org Git - neomutt/commit
Permit tab completion of pattern expressions with ~y (labels).
authorKevin McCarthy <kevin@8t8.us>
Tue, 31 Jan 2017 22:27:28 +0000 (14:27 -0800)
committerKevin McCarthy <kevin@8t8.us>
Tue, 31 Jan 2017 22:27:28 +0000 (14:27 -0800)
commit73aa509a3d169613ba83259de8fe3dcd6cbd97c5
tree857736b9afa6e607b0b840a3287ca4fb1a368885
parent2db2dbb847ff4aff8636eb86f16c620b5b25f471
Permit tab completion of pattern expressions with ~y (labels).

Thanks to David Champion for the original patch.  This version is
slightly different, as I couldn't get the original patch working.
This version simply scans backward for the first ~, and if it is ~y,
invokes completion.
enter.c