Start work on readline completions

This commit is contained in:
Kovid Goyal
2022-11-10 15:35:36 +05:30
parent f919efcd42
commit 7c23536bfe
6 changed files with 125 additions and 1 deletions

View File

@@ -434,6 +434,9 @@ def generate_readline_actions() -> str:
ActionNumericArgumentDigit8
ActionNumericArgumentDigit9
ActionNumericArgumentDigitMinus
ActionCompleteForward
ActionCompleteBackward
''')