Skip to content

Conversation

@ychin
Copy link
Contributor

@ychin ychin commented Apr 7, 2021

Make the doc explain the full functionality of how to join the different distinct values. For example, reading the current doc, it's not clear one could actually do set wildmode=full:lastused or that any value can be joined with any value.

  1. Describe empty/full/longest/list independently and mention that they can be joined by using a colon.
  2. Mention that setting "full" will activate wildmenu if enabled.
  3. Make sure longest:full is given as an example as the "longest" overrides "full".
  4. Elaborate on "lastused" and mention that it's only for buffer listing commands (since other usage of wildmenu like :edit won't be affected).

Make the doc explain the full functionality of how to join the different
distinct values. For example, reading the current doc, it's not clear
one could actually do `set wildmode=full:lastused` or that any value can
be joined with any value.

1. Describe empty/full/longest/list independently and mention that they
   can be joined by using a colon.
2. Mention that setting "full" will activate wildmenu if enabled.
3. Make sure longest:full is given as an example as the "longest"
   overrides "full".
4. Elaborate on "lastused" and mention that it's only for buffer
   listing commands (since other usage of wildmenu like :edit won't be
   affected).
@codecov
Copy link

codecov bot commented Apr 7, 2021

Codecov Report

Merging #8078 (18a67d5) into master (c9605f0) will decrease coverage by 0.04%.
The diff coverage is n/a.

❗ Current head 18a67d5 differs from pull request most recent head 4518661. Consider uploading reports for the commit 4518661 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8078      +/-   ##
==========================================
- Coverage   89.33%   89.28%   -0.05%     
==========================================
  Files         148      148              
  Lines      166047   165158     -889     
==========================================
- Hits       148335   147460     -875     
+ Misses      17712    17698      -14     
Flag Coverage Δ
huge-clang-none 87.94% <ø> (-0.60%) ⬇️
huge-gcc-none 88.79% <ø> (-0.01%) ⬇️
huge-gcc-testgui 87.27% <ø> (-0.01%) ⬇️
huge-gcc-unittests 2.47% <ø> (ø)

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

Impacted Files Coverage Δ
src/screen.c 86.17% <0.00%> (-0.63%) ⬇️
src/move.c 93.77% <0.00%> (-0.54%) ⬇️
src/netbeans.c 84.03% <0.00%> (-0.54%) ⬇️
src/xdiff/xutils.c 78.57% <0.00%> (-0.45%) ⬇️
src/gui.c 61.88% <0.00%> (-0.43%) ⬇️
src/syntax.c 86.54% <0.00%> (-0.43%) ⬇️
src/ui.c 81.47% <0.00%> (-0.40%) ⬇️
src/misc1.c 88.32% <0.00%> (-0.40%) ⬇️
src/getchar.c 91.12% <0.00%> (-0.39%) ⬇️
src/xdiff/xprepare.c 70.12% <0.00%> (-0.39%) ⬇️
... and 37 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 c9605f0...4518661. Read the comment docs.

@brammool
Copy link
Contributor

brammool commented Apr 7, 2021

Thanks. I'll include it and tweak it a bit more.

@brammool brammool closed this Apr 7, 2021
@ychin ychin deleted the cleanup-wildmode-docs branch April 7, 2021 19:07
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