Searched refs:linksto (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_highlight.vim | 1020 call assert_equal('hlgA', hlget('hlgB')[0].linksto) 1021 call assert_equal('hlgB', hlget('hlgC')[0].linksto) 1025 \ 'linksto': 'hlgA'}], hlget('hlgB')) 1027 \ 'linksto': 'hlgB'}], hlget('hlgC')) 1031 \ 'linksto': 'hlgA'}], hlget('hlgB', 0)) 1060 call hlset([{'name': 'NewHLGroup', 'linksto': 'Search'}]) 1062 call assert_equal('Search', hlget('NewHLGroup')[0].linksto) 1179 call hlset([{'name': 'hlg6', 'linksto': 'Error'}]) 1200 \ 'linksto': 'Search'}], hlget('hlg8')) 1221 call hlset([{'name': 'hlg10', 'linksto': 'Search'}]) [all …]
|
| /vim-8.2.3635/src/ |
| H A D | highlight.c | 4378 char_u *linksto; in hlg_add_or_update() local 4381 linksto = hldict_get_string(dict, (char_u *)"linksto", &error); in hlg_add_or_update() 4382 if (linksto == NULL || error) in hlg_add_or_update() 4386 dodefault ? "default " : "", name, linksto); in hlg_add_or_update()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | eval.txt | 6774 linksto linked highlight group name. 6818 The 'linksto' item can be used to link a highlight group to 6835 :call hlset([#{name: 'MyHlg', linksto: 'DiffAdd'}]) 6837 :call hlset([#{name: 'MyHlg', linksto: 'NONE'}]) 6840 \ linksto: 'NONE'}])
|