diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-08-05 23:29:02 +0200 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2017-08-06 02:51:49 +0200 |
| commit | d801ce70c1fb8dd8b3735ca9e06158aaf48203ba (patch) | |
| tree | 9079f291d053737315f0523300571ce3d4b6a2e9 /src/nvim/version.c | |
| parent | 50c8f19d614d4752ac1d2d19b5bc7c05f6d354f9 (diff) | |
| download | rneovim-d801ce70c1fb8dd8b3735ca9e06158aaf48203ba.tar.gz rneovim-d801ce70c1fb8dd8b3735ca9e06158aaf48203ba.tar.bz2 rneovim-d801ce70c1fb8dd8b3735ca9e06158aaf48203ba.zip | |
win_defs.h: redefine RGB macro after undefining
Before this change, if os_defs.h was included after macros.h then
win_defs.h would undefine our own RGB macro.
vim-patch:8.0.0146
Diffstat (limited to 'src/nvim/version.c')
| -rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index c443b63bb0..81152bbaa4 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -806,7 +806,7 @@ static const int included_patches[] = { // 149, // 148, // 147, - // 146, + 146, // 145 NA // 144 NA // 143, |