Johannes Altmanninger a583fe7230 "commandline -f foo" to skip queue and execute immediately
Commit c3cd68dda (Process shell commands from bindings like regular char
events, 2024-03-02) mentions a "weird ordering difference".
The issue is that "commandline -f foo" goes through the input
queue while other commands are executed directly.
For example

    bind ctrl-g "commandline -f end-of-line; commandline -i x"

is executed in the wrong order. Fix that.

This doesn't yet work for "commandline -f exit" but that can be fixed easily.

It's hard to imagine anyone would rely on the existing behavior.  "commandline
-f" in bindings is mostly used for repainting the commandline.
2024-04-09 00:22:41 +02:00
..
2024-04-02 14:35:16 +02:00
2023-11-15 17:58:42 +01:00
2020-11-22 14:39:48 +01:00
2024-04-02 14:35:16 +02:00
2024-04-02 14:35:16 +02:00
2024-04-02 22:41:54 +02:00
2020-11-22 14:39:48 +01:00
2024-04-02 22:41:54 +02:00
2020-11-22 14:39:48 +01:00
2023-06-01 18:20:19 +02:00
2024-04-02 14:35:16 +02:00
2023-06-01 18:20:19 +02:00