vi_keymap.c (readline-7.0-rc1) | : | vi_keymap.c (readline-7.0-rc2) | ||
---|---|---|---|---|
/* vi_keymap.c -- the keymap for vi_mode in readline (). */ | /* vi_keymap.c -- the keymap for vi_mode in readline (). */ | |||
/* Copyright (C) 1987-2009 Free Software Foundation, Inc. | /* Copyright (C) 1987-2016 Free Software Foundation, Inc. | |||
This file is part of the GNU Readline Library (Readline), a library | This file is part of the GNU Readline Library (Readline), a library | |||
for reading lines of text with interactive input and history editing. | for reading lines of text with interactive input and history editing. | |||
Readline is free software: you can redistribute it and/or modify | Readline is free software: you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation, either version 3 of the License, or | the Free Software Foundation, either version 3 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
Readline is distributed in the hope that it will be useful, | Readline is distributed in the hope that it will be useful, | |||
skipping to change at line 58 | skipping to change at line 58 | |||
{ ISFUNC, rl_newline }, /* Control-m */ | { ISFUNC, rl_newline }, /* Control-m */ | |||
{ ISFUNC, rl_get_next_history }, /* Control-n */ | { ISFUNC, rl_get_next_history }, /* Control-n */ | |||
{ ISFUNC, (rl_command_func_t *)0x0 }, /* Control-o */ | { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-o */ | |||
{ ISFUNC, rl_get_previous_history }, /* Control-p */ | { ISFUNC, rl_get_previous_history }, /* Control-p */ | |||
{ ISFUNC, rl_quoted_insert }, /* Control-q */ | { ISFUNC, rl_quoted_insert }, /* Control-q */ | |||
{ ISFUNC, rl_reverse_search_history }, /* Control-r */ | { ISFUNC, rl_reverse_search_history }, /* Control-r */ | |||
{ ISFUNC, rl_forward_search_history }, /* Control-s */ | { ISFUNC, rl_forward_search_history }, /* Control-s */ | |||
{ ISFUNC, rl_transpose_chars }, /* Control-t */ | { ISFUNC, rl_transpose_chars }, /* Control-t */ | |||
{ ISFUNC, rl_unix_line_discard }, /* Control-u */ | { ISFUNC, rl_unix_line_discard }, /* Control-u */ | |||
{ ISFUNC, rl_quoted_insert }, /* Control-v */ | { ISFUNC, rl_quoted_insert }, /* Control-v */ | |||
{ ISFUNC, rl_unix_word_rubout }, /* Control-w */ | { ISFUNC, rl_vi_unix_word_rubout }, /* Control-w */ | |||
{ ISFUNC, (rl_command_func_t *)0x0 }, /* Control-x */ | { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-x */ | |||
{ ISFUNC, rl_yank }, /* Control-y */ | { ISFUNC, rl_yank }, /* Control-y */ | |||
{ ISFUNC, (rl_command_func_t *)0x0 }, /* Control-z */ | { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-z */ | |||
{ ISFUNC, (rl_command_func_t *)0x0 }, /* Control-[ */ /* vi_esc ape_keymap */ | { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-[ */ /* vi_esc ape_keymap */ | |||
{ ISFUNC, (rl_command_func_t *)0x0 }, /* Control-\ */ | { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-\ */ | |||
{ ISFUNC, (rl_command_func_t *)0x0 }, /* Control-] */ | { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-] */ | |||
{ ISFUNC, (rl_command_func_t *)0x0 }, /* Control-^ */ | { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-^ */ | |||
{ ISFUNC, rl_vi_undo }, /* Control-_ */ | { ISFUNC, rl_vi_undo }, /* Control-_ */ | |||
skipping to change at line 337 | skipping to change at line 337 | |||
{ ISFUNC, rl_newline }, /* Control-m */ | { ISFUNC, rl_newline }, /* Control-m */ | |||
{ ISFUNC, rl_menu_complete}, /* Control-n */ | { ISFUNC, rl_menu_complete}, /* Control-n */ | |||
{ ISFUNC, rl_insert }, /* Control-o */ | { ISFUNC, rl_insert }, /* Control-o */ | |||
{ ISFUNC, rl_backward_menu_complete }, /* Control-p */ | { ISFUNC, rl_backward_menu_complete }, /* Control-p */ | |||
{ ISFUNC, rl_insert }, /* Control-q */ | { ISFUNC, rl_insert }, /* Control-q */ | |||
{ ISFUNC, rl_reverse_search_history }, /* Control-r */ | { ISFUNC, rl_reverse_search_history }, /* Control-r */ | |||
{ ISFUNC, rl_forward_search_history }, /* Control-s */ | { ISFUNC, rl_forward_search_history }, /* Control-s */ | |||
{ ISFUNC, rl_transpose_chars }, /* Control-t */ | { ISFUNC, rl_transpose_chars }, /* Control-t */ | |||
{ ISFUNC, rl_unix_line_discard }, /* Control-u */ | { ISFUNC, rl_unix_line_discard }, /* Control-u */ | |||
{ ISFUNC, rl_quoted_insert }, /* Control-v */ | { ISFUNC, rl_quoted_insert }, /* Control-v */ | |||
{ ISFUNC, rl_unix_word_rubout }, /* Control-w */ | { ISFUNC, rl_vi_unix_word_rubout }, /* Control-w */ | |||
{ ISFUNC, rl_insert }, /* Control-x */ | { ISFUNC, rl_insert }, /* Control-x */ | |||
{ ISFUNC, rl_yank }, /* Control-y */ | { ISFUNC, rl_yank }, /* Control-y */ | |||
{ ISFUNC, rl_insert }, /* Control-z */ | { ISFUNC, rl_insert }, /* Control-z */ | |||
{ ISFUNC, rl_vi_movement_mode }, /* Control-[ */ | { ISFUNC, rl_vi_movement_mode }, /* Control-[ */ | |||
{ ISFUNC, rl_insert }, /* Control-\ */ | { ISFUNC, rl_insert }, /* Control-\ */ | |||
{ ISFUNC, rl_insert }, /* Control-] */ | { ISFUNC, rl_insert }, /* Control-] */ | |||
{ ISFUNC, rl_insert }, /* Control-^ */ | { ISFUNC, rl_insert }, /* Control-^ */ | |||
{ ISFUNC, rl_vi_undo }, /* Control-_ */ | { ISFUNC, rl_vi_undo }, /* Control-_ */ | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |