From f86f26c06a397b634a7c919a363c028c04f794f4 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 3 Feb 2010 15:14:22 +0100 Subject: updated for version 7.2.353 Problem: No command line completion for ":profile". Solution: Complete the subcommand and file name. --- src/proto/ex_cmds2.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/proto/ex_cmds2.pro') diff --git a/src/proto/ex_cmds2.pro b/src/proto/ex_cmds2.pro index 88cfeb7a3..2c89fe3fe 100644 --- a/src/proto/ex_cmds2.pro +++ b/src/proto/ex_cmds2.pro @@ -24,6 +24,8 @@ void profile_sub_wait __ARGS((proftime_T *tm, proftime_T *tma)); int profile_equal __ARGS((proftime_T *tm1, proftime_T *tm2)); int profile_cmp __ARGS((proftime_T *tm1, proftime_T *tm2)); void ex_profile __ARGS((exarg_T *eap)); +char_u *get_profile_name __ARGS((expand_T *xp, int idx)); +void set_context_in_profile_cmd __ARGS((expand_T *xp, char_u *arg)); void profile_dump __ARGS((void)); void script_prof_save __ARGS((proftime_T *tm)); void script_prof_restore __ARGS((proftime_T *tm)); -- cgit v1.2.1