]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0675: 'colorcolumn' has a higher priority than 'hlsearch' v8.0.0675
authorBram Moolenaar <Bram@vim.org>
Sun, 25 Jun 2017 16:03:37 +0000 (18:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 25 Jun 2017 16:03:37 +0000 (18:03 +0200)
commit774e5a9673260b1b8b88463669213a96637f72e8
treeb3e401abdb0cff02762113cd029e5030d5efae66
parent5d7be4f0fa04a9210a14fca69b4f9e34613b378f
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)
src/screen.c
src/testdir/test_listlbr_utf8.vim
src/version.c