Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 230) sorted by relevance

12345678910

/vim-8.2.3635/src/testdir/
H A Dtest_signs.vim664 " group
698 " :sign place group={group} file={fname}
725 " :sign place group={group} buffer={fname}
758 " :sign place group={group}
913 " Test for :sign unplace * group={group} file={fname}
945 " Test for :sign unplace {id} group={group} buffer={nr}
980 " Test for :sign unplace * group={group} buffer={nr}
1012 " Test for :sign unplace {id} group={group}
1050 " Test for :sign unplace * group={group}
1108 " Test for ':sign unplace group={group}'
[all …]
H A Dtest_match.vim12 " --- Check that "matcharg()" returns the correct group and pattern if a match
39 let ans = [{'group': 'MyGroup1', 'pattern': 'TODO', 'priority': 10, 'id': 4},
40 \ {'group': 'MyGroup2', 'pattern': 'FIXME', 'priority': 42, 'id': 5},
41 \ {'group': 'MyGroup3', 'pattern': 'XXX', 'priority': 60, 'id': 17}]
86 let data = [{'group': 'MyGroup1', 'pattern': 'TODO', 'priority': 10, 'id': 1},
87 \ {'group': 'MyGroup2', 'pattern': 'FIXME', 'priority': 10, 'id': 1}]
101 call assert_equal(-1, setmatches([{'group' : 'Search', 'priority' : 10, 'id' : 5, 'pos1' : {}}]))
147 …call assert_equal([{'group': 'MyGroup1', 'id': 11, 'priority': 10, 'pos1': [1, 4, 2], 'pos2': [1,9…
211 call assert_equal([{'group' : 'Search', 'priority' : 10, 'id' : id, 'pos1' : [3]}], getmatches())
240 \ {'group': 'Search', 'pattern': '4', 'priority': 10, 'id': 4},
[all …]
H A Dtest_exists.vim10 " valid autocmd group
12 " valid autocmd group with garbage
14 " Valid autocmd group and event
16 " Valid autocmd group, event and pattern
22 " Non-existing autocmd group or event
24 " Non-existing autocmd group and valid autocmd event
26 " Valid autocmd group and event with no matching pattern
28 " Valid autocmd group and non-existing autocmd event
30 " Valid autocmd group and event and non-matching pattern
34 " Empty autocmd group, event and pattern
[all …]
H A Dtest_highlight.vim710 " defines the Normal highlighting group anyway.
781 " Test for User group highlighting used in the statusline
790 " Test for using RGB color values in a highlight group
801 " Test for using default highlighting group
813 " Test for 'ctermul in a highlight group
1012 " Test for resolving highlight group links
1100 " group.
1119 " highlight group
1136 " highlight group
1188 " Test for setting default links for a highlight group
[all …]
/vim-8.2.3635/runtime/doc/
H A Dsign.txt196 group={group} Place sign in sign group {group}
282 :sign unplace * group={group} buffer={nr}
292 :sign unplace {id} group={group}
303 :sign unplace * group={group}
313 :sign unplace group={group}
329 :sign place group={group} file={fname}
338 :sign place group={group} buffer={nr}
346 :sign place group={group}
481 group sign group. Set to '' for the global group.
596 group sign group. {group} functions as a namespace
[all …]
H A Dusr_44.txt60 To list the items in a specific syntax group use: >
62 :syntax list {group-name}
91 :syntax keyword {group} {keyword} ...
93 The {group} is the name of a syntax group. With the ":highlight" command you
114 "Statement". See |group-name| for the standard names.
335 region with a different highlight group (in this case, the xParen group): >
560 different syntax group: >
575 :syntax sync match {sync-group-name}
576 \ grouphere {group-name} {pattern}
578 This tells Vim that when it sees {pattern} the syntax group named {group-name}
[all …]
H A Dautocmd.txt126 When the [group] argument is not given, Vim uses the current group (as defined
127 with ":augroup"); otherwise, Vim uses the group defined with [group]. Note
128 that [group] must have been defined before. You cannot define a new group
158 :au[tocmd]! [group] * {pat}
174 When the [group] argument is not given, Vim uses the current group (as defined
175 with ":augroup"); otherwise, Vim uses the group defined with [group].
184 :au[tocmd] [group] * {pat}
188 :au[tocmd] [group] {event}
1472 When no specific group is selected, Vim uses the default group. The default
1481 The group name can contain any characters except white space. The group name
[all …]
H A Dsyntax.txt210 NAMING CONVENTIONS *group-name* *{group-name}* *E669* *W18*
1369 highlighting group and the 'Type' highlighting group for the
3763 {group-name} Is a syntax group name such as "Comment".
3820 {group-name} A syntax group name such as "Comment".
3853 {group-name} A syntax group name such as "Comment".
3855 [matchgroup={group-name}] The syntax group to use for the following
4134 transparent group.
4222 group names.
4518 add={group-name}..
5372 group, and give the color attributes only for that group.
[all …]
/vim-8.2.3635/src/
H A Dsign.c92 if (group == NULL) in sign_group_ref()
102 group = HI2SG(hi); in sign_group_ref()
106 return group; in sign_group_ref()
122 group = HI2SG(hi); in sign_group_unref()
141 return ((group != NULL && STRCMP(group, "*") == 0) in sign_in_group()
177 group = HI2SG(hi); in sign_group_get_next_signid()
1372 || (group != NULL && *group == '\0')) in sign_place_cmd()
1381 || (group != NULL && *group == '\0')) in sign_place_cmd()
1477 if (buf == NULL || (group != NULL && *group == '\0') in sign_jump_cmd()
2471 group = vim_strsave(group); in sign_place_from_dict()
[all …]
H A Dautocmd.c842 int group; in do_autocmd() local
1021 return group; in au_get_grouparg()
1039 int group, in do_autocmd_event() argument
1073 else if (group == AUGROUP_ALL || ap->group == group) in do_autocmd_event()
1270 ap->group = group; in do_autocmd_event()
1318 int group; in do_doautocmd() local
2136 patcmd.group = group; in apply_autocmds_group()
2341 && (apc->group == AUGROUP_ALL || apc->group == ap->group)) in auto_next_pat()
2521 int group; in set_context_in_autocmd() local
2614 int group; in au_exists() local
[all …]
H A Dmatch.c1106 char_u *group; in f_setmatches() local
1138 group = dict_get_string(d, (char_u *)"group", TRUE); in f_setmatches()
1146 match_add(win, group, in f_setmatches()
1152 match_add(win, group, NULL, priority, id, s, conceal); in f_setmatches()
1156 vim_free(group); in f_setmatches()
1230 char_u *group; in f_matchaddpos() local
1250 group = tv_get_string_buf_chk(&argvars[0], buf); in f_matchaddpos()
1251 if (group == NULL) in f_matchaddpos()
1285 rettv->vval.v_number = match_add(win, group, NULL, prio, id, l, in f_matchaddpos()
/vim-8.2.3635/runtime/colors/tools/
H A Dcheck_colors.vim85 for group in hi_groups
91 if search('hi\%[ghlight]!\= \+link \+' .. group, 'cnW') " Linked group
95 let groups[group] = 'No highlight definition for ' .. group
99 let groups[group] = 'Missing foreground or background color for ' .. group
104 \ && group != 'Cursor'
105 let groups[group] = 'Missing bg terminal color for ' .. group
109 \ && group !~ '^Diff'
110 let groups[group] = 'Missing guifg definition for ' .. group
114 \ && group !~ '^Diff'
116 let groups[group] = 'Missing ctermfg definition for ' .. group
[all …]
/vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim149 " Now, set group and groupBR to the matching group: 'if:endif' or
154 let groupBR = strpart(group, i)
155 let group = strpart(group, 0, i-1)
158 let group = s:InsertRefs(groupBR, prefix, group, suffix, matchline)
171 let fin = strpart(group, j)
275 return a:group
374 return prefix . group . suffix
711 " " Now, set group and groupBR to the matching group: 'if:endif' or
716 " let group = strpart(group, 0, i-1)
719 " let group = s:InsertRefs(groupBR, prefix, group, suffix, matchline)
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dsqlinformix.vim16 " === Comment syntax group ===
23 " === Constant syntax group ===
40 " === Statement syntax group ===
124 " === Identifier syntax group ===
137 " === Type syntax group ===
148 " === Todo syntax group ===
157 " === Comment syntax group ===
160 " === Constant syntax group ===
165 " === Statment syntax group ===
176 " === Type syntax group ===
[all …]
H A Dgroup.vim2 " Language: group(5) user group file
49 let b:current_syntax = "group"
H A Dhostconf.vim67 let group = 'hostconfLookupOrder' . a:context
68 execute 'syn keyword' group 'contained' order 'nextgroup=' . nextgroup_delimiter 'skipwhite'
71 execute 'hi def link' group 'hostconfLookupOrder'
H A Dcobol.vim61 "#C22032019: Remove BY, REPLACING, PROGRAM, TO, IN from 'keyword' group and add
62 "to 'match' group or other 'keyword' group
146 " #C22032019: Highlight copybook name and location in using different group
161 " #C22032019: Remove REPLACING from cobolWatch 'keyword' group and add to cobolCopy &
162 " cobolWatch 'match' group
185 " #C22032019: Changes for cobolCALLs group to include thru
H A Dslrnrc.vim86 …ticle author boldtext box cursor date description error frame from_myself group grouplens_display …
127 " Functions in group mode
139 syn keyword slrnrcSetkeyObj contained article group readline
142 syn match slrnrcSetkeyGroup contained '\("\=\)\<group\>\1\s\+\S\+' skipwhite nextgroup=slrnrcKey …
147 syn match slrnrcUnsetkey '^\s*unsetkey\s\+\("\)\=\(article\|group\|readline\)\>\1' skipwhite next…
/vim-8.2.3635/runtime/autoload/xml/
H A Dxsd.vim5 …, 'simpleType', 'complexType', 'element', 'attribute', 'attributeGroup', 'group', 'notation', 'ann…
8 \ ['annotation', 'simpleType', 'complexType', 'attributeGroup', 'group'],
17 …\ ['annotation', 'simpleContent', 'complexContent', 'all', 'choice', 'sequence', 'group', 'attribu…
34 \ 'group' : [
38 \ ['annotation', 'element', 'group', 'choice', 'sequence', 'any'],
41 \ ['annotation', 'element', 'group', 'choice', 'sequence', 'any'],
104 …\ ['annotation', 'all', 'choice', 'sequence', 'group', 'attribute', 'attributeGroup', 'anyAttribut…
/vim-8.2.3635/runtime/plugin/
H A Drrhelper.vim24 " on the command line by encoding this stuff in the group name
42 function DoRemoteReply(id, cnt, group, file) argument
44 execute 'autocmd! '.a:group.' BufUnload '.a:file
45 execute 'augroup! '.a:group
/vim-8.2.3635/runtime/indent/
H A Dhaml.vim49 let group = synIDattr(synID(lnum,lastcol,1),'name')
55 elseif group == 'hamlFilter'
63 elseif group =~? '\v^(hamlSelfCloser)$' || line =~? '^%\v%('.g:haml_self_closing_tags.')>'
65 …elseif group =~? '\v^%(hamlTag|hamlAttributesDelimiter|hamlObjectDelimiter|hamlClass|hamlId|htmlTa…
/vim-8.2.3635/runtime/autoload/
H A Dsyntaxcomplete.vim74 " syntax group name passed in.
80 " - When processing a list of syntax groups, the final group
234 " To retrieve all syntax items regardless of syntax group:
237 " To retrieve only the syntax items for the sqlOperator syntax group:
278 " Default the include group to include the requested syntax group
337 " Default the exclude group to nothing
575 " request group.
578 " a:group_name - the group name we are interested in
579 " \s\+xxx\s\+ - group names are always followed by xxx
583 " \( - start a group or 2 potential matches
[all …]
/vim-8.2.3635/src/proto/
H A Dsign.pro4 linenr_T buf_delsign(buf_T *buf, linenr_T atlnum, int id, char_u *group);
5 int buf_findsign(buf_T *buf, int id, char_u *group);
9 void buf_delete_signs(buf_T *buf, char_u *group);
/vim-8.2.3635/runtime/pack/dist/opt/matchit/doc/
H A Dmatchit.txt35 [% Go to [count] previous unmatched group, as specified by
39 ]% Go to [count] next unmatched group, as specified by
43 a% In Visual mode, select the matching group, as specified by
130 for the group and pattern that match. If debugging is turned on, the group is
135 |b:match_match| and substituted into each pattern in the matching group.
186 MatchError is the highlight group for error messages from the script. By
253 it is a comma (,)-separated list of groups; each group is a colon(:)-separated
256 have only one group; the effect is undefined if a group has only one pattern.
300 In any group, the expressions |\1|, |\2|, ..., |\9| refer to parts of the
314 group. For example, >
[all …]
/vim-8.2.3635/runtime/ftplugin/
H A Dgroup.vim2 " Language: group(5) user group file

12345678910