vi_yank(): * Vi yank * [y] */
| 889 | * [y] |
| 890 | */ |
| 891 | protected el_action_t |
| 892 | /*ARGSUSED*/ |
| 893 | vi_yank(EditLine *el, Int c __attribute__((__unused__))) |
| 894 | { |
| 895 | |
| 896 | return cv_action(el, YANK); |
| 897 | } |
| 898 | |
| 899 | /* vi_comment_out(): |
| 900 | * Vi comment out current command |
nothing calls this directly
no test coverage detected