diff options
author | James McCoy <jamessan@jamessan.com> | 2017-01-02 07:03:03 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-01-02 07:11:02 -0500 |
commit | be177bce8f0088a23d6dd897d522a9bfc8891871 (patch) | |
tree | b41b22e30626fa7c8f388e6b0b5001afe9501909 /src | |
parent | 27b5fa59f57130fc0396284a42a8f99d59dbecb6 (diff) | |
download | rneovim-be177bce8f0088a23d6dd897d522a9bfc8891871.tar.gz rneovim-be177bce8f0088a23d6dd897d522a9bfc8891871.tar.bz2 rneovim-be177bce8f0088a23d6dd897d522a9bfc8891871.zip |
vim-patch:7.4.1781
Problem: synIDattr() does not respect 'guicolors'.
Solution: Change the conditition for the mode. (Christian Brabandt)
https://github.com/vim/vim/commit/da5b3dcf06a3af5b398450258be32b0416451a9b
Diffstat (limited to 'src')
-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 7da0572eb3..8bb6b8f822 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -660,7 +660,7 @@ static int included_patches[] = { // 1784 NA 1783, 1782, - // 1781, + 1781, 1780, 1779, // 1778 NA |