diff options
| author | Marco Hinz <mh.codebro@gmail.com> | 2015-07-18 14:57:58 +0200 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-07-18 16:37:16 -0400 |
| commit | 1d4f68a2f5f9536791fb271f9d29287da5875748 (patch) | |
| tree | 64af699a46b4ac5ecde99c67819a18c1482af096 /src/nvim/version.c | |
| parent | 6cfeea992250faec9654b9ff80108e662ce55704 (diff) | |
| download | rneovim-1d4f68a2f5f9536791fb271f9d29287da5875748.tar.gz rneovim-1d4f68a2f5f9536791fb271f9d29287da5875748.tar.bz2 rneovim-1d4f68a2f5f9536791fb271f9d29287da5875748.zip | |
vim-patch:7.4.667 #3043
Problem: 'colorcolumn' isn't drawn in a closed fold while 'cursorcolumn'
is. (Carlos Pita)
Solution: Make it consistent. (Christian Brabandt)
Original patch:
https://github.com/vim/vim/commit/v7-4-667
Discussion:
https://groups.google.com/forum/#!topic/vim_dev/Lidb7s4xn3Q
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 c7523bbdc7..b19fa99ee8 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -182,7 +182,7 @@ static int included_patches[] = { //670, //669 NA 668, - //667, + 667, //666 NA //665, //664 NA |