default value for BASH_LOADABLES_PATH; other minor changes

This commit is contained in:
Chet Ramey
2021-04-12 16:44:43 -04:00
parent 0e51345317
commit fb4ddc2d2b
13 changed files with 393 additions and 541 deletions
+1
View File
@@ -199,6 +199,7 @@ static const FUNMAP default_funmap[] = {
{ "vi-set-mark", rl_vi_set_mark },
{ "vi-subst", rl_vi_subst },
{ "vi-tilde-expand", rl_vi_tilde_expand },
{ "vi-undo", rl_vi_undo },
{ "vi-unix-word-rubout", rl_vi_unix_word_rubout },
{ "vi-yank-arg", rl_vi_yank_arg },
{ "vi-yank-pop", rl_vi_yank_pop },