Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@LemonBoy
Copy link
Contributor

When we just want to show the matching items (eg: wim=longest:full,full
and the user presses for the first time) there's no need to
highlight the first item.

When we just want to show the matching items (eg: wim=longest:full,full
and the user presses <tab> for the first time) there's no need to
highlight the first item.
@codecov-io
Copy link

codecov-io commented Mar 30, 2017

Codecov Report

Merging #1602 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1602      +/-   ##
==========================================
+ Coverage   74.58%   74.62%   +0.04%     
==========================================
  Files          76       76              
  Lines      124776   124816      +40     
==========================================
+ Hits        93067    93149      +82     
+ Misses      31709    31667      -42
Impacted Files Coverage Δ
src/ex_getln.c 72.17% <100%> (ø) ⬆️
src/version.c 76.76% <0%> (-2.53%) ⬇️
src/message.c 68.04% <0%> (-0.21%) ⬇️
src/eval.c 80.58% <0%> (-0.05%) ⬇️
src/gui_gtk_x11.c 47.36% <0%> (+0.1%) ⬆️
src/channel.c 83.74% <0%> (+0.13%) ⬆️
src/term.c 54.23% <0%> (+0.18%) ⬆️
src/screen.c 74.25% <0%> (+0.2%) ⬆️
src/if_py_both.h 76.03% <0%> (+0.46%) ⬆️
src/window.c 81.08% <0%> (+0.53%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a33ddbb...516cbe2. Read the comment docs.

@brammool brammool closed this in ef8eb08 Mar 30, 2017
desvp pushed a commit to desvp/vim that referenced this pull request May 30, 2017
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 vim#1602)
doubleloop pushed a commit to doubleloop/neovim that referenced this pull request Jan 28, 2018
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 vim/vim#1602)

vim/vim@ef8eb08
doubleloop pushed a commit to doubleloop/neovim that referenced this pull request Jan 28, 2018
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 vim/vim#1602)

vim/vim@ef8eb08
doubleloop pushed a commit to doubleloop/neovim that referenced this pull request Jan 28, 2018
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 vim/vim#1602)

vim/vim@ef8eb08
mhinz pushed a commit to neovim/neovim that referenced this pull request Jan 29, 2018
#7927)

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 vim/vim#1602)

vim/vim@ef8eb08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants