| /vim-8.2.3635/src/ |
| H A D | quickfix.c | 1071 ++fields->col; in qf_parse_fmt_p() 1075 fields->col -= fields->col % 8; in qf_parse_fmt_p() 1078 ++fields->col; in qf_parse_fmt_p() 1184 fields->type = 0; in qf_parse_match() 1637 fields->module, in qf_init_process_nextline() 1639 fields->errmsg, in qf_init_process_nextline() 1640 fields->lnum, in qf_init_process_nextline() 1642 fields->col, in qf_init_process_nextline() 1646 fields->enr, in qf_init_process_nextline() 1647 fields->type, in qf_init_process_nextline() [all …]
|
| H A D | gui_photon.c | 2682 long flags, mask, fields; in gui_mch_menu_grey() local 2691 fields = Pt_FALSE; in gui_mch_menu_grey() 2696 fields = Pt_TRUE; in gui_mch_menu_grey() 2701 fields = ~fields; in gui_mch_menu_grey() 2703 PtSetResource(menu->id, Pt_ARG_FLAGS, fields, in gui_mch_menu_grey()
|
| H A D | INSTALLvms.txt | 162 Description : Allow any white space to separate the fields in a
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | textprop.txt | 41 A text property has these fields: 128 {props} is a dictionary with these fields: 142 All fields except "type" are optional. 169 {props} is a dictionary with these fields: 175 All fields except "type" are optional. 268 {props} is a dictionary with these fields: 288 {props} is a dictionary with these optional fields: 333 dictionary with the same fields as was given to
|
| H A D | tagsrch.txt | 563 fields at the end of each line. It is backwards compatible with Vi. It is 582 with Vi, it ignores the following fields. Example: 590 {field} .. A list of optional fields. Each field has the form: 924 The following fields are optional:
|
| H A D | spell.txt | 910 These fields are put in the .spl file as-is. The |:spellinfo| command can be 1022 The first line is a header and has four fields: 1034 For PFX the fields are exactly the same. 1055 fields for words with different endings. 1070 For PFX the fields are the same, but the {strip}, {add} and {condition} apply
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | changelog.vim | 109 let fields = split(a:line, ':', 1) 110 if len(fields) < a:field 113 return fields[a:field - 1]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vgrindefs.vim | 16 " The fields that vgrind recognizes
|
| H A D | debcontrol.vim | 92 " Handle all fields from deb-src-control(5) 111 " Catch-all for the other legal fields
|
| H A D | snnsres.vim | 16 " the accepted fields in the header
|
| H A D | redif.vim | 18 " Structure: Some fields determine what fields can come next. For example: 23 " Those fields span a syntax region over several lines so that these regions 37 " Defines the 9 possible multi-lines regions of Template-Type and the fields 49 " All fields are foldable (These come before clusters, so they have lower 87 " fields containers) 91 " Their foldable fields containers 95 " All the possible fields 929 " For deprecated fields: 933 " fields can follow. Thus sync must search backwards for it. 962 " whitespace between fields and arguments (which is already very unlikely)
|
| H A D | snnspat.vim | 27 " the accepted fields in the header
|
| H A D | hex.vim | 58 " special data fields
|
| H A D | ptcap.vim | 31 " `:' and `|' are delimiters for fields and names, and should not be
|
| H A D | mplayerconf.vim | 88 \ http-header-fields idle ignore-start
|
| H A D | po.vim | 56 " Translations (also includes header fields as they appear in a translation msgstr)
|
| H A D | mysql.vim | 25 syn keyword mysqlKeyword fields file first flush for foreign from full function
|
| H A D | progress.vim | 136 syn keyword ProgressOperator add-columns-from add-events-proc[edure] add-fields-from add-first add-… 220 … num-child-relations num-children num-col[umns] num-copies num-dropped-files num-fields num-formats
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | haskellcomplete.vim | 419 \ , "-fwarn-missing-fields" 420 \ , "-fno-warn-missing-fields" 490 \ , "-funbox-strict-fields" 491 \ , "-fno-unbox-strict-fields" 765 \ , "-Wmissing-fields" 766 \ , "-Wno-missing-fields" 801 \ , "-Wpartial-fields" 802 \ , "-Wno-partial-fields" 968 \ , "-funbox-small-strict-fields" 970 \ , "-funbox-strict-fields" [all …]
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | screen.c | 603 static int resize(int new_rows, int new_cols, VTermStateFields *fields, void *user) in resize() argument 619 resize_buffer(screen, 0, new_rows, new_cols, !altscreen_active, fields); in resize() 621 resize_buffer(screen, 1, new_rows, new_cols, altscreen_active, fields); in resize()
|
| H A D | state.c | 1772 VTermStateFields fields; in on_resize() local 1836 fields.pos = state->pos; in on_resize() 1839 (*state->callbacks->resize)(rows, cols, &fields, state->cbdata); in on_resize() 1841 state->pos = fields.pos; in on_resize()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_taglist.vim | 164 " Test for duplicate fields in a tag in a tags file
|
| H A D | test_viminfo.vim | 597 call add(lines, '|2') " invalid number of fields in a history barline 603 call add(lines, '|3') " invalid number of fields in a register barline 611 call add(lines, '|4') " invalid number of fields in a mark barline
|
| H A D | test_recover.vim | 208 " Not all fields are written in a system-independent manner. Detect whether
|
| /vim-8.2.3635/src/libvterm/include/ |
| H A D | vterm.h | 400 int (*resize)(int rows, int cols, VTermStateFields *fields, void *user);
|