christos 3cfbfdb2ef Bug reported from Martin Dietze:
The place to change the completion_append_character is
    usually somewhere in the `rl_completion_entry_function'
    callback which is where one usually can distinguish between
    file- or dir-like entries to append a slash for dirs etc.

    This does no longer work since `fn_complete()' takes the
    `append_character' as argument before the callback is executed,
    so that changes to the variable `rl_completion_append_character'
    have in fact no effect for the current completion.

Fix by adding a function that returns the rl_completion_append_character,
when it gets passed in a filename in readline emulation.
2005-06-10 20:21:00 +00:00
..
2005-05-21 06:46:34 +00:00
2005-06-10 20:21:00 +00:00
2005-06-01 11:08:57 +00:00
2005-05-20 00:58:58 +00:00
2005-05-11 17:41:52 +00:00
2005-05-15 21:10:52 +00:00
2005-05-16 18:49:24 +00:00