diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-12-17 14:36:14 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-12-17 14:36:14 +0100 |
commit | caad4f0a0b428f3dc4e9e395ad0b1cddb38d3bcd (patch) | |
tree | e3e4c705d4d74258f06d4d3e93b75b48ab4a7da6 /src/ex_cmds.h | |
parent | e3faf44bef029d07f37a457bd0050653b628058f (diff) | |
download | vim-git-caad4f0a0b428f3dc4e9e395ad0b1cddb38d3bcd.tar.gz |
updated for version 7.4.553v7.4.553
Problem: Various small issues.
Solution: Fix those issues.
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r-- | src/ex_cmds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h index fc6a8ac0f..95a22898b 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h @@ -63,7 +63,7 @@ #define ADDR_WINDOWS 1 #define ADDR_ARGUMENTS 2 #define ADDR_LOADED_BUFFERS 3 -#define ADDR_BUFFERS 4 +#define ADDR_BUFFERS 4 #define ADDR_TABS 5 #ifndef DO_DECLARE_EXCMD |