[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] negative arg trimming
From: |
Grisha Levit |
Subject: |
Re: [PATCH] negative arg trimming |
Date: |
Tue, 21 Nov 2023 13:28:39 -0500 |
On Tue, Nov 21, 2023, 00:57 Grisha Levit <grishalevit@gmail.com> wrote:
> rl_trim_arg_from_keyseq fails to trim a negative argument entered with
> universal-argument and fails to trim arguments if they have multiple
> leading minus signs.
>
Also fails if the function to be executed is shadowed by a key map:
bind '"XX": "foo"'
bind -x '"X": ":"'
Followed by: "\e2X":
bash: bash_execute_unix_command: cannot find keymap for command
>
0002-arg-trim-with-ANYOTHERKEY.patch
Description: Text Data