From a14b7815ae86bb1d552197d32c215157aaa4dc10 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 18 Feb 2016 01:20:17 +0000 Subject: Added new help format to c plugins WIP --- src/plugins/profapi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/profapi.h') diff --git a/src/plugins/profapi.h b/src/plugins/profapi.h index 1f98f357..b1ecf352 100644 --- a/src/plugins/profapi.h +++ b/src/plugins/profapi.h @@ -42,7 +42,8 @@ void (*prof_cons_alert)(void); void (*prof_cons_show)(const char * const message); void (*prof_register_command)(const char *command_name, int min_args, int max_args, - const char *usage, const char *short_help, const char *long_help, void(*callback)(char **args)); + const char **synopsis, const char *description, const char *arguments[][2], const char **examples, + void(*callback)(char **args)); void (*prof_register_timed)(void(*callback)(void), int interval_seconds); -- cgit 1.4.1-2-gfad0 /select> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/apps/raytracing/vimrc.vim
blob: 348fe364d4b62354f21c50a55735273363d6155b (plain) (blame)
1
2
" when opening files in this directory, load vimrc from cwd (top-level)
source vimrc.vim