0
0
mirror of https://github.com/vim/vim.git synced 2025-10-06 05:44:14 -04:00

patch 8.0.0675: 'colorcolumn' has a higher priority than 'hlsearch'

Problem:    'colorcolumn' has a higher priority than 'hlsearch', it should be
            the other way around. (Nazri Ramliy)
Solution:   Change the priorities. (LemonBoy, closes #1794)
This commit is contained in:
Bram Moolenaar
2017-06-25 18:03:37 +02:00
parent 5d7be4f0fa
commit 774e5a9673
3 changed files with 19 additions and 1 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
675,
/**/
674,
/**/