commit | 774e5a9673260b1b8b88463669213a96637f72e8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 25 18:03:37 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 25 18:03:37 2017 +0200 |
tree | b3e401abdb0cff02762113cd029e5030d5efae66 | |
parent | 5d7be4f0fa04a9210a14fca69b4f9e34613b378f [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index fa4f6fb..8dbd2a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 675, +/**/ 674, /**/ 673,