Remove delete-or-exit function, which has a C++ implementation

This commit is contained in:
Andrey Mishchenko
2021-12-08 11:28:40 -05:00
committed by Johannes Altmanninger
parent fb73a4b2e2
commit bb1955ccf9
3 changed files with 1 additions and 26 deletions

View File

@@ -294,9 +294,6 @@ The following functions are included as normal functions, but are particularly u
``edit_command_buffer``
open the visual editor (controlled by the :envvar:`VISUAL` or :envvar:`EDITOR` environment variables) with the current command-line contents
``delete-or-exit``
quit the shell if the current command-line is empty, or delete the character under the cursor if not
``fish_clipboard_copy``
copy the current selection to the system clipboard