comparison src/ex_docmd.c @ 2068:98a2a6e6b966 v7.2.353

updated for version 7.2.353 Problem: No command line completion for ":profile". Solution: Complete the subcommand and file name.
author Bram Moolenaar <bram@zimbu.org>
date Wed, 03 Feb 2010 15:14:22 +0100
parents 1e52efdc900c
children 8f72e3512b43
comparison
equal deleted inserted replaced
2067:8e2d14a3e7d2 2068:98a2a6e6b966
3802 } 3802 }
3803 else 3803 else
3804 xp->xp_context = EXPAND_NOTHING; 3804 xp->xp_context = EXPAND_NOTHING;
3805 break; 3805 break;
3806 #endif 3806 #endif
3807 #if defined(FEAT_PROFILE)
3808 case CMD_profile:
3809 set_context_in_profile_cmd(xp, arg);
3810 break;
3811 #endif
3807 3812
3808 #endif /* FEAT_CMDL_COMPL */ 3813 #endif /* FEAT_CMDL_COMPL */
3809 3814
3810 default: 3815 default:
3811 break; 3816 break;