diff options
author | Michael Ennen <mike.ennen@gmail.com> | 2016-04-26 16:40:45 -0700 |
---|---|---|
committer | Michael Ennen <mike.ennen@gmail.com> | 2016-05-17 11:30:08 -0700 |
commit | 087623aa3c49e4b66074ca5458ecc86069757080 (patch) | |
tree | 7f00982b49e81d3d837e66e22e2fac69833e0eee /src/nvim/version.c | |
parent | c9b1ad3a578ccc42c1b5a6ff58166590c349eed6 (diff) | |
download | rneovim-087623aa3c49e4b66074ca5458ecc86069757080.tar.gz rneovim-087623aa3c49e4b66074ca5458ecc86069757080.tar.bz2 rneovim-087623aa3c49e4b66074ca5458ecc86069757080.zip |
vim-patch: 7.4.1036
Problem: Only terminals with up to 256 colors work properly.
Solution: Use the 256 color behavior for all terminals with 256 or more
colors. (Robert de Bath)
https://github.com/vim/vim/commit/fa03fd6c4a9fe05274d62ddefd645cb5801d2023
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 3746f53e1f..f2fd654682 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -647,7 +647,7 @@ static int included_patches[] = { // 1039, // 1038 NA 1037, - // 1036, + 1036, 1035, // 1034, // 1033 NA |