diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-04-05 20:50:28 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-04-05 20:50:28 -0400 |
commit | 344b1d241863cdee4ae645d1d02df48bf905af3f (patch) | |
tree | d2ee3b8285818fe95a3c9c728dca323511bdbf5e /ex.h |
outline
Diffstat (limited to 'ex.h')
-rw-r--r-- | ex.h | 43 |
1 files changed, 43 insertions, 0 deletions
@@ -0,0 +1,43 @@ +void ex_abbreviate(); +void ex_append(); +void ex_args(); +void ex_change(); +void ex_chdir(); +void ex_copy(); +void ex_copy(); +void ex_delete(); +void ex_edit(); +void ex_file(); +void ex_global(); +void ex_insert(); +void ex_join(); +void ex_list(); +void ex_map(); +void ex_mark(); +void ex_move(); +void ex_next(); +void ex_number(); +void ex_open(); +void ex_preserve(); +void ex_print(); +void ex_put(); +void ex_quit(); +void ex_read(); +void ex_recover(); +void ex_rewind(); +void ex_set(); +void ex_shell(); +void ex_source(); +void ex_substitute(); +void ex_ampersand(); +void ex_tilde(); +void ex_suspend(); +void ex_tag(); +void ex_unabbrev(); +void ex_undo(); +void ex_unmap(); +void ex_version(); +void ex_visual(); +void ex_write(); +void ex_wq(); +void ex_xit(); |