commit | f86f26c06a397b634a7c919a363c028c04f794f4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 15:14:22 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 15:14:22 2010 +0100 |
tree | 4f5c4891c2e65ab55ae3fd73859d0ab38902cf05 | |
parent | 4d526ad35aae3e637aa3fd9f5042196120e456a2 [diff] [blame] |
updated for version 7.2.353 Problem: No command line completion for ":profile". Solution: Complete the subcommand and file name.
diff --git a/src/vim.h b/src/vim.h index 88541e5..804070e 100644 --- a/src/vim.h +++ b/src/vim.h
@@ -718,6 +718,7 @@ #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