vi_delete_meta(): * Vi delete prefix command * [d] */
| 451 | * [d] |
| 452 | */ |
| 453 | protected el_action_t |
| 454 | /*ARGSUSED*/ |
| 455 | vi_delete_meta(EditLine *el, Int c __attribute__((__unused__))) |
| 456 | { |
| 457 | |
| 458 | return cv_action(el, DELETE); |
| 459 | } |
| 460 | |
| 461 | |
| 462 | /* vi_end_big_word(): |
nothing calls this directly
no test coverage detected