Skip to content

Conversation

@zeertzjq
Copy link
Member

@zeertzjq zeertzjq commented Oct 2, 2023

Problem: Misplacd comments about set_op_T and set_prefix_T.
Solution: Correct the comments. Fix a typo in another comment.

Problem:  Misplacd comments about set_op_T and set_prefix_T.
Solution: Correct the comments. Fix a typo in another comment.
@zeertzjq
Copy link
Member Author

zeertzjq commented Oct 2, 2023

Maybe this can be included along with #13237.

@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

Merging #13249 (0ce28b9) into master (6ee7b52) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master   #13249   +/-   ##
=======================================
  Coverage   82.16%   82.16%           
=======================================
  Files         160      160           
  Lines      196139   196139           
  Branches    43951    43951           
=======================================
+ Hits       161149   161167   +18     
+ Misses      22126    22105   -21     
- Partials    12864    12867    +3     
Flag Coverage Δ
huge-clang-Array 82.81% <ø> (+0.01%) ⬆️
linux 82.81% <ø> (+0.01%) ⬆️
mingw-x64-HUGE 76.76% <ø> (-0.01%) ⬇️
mingw-x86-HUGE 77.25% <ø> (+<0.01%) ⬆️
windows 78.34% <ø> (+<0.01%) ⬆️

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

Files Coverage Δ
src/move.c 92.53% <ø> (ø)
src/option.c 88.82% <ø> (ø)

... and 14 files with indirect coverage changes

@ychin
Copy link
Contributor

ychin commented Oct 2, 2023

Combining the commits sound good.

@chrisbra
Copy link
Member

chrisbra commented Oct 2, 2023

appreciate it, thanks!

@zeertzjq zeertzjq deleted the set-comment branch October 2, 2023 22:14
zeertzjq added a commit to zeertzjq/neovim that referenced this pull request Oct 2, 2023
Problem:  Clean up cmdline option completion code
Solution: Fix various minor problems

- Fix manual array size calculations to just use `ARRAY_LENGTH()`.
- Fix unintentional typo in comments due to copy-paste error.
- Fix assert_equal() usages to pass the expected value to first
  parameter instead of 2nd one to avoid confusion.
- Fix signed vs unsigned warnings
- Correct misplaced comments about set_op_T and set_prefix_T
  and fix a typo in another comment

closes: vim/vim#13249
closes: vim/vim#13237

vim/vim@6d11347

N/A patch:
vim-patch:9.0.1976: style: space before tab in optionstr.c

Co-authored-by: Yee Cheng Chin <[email protected]>
zeertzjq added a commit to neovim/neovim that referenced this pull request Oct 2, 2023
Problem:  Clean up cmdline option completion code
Solution: Fix various minor problems

- Fix manual array size calculations to just use `ARRAY_LENGTH()`.
- Fix unintentional typo in comments due to copy-paste error.
- Fix assert_equal() usages to pass the expected value to first
  parameter instead of 2nd one to avoid confusion.
- Fix signed vs unsigned warnings
- Correct misplaced comments about set_op_T and set_prefix_T
  and fix a typo in another comment

closes: vim/vim#13249
closes: vim/vim#13237

vim/vim@6d11347

N/A patch:
vim-patch:9.0.1976: style: space before tab in optionstr.c

Co-authored-by: Yee Cheng Chin <[email protected]>
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.

3 participants