0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.2.353

Problem:    No command line completion for ":profile".
Solution:   Complete the subcommand and file name.
This commit is contained in:
Bram Moolenaar
2010-02-03 15:14:22 +01:00
parent 4d526ad35a
commit f86f26c06a
6 changed files with 86 additions and 0 deletions

View File

@@ -718,6 +718,7 @@ extern char *(*dyn_libintl_textdomain)(const char *domainname);
#define EXPAND_SHELLCMD 32
#define EXPAND_CSCOPE 33
#define EXPAND_SIGN 34
#define EXPAND_PROFILE 35
/* Values for exmode_active (0 is no exmode) */
#define EXMODE_NORMAL 1