diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-12-08 04:16:44 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-12-08 04:16:44 +0100 |
commit | f1d6ccf2f9c8a8ae2c0ec4577946397c103ead2b (patch) | |
tree | d400dfd4f59ed200c17eb4df1ffdc6c3d273d192 /src/vim.h | |
parent | b2a851fee41a5a1faddcb862aef2beca69dc063a (diff) | |
download | vim-git-f1d6ccf2f9c8a8ae2c0ec4577946397c103ead2b.tar.gz |
updated for version 7.4.542v7.4.542
Problem: Using a range for window and buffer commands has a few problems.
Cannot specify the type of range for a user command.
Solution: Add the -addr argument for user commands. Fix problems. (Marcin
Szamotulski)
Diffstat (limited to 'src/vim.h')
-rw-r--r-- | src/vim.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -798,6 +798,7 @@ extern char *(*dyn_libintl_textdomain)(const char *domainname); #define EXPAND_HISTORY 41 #define EXPAND_USER 42 #define EXPAND_SYNTIME 43 +#define EXPAND_USER_ADDR_TYPE 44 /* Values for exmode_active (0 is no exmode) */ #define EXMODE_NORMAL 1 |