Searched refs:group_name (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/runtime/autoload/ |
| H A D | syntaxcomplete.vim | 410 let group_name = matchstr( syntax_full, '\w\+', index ) 414 if '\<'.exclude_group_name.'\>' =~ '\<'.group_name.'\>' 438 let index = index + strlen(group_name) 488 " let group_name = matchstr( syntax_full, '\w\+', index ) 492 " if '\<'.exclude_group_name.'\>' =~ '\<'.group_name.'\>' 503 " " if '\<'.syntax_group_include_{filetype}.'\>' !~ '\<'.group_name.'\>' 512 " let extra_syn_list = s:SyntaxCSyntaxGroupItems(group_name, syntax_full) 516 " let index = index + strlen(group_name) 546 function! s:SyntaxCSyntaxGroupItems( group_name, syntax_full ) argument 578 " a:group_name - the group name we are interested in [all …]
|
| H A D | sqlcomplete.vim | 559 for group_name in syn_group_arr 560 let syn_items = extend( syn_items, s:SQLCGetSyntaxList(group_name) ) 582 for group_name in syn_group_arr 583 let list_idx = index(s:syn_list, group_name, 0, &ignorecase)
|
| /vim-8.2.3635/src/ |
| H A D | autocmd.c | 1002 char_u *group_name; in au_get_grouparg() local 1011 group_name = vim_strnsave(arg, p - arg); in au_get_grouparg() 1012 if (group_name == NULL) // out of memory in au_get_grouparg() 1014 group = au_find_group(group_name); in au_get_grouparg() 1019 vim_free(group_name); in au_get_grouparg()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_terminal3.vim | 70 func Terminal_color(group_name, highlight_cmds, highlight_opt, open_cmds) argument 88 call VerifyScreenDump(buf, 'Test_terminal_color_' .. a:group_name, {}) 354 func Terminal_in_popup_color(group_name, highlight_cmds, highlight_opt, popup_cmds, popup_opt) argument 375 call VerifyScreenDump(buf, 'Test_terminal_popup_' .. a:group_name, {})
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | cdl.vim | 18 …ntifier contained id name desc description xlttype precision symbol curr_ name group_name rate_name
|
| H A D | voscm.vim | 33 …cmFunction contained decimal directory_name end_of_file exists file_info floor given group_name
|