vi_search_next(): * Vi search history next * [/] */
| 673 | * [/] |
| 674 | */ |
| 675 | protected el_action_t |
| 676 | /*ARGSUSED*/ |
| 677 | vi_search_next(EditLine *el, Int c __attribute__((__unused__))) |
| 678 | { |
| 679 | |
| 680 | return cv_search(el, ED_SEARCH_NEXT_HISTORY); |
| 681 | } |
| 682 | |
| 683 | |
| 684 | /* vi_repeat_search_next(): |
nothing calls this directly
no test coverage detected