mirror of
https://github.com/neovim/neovim.git
synced 2025-10-20 16:51:48 +00:00
docs: small fixes (#36146)
Close #35989 Close #36031 Close #36107 Co-authored-by: Kieran Moy <kfatyuip@gmail.com> Co-authored-by: William Sprent <william@sprent.dk> Co-authored-by: David Briscoe <43559+idbrii@users.noreply.github.com>
This commit is contained in:
@@ -96,6 +96,7 @@ let test_values = {
|
||||
\ 'highlight': [[&highlight], []],
|
||||
\ 'iminsert': [[0, 1], [-1, 2, 3, 999]],
|
||||
\ 'imsearch': [[-1, 0, 1], [-2, 2, 3, 999]],
|
||||
\ 'pumborder': [['rounded', 'none', 'single', 'solid'], ['xxx', 'none,solid']],
|
||||
\ 'signcolumn': [['auto', 'no', 'yes', 'number', 'yes:1', 'auto:1-9'],
|
||||
\ ['', 'xxx', 'no,yes', 'auto:0-9', 'auto:9-1', 'auto:1-@']],
|
||||
\ 'writedelay': [[0, 100], [-1, '']],
|
||||
@@ -300,7 +301,6 @@ let test_values = {
|
||||
\ 'alpha,hex,bin'],
|
||||
\ ['xxx']],
|
||||
\ 'patchmode': [['', 'xxx', '.x'], [&backupext, '*']],
|
||||
\ 'pumborder': [['rounded', 'none', 'single', 'solid'], ['xxx', 'none,solid']],
|
||||
"\ 'previewpopup': [['', 'height:13', 'width:20', 'highlight:That',
|
||||
"\ " 'align:item', 'align:menu', 'border:on', 'border:off',
|
||||
"\ " 'width:10,height:234,highlight:Mine'],
|
||||
@@ -311,6 +311,10 @@ let test_values = {
|
||||
"\ " ['xxx', 'xxx,c:yes', 'xxx:', 'xxx:,c:yes']],
|
||||
"\ 'printoptions': [['', 'header:0', 'left:10pc,top:5pc'],
|
||||
"\ " ['xxx', 'header:-1']],
|
||||
"\ 'pumborder': [['', 'single', 'double', 'round', 'ascii', 'shadow',
|
||||
"\ " 'double,margin,shadow', 'custom:─;│;─;│;┌;┐;┘;└,shadow',
|
||||
"\ " 'ascii,margin'],
|
||||
"\ " ['xxx', 'margin', 'margin,shadow', 'custom:', 'custom:+;']],
|
||||
"\ 'renderoptions': [[''], ['xxx']],
|
||||
\ 'rightleftcmd': [['search'], ['xxx']],
|
||||
\ 'rulerformat': [['', 'xxx'], ['%-', '%(', '%15(%%']],
|
||||
|
Reference in New Issue
Block a user