'listchars' completion doesn't include "multispace" and "leadmultispace"#13225
Closed
zeertzjq wants to merge 1 commit intovim:masterfrom
Closed
'listchars' completion doesn't include "multispace" and "leadmultispace"#13225zeertzjq wants to merge 1 commit intovim:masterfrom
zeertzjq wants to merge 1 commit intovim:masterfrom
Conversation
Problem: Cmdline completion for 'listchars' fields doesn't include
"multispace" and "leadmultispace".
Solution: Include "multispace" and "leadmultispace" in lcstab.
Codecov Report
@@ Coverage Diff @@
## master #13225 +/- ##
==========================================
+ Coverage 78.32% 82.16% +3.83%
==========================================
Files 150 160 +10
Lines 153272 196081 +42809
Branches 39516 43943 +4427
==========================================
+ Hits 120055 161109 +41054
- Misses 20948 22107 +1159
- Partials 12269 12865 +596
Flags with carried forward coverage won't be shown. Click here to find out more.
|
zeertzjq
added a commit
to zeertzjq/neovim
that referenced
this pull request
Oct 1, 2023
…eadmultispace"
Problem: Cmdline completion for 'listchars' fields doesn't include
"multispace" and "leadmultispace" (after 9.0.1958).
Solution: Include "multispace" and "leadmultispace" in lcstab.
closes: vim/vim#13225
vim/vim@1f025b0
zeertzjq
added a commit
to zeertzjq/neovim
that referenced
this pull request
Oct 1, 2023
…eadmultispace"
Problem: Cmdline completion for 'listchars' fields doesn't include
"multispace" and "leadmultispace" (after 9.0.1958).
Solution: Include "multispace" and "leadmultispace" in lcstab.
closes: vim/vim#13225
vim/vim@1f025b0
zeertzjq
added a commit
to zeertzjq/neovim
that referenced
this pull request
Oct 1, 2023
…eadmultispace"
Problem: Cmdline completion for 'listchars' fields doesn't include
"multispace" and "leadmultispace" (after 9.0.1958).
Solution: Include "multispace" and "leadmultispace" in lcstab.
closes: vim/vim#13225
vim/vim@1f025b0
zeertzjq
added a commit
to zeertzjq/neovim
that referenced
this pull request
Oct 1, 2023
…eadmultispace"
Problem: Cmdline completion for 'listchars' fields doesn't include
"multispace" and "leadmultispace" (after 9.0.1958).
Solution: Include "multispace" and "leadmultispace" in lcstab.
closes: vim/vim#13225
vim/vim@1f025b0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem: Cmdline completion for 'listchars' fields doesn't include
"multispace" and "leadmultispace".
Solution: Include "multispace" and "leadmultispace" in lcstab.