mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 16:21:15 -03:00
Drop the unneeded input-function delete-line. It was only there for compatiability with readline, which we have dropped.
darcs-hash:20070930073018-75c98-d3abd6e63797c4954778486064f5f55a718f066c.gz
This commit is contained in:
2
input.c
2
input.c
@@ -129,7 +129,6 @@ static const wchar_t *name_arr[] =
|
||||
L"complete",
|
||||
L"beginning-of-history",
|
||||
L"end-of-history",
|
||||
L"delete-line",
|
||||
L"backward-kill-line",
|
||||
L"kill-whole-line",
|
||||
L"kill-word",
|
||||
@@ -212,7 +211,6 @@ static const wchar_t code_arr[] =
|
||||
R_COMPLETE,
|
||||
R_BEGINNING_OF_HISTORY,
|
||||
R_END_OF_HISTORY,
|
||||
R_DELETE_LINE,
|
||||
R_BACKWARD_KILL_LINE,
|
||||
R_KILL_WHOLE_LINE,
|
||||
R_KILL_WORD,
|
||||
|
||||
Reference in New Issue
Block a user