vi_undo_line(): * Vi undo all changes to line * [U] */
| 847 | * [U] |
| 848 | */ |
| 849 | protected el_action_t |
| 850 | /*ARGSUSED*/ |
| 851 | vi_undo_line(EditLine *el, Int c __attribute__((__unused__))) |
| 852 | { |
| 853 | |
| 854 | cv_undo(el); |
| 855 | return hist_get(el); |
| 856 | } |
| 857 | |
| 858 | /* vi_to_column(): |
| 859 | * Vi go to specified column |