]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1961: 'listchars' completion misses "multispace" and "leadmultispace" v9.0.1961
authorzeertzjq <zeertzjq@outlook.com>
Sat, 30 Sep 2023 10:43:07 +0000 (12:43 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 30 Sep 2023 10:43:07 +0000 (12:43 +0200)
commit1f025b01e29be6fce907d0379602b45031d6998f
tree8ac7b7a3558e4ed87e109f90bd45ccb820449eb7
parentf7f746b1672909ae57d2eec97253d6627f6c0887
patch 9.0.1961: 'listchars' completion misses "multispace" and "leadmultispace"

Problem:  Cmdline completion for 'listchars' fields doesn't include
          "multispace" and "leadmultispace" (after 9.0.1958).
Solution: Include "multispace" and "leadmultispace" in lcstab.

closes: #13225

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
src/screen.c
src/testdir/test_options.vim
src/version.c