Correct capitalization of complete_and_search

This commit is contained in:
ridiculousfish
2019-06-16 14:38:27 -07:00
parent fcf0593dfb
commit 5b5887ea99
3 changed files with 6 additions and 6 deletions

View File

@@ -89,7 +89,7 @@ static const input_function_metadata_t input_function_metadata[] = {
{readline_cmd_t::yank, L"yank"},
{readline_cmd_t::yank_POP, L"yank-pop"},
{readline_cmd_t::complete, L"complete"},
{readline_cmd_t::complete_AND_SEARCH, L"complete-and-search"},
{readline_cmd_t::complete_and_search, L"complete-and-search"},
{readline_cmd_t::pager_toggle_search, L"pager-toggle-search"},
{readline_cmd_t::beginning_of_history, L"beginning-of-history"},
{readline_cmd_t::end_of_history, L"end-of-history"},