]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0528: highlight wrong text when 'wim' includes "longest" v8.0.0528
authorBram Moolenaar <Bram@vim.org>
Thu, 30 Mar 2017 20:04:55 +0000 (22:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 30 Mar 2017 20:04:55 +0000 (22:04 +0200)
commitef8eb0897819099fb00d675afb9bffe1d008c45e
tree9f2f41fabdd7ac4199fc2330dc6d77dd1726c084
parentce5c2742012e4793cb4cf82791e849f817fecd95
patch 8.0.0528: highlight wrong text when 'wim' includes "longest"

Problem:    When 'wildmenu' is set and 'wildmode' has "longest" then the first
            file name is highlighted, even though the text shows the longest
            match.
Solution:   Do not highlight the first match. (LemonBoy, closes #1602)
src/ex_getln.c
src/version.c