mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
patch 9.1.1284: not possible to configure pum truncation char
Problem: not possible to configure the completion menu truncation character Solution: add the "trunc" suboption to the 'fillchars' setting to configure the truncation indicator (glepnir). closes: #17006 Co-authored-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: glepnir <glephunter@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
2ffb4d0298
commit
b87620466c
@ -203,8 +203,9 @@ let test_values = {
|
||||
\ 'fileformats': [['', 'dos', 'dos,unix'], ['xxx']],
|
||||
\ 'fillchars': [['', 'stl:x', 'stlnc:x', 'vert:x', 'fold:x', 'foldopen:x',
|
||||
\ 'foldclose:x', 'foldsep:x', 'diff:x', 'eob:x', 'lastline:x',
|
||||
\ 'stl:\ ,vert:\|,fold:\\,diff:x'],
|
||||
\ ['xxx', 'vert:']],
|
||||
\ 'trunc:_', 'trunc:_,eob:x,trunc:_',
|
||||
\ 'stl:\ ,vert:\|,fold:\\,trunc:…,diff:x'],
|
||||
\ ['xxx', 'vert:', 'trunc:', "trunc:\b"]],
|
||||
\ 'foldclose': [['', 'all'], ['xxx']],
|
||||
\ 'foldmethod': [['manual', 'indent', 'expr', 'marker', 'syntax', 'diff'],
|
||||
\ ['', 'xxx', 'expr,diff']],
|
||||
|
Reference in New Issue
Block a user