Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in diffmode test #10932

Closed
wants to merge 1 commit into from
Closed

Fix typo in diffmode test #10932

wants to merge 1 commit into from

Conversation

zeertzjq
Copy link
Member

No description provided.

@zeertzjq zeertzjq closed this Aug 17, 2022
@codecov
Copy link

codecov bot commented Aug 17, 2022

Codecov Report

Merging #10932 (4583954) into master (8877487) will increase coverage by 0.86%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #10932      +/-   ##
==========================================
+ Coverage   81.83%   82.69%   +0.86%     
==========================================
  Files         158      148      -10     
  Lines      186439   173744   -12695     
  Branches    42144    39258    -2886     
==========================================
- Hits       152579   143686    -8893     
+ Misses      21372    17471    -3901     
- Partials    12488    12587      +99     
Flag Coverage Δ
huge-clang-none 82.69% <ø> (-0.01%) ⬇️
linux 82.69% <ø> (-0.01%) ⬇️
mingw-x64-HUGE ?
mingw-x64-HUGE-gui ?
windows ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/highlight.c 78.40% <0.00%> (-2.81%) ⬇️
src/time.c 87.08% <0.00%> (-2.56%) ⬇️
src/misc2.c 86.71% <0.00%> (-2.51%) ⬇️
src/buffer.c 84.13% <0.00%> (-2.35%) ⬇️
src/help.c 80.06% <0.00%> (-2.34%) ⬇️
src/session.c 63.15% <0.00%> (-1.94%) ⬇️
src/menu.c 81.19% <0.00%> (-1.85%) ⬇️
src/gui.c 71.29% <0.00%> (-1.73%) ⬇️
src/arglist.c 83.69% <0.00%> (-1.72%) ⬇️
src/vim9cmds.c 85.24% <0.00%> (-1.69%) ⬇️
... and 129 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

famiu added a commit to famiu/neovim that referenced this pull request Aug 17, 2022
Lets the `:wincmd` command accept a count like its documentation suggests, previously it could only accept a range, which lead to some ambiguity on which attribute should be used when executing `wincmd` using `nvim_cmd`.

Closes neovim#19662.

Also fixes a typo in a related Vim test which should be fixed in Vim by vim/vim#10932.
famiu added a commit to famiu/neovim that referenced this pull request Aug 17, 2022
Lets the `:wincmd` command accept a count like its documentation suggests, previously it could only accept a range, which lead to some ambiguity on which attribute should be used when executing `wincmd` using `nvim_cmd`.

Closes neovim#19662.

Also fixes a typo in a related Vim test which should be fixed in Vim by vim/vim#10932.
@brammool brammool closed this in 5fd6ab8 Aug 17, 2022
@zeertzjq zeertzjq deleted the patch-2 branch August 17, 2022 11:16
zeertzjq pushed a commit to famiu/neovim that referenced this pull request Aug 17, 2022
Let :wincmd command accept a count like what its documentation suggests.
Previously it could only accept a range, which led to some ambiguity on
which attribute should be used when executing :wincmd using nvim_cmd.

Closes neovim#19662.

Also fix a typo in a related Vim test:

vim-patch:9.0.0223: typo in diffmode test

Problem:    Typo in diffmode test.
Solution:   Fix the typo. (closes vim/vim#10932)
vim/vim@5fd6ab8
zeertzjq pushed a commit to neovim/neovim that referenced this pull request Aug 17, 2022
Let :wincmd command accept a count like what its documentation suggests.
Previously it could only accept a range, which led to some ambiguity on
which attribute should be used when executing :wincmd using nvim_cmd.

Closes #19662.

Also fix a typo in a related Vim test:

vim-patch:9.0.0223: typo in diffmode test

Problem:    Typo in diffmode test.
Solution:   Fix the typo. (closes vim/vim#10932)
vim/vim@5fd6ab8
smjonas pushed a commit to smjonas/neovim that referenced this pull request Dec 31, 2022
Let :wincmd command accept a count like what its documentation suggests.
Previously it could only accept a range, which led to some ambiguity on
which attribute should be used when executing :wincmd using nvim_cmd.

Closes neovim#19662.

Also fix a typo in a related Vim test:

vim-patch:9.0.0223: typo in diffmode test

Problem:    Typo in diffmode test.
Solution:   Fix the typo. (closes vim/vim#10932)
vim/vim@5fd6ab8
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.

None yet

1 participant