| /vim-8.2.3635/src/xdiff/ |
| H A D | xpatience.c | 69 } *entries, *first, *last; member 106 while (map->entries[index].line1) { in insert_record() 117 map->entries[index].line2 = line; in insert_record() 122 map->entries[index].line1 = line; in insert_record() 123 map->entries[index].hash = record->ha; in insert_record() 126 map->first = map->entries + index; in insert_record() 131 map->last = map->entries + index; in insert_record() 154 result->entries = (struct entry *) in fill_hashmap() 156 if (!result->entries) in fill_hashmap() 361 xdl_free(map.entries); in patience_diff() [all …]
|
| /vim-8.2.3635/src/ |
| H A D | gui_at_fs.c | 92 SFEntry *entries; member 248 if (dir->entries[j].shown != dir->entries[j].real) in SFfree() 273 dir->entries[0].shown = dir->entries[0].real; in SFunreadableDir() 356 SFEntry *entries; in SFfindFile() local 373 entries = dir->entries; in SFfindFile() 378 name = entries[i].shown; in SFfindFile() 482 entries[0].shown = entries[0].real; in SFgetHomeDirs() 496 entries = (SFEntry *) XtRealloc((char *)entries, in SFgetHomeDirs() 504 entries[i].shown = entries[i].real; in SFgetHomeDirs() 516 SFhomeDir.entries = entries; in SFgetHomeDirs() [all …]
|
| H A D | map.c | 2585 langmap_entry_T *entries = (langmap_entry_T *)(langmap_mapga.ga_data); in langmap_set_entry() local 2593 int d = entries[i].from - from; in langmap_set_entry() 2597 entries[i].to = to; in langmap_set_entry() 2610 entries = (langmap_entry_T *)(langmap_mapga.ga_data) + a; in langmap_set_entry() 2611 mch_memmove(entries + 1, entries, in langmap_set_entry() 2614 entries[0].from = from; in langmap_set_entry() 2615 entries[0].to = to; in langmap_set_entry() 2624 langmap_entry_T *entries = (langmap_entry_T *)(langmap_mapga.ga_data); in langmap_adjust_mb() local 2631 int d = entries[i].from - c; in langmap_adjust_mb() 2634 return entries[i].to; // found matching entry in langmap_adjust_mb()
|
| H A D | screen.c | 4816 int round, i, len, entries; in set_chars_option() local 4861 entries = ARRAY_LENGTH(lcstab); in set_chars_option() 4868 entries = ARRAY_LENGTH(filltab); in set_chars_option() 4878 for (i = 0; i < entries; ++i) in set_chars_option() 4907 for (i = 0; i < entries; ++i) in set_chars_option() 4954 if (i == entries) in set_chars_option()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_undo.vim | 16 call assert_equal(1, len(d.entries)) 18 call assert_equal(1, d.entries[0].seq) 28 call assert_equal(2, len(d.entries)) 29 call assert_equal(1, d.entries[0].seq) 31 call assert_equal(2, d.entries[1].seq) 41 call assert_equal(2, len(d.entries)) 42 call assert_equal(1, d.entries[0].seq) 45 call assert_equal(2, d.entries[1].seq) 55 call assert_equal(2, len(d.entries)) 56 call assert_equal(1, d.entries[0].seq) [all …]
|
| H A D | test_quickfix.vim | 105 " List only valid entries 111 " List all the entries 137 " Ranged entries 252 " Create a list with no valid entries 259 " Create a list with valid entries 273 " Create a list with no valid entries 3279 " Add entries to multiple lists 3287 " Adding entries using a custom efm 4751 " Invalid entries 5479 " remove all the entries [all …]
|
| H A D | test_popup.vim | 115 " <PageUp> - Select a match several entries back 120 " <PageUp><PageUp> - Select a match several entries back 125 " <PageUp><PageUp><PageUp> - Select a match several entries back 130 " <PageDown> - Select a match several entries further 135 " <PageDown><PageDown> - Select a match several entries further 140 " <PageDown><PageDown><PageDown> - Select a match several entries further 145 " <PageDown><PageDown><PageDown><PageDown> - Select a match several entries further
|
| H A D | test_startup_utf8.vim | 66 " Use the title termcap entries to output the escape sequence.
|
| H A D | test_mksession.vim | 992 let entries = [ 1004 for entry in entries 1011 for entry in entries 1017 for entry in entries
|
| /vim-8.2.3635/runtime/pack/dist/opt/cfilter/plugin/ |
| H A D | cfilter.vim | 1 " cfilter.vim: Plugin to filter entries from a quickfix/location list 8 " Create a new quickfix list from entries matching {pat} in the current 9 " quickfix list. Both the file name and the text of the entries are 10 " matched against {pat}. If ! is supplied, then entries not matching
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | postscr.vim | 198 " PS JPEG filter dictionary entries 202 " PS CCITT filter dictionary entries 207 " PS Form dictionary entries 399 " PS2 $error dictionary entries 413 " PS2 pagedevice dictionary entries 428 " PS2 PDL resource entries 431 " PS2 halftone dictionary entries 546 " PS LL3 trapping dictionary entries 552 " PS LL3 filters and entries 563 " PS LL3 image dictionary entries [all …]
|
| H A D | synload.vim | 55 " load each in sequence. Skip empty entries.
|
| H A D | debchangelog.vim | 55 " Define the entries that make up the changelog
|
| H A D | papp.vim | 39 " translation entries
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | README.txt | 10 registry entries. 15 path, or you have to set the full path in the registry entries. You could 18 - You can find the names of the used registry entries in the file 20 registry entries, right-click the gvimext.reg file and choose the "merge"
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | quickfix.txt | 132 is displayed. Assumes that the entries in a quickfix 165 number of entries before the current position, then 179 number of entries after the current position, then 371 quickfix entries matching a supplied pattern. The 397 List all the entries in the location list for the 503 Only valid entries in the quickfix list are used. 504 A range can be used to select entries, e.g.: > 506 < To skip entries 1 to 9. 534 < Only valid entries in the location list are used. 1363 multiple compilers. See |efm-entries|. [all …]
|
| H A D | sign.txt | 432 following entries: 461 the following entries: 474 following entries: 478 entries 480 The dictionary for each sign contains the following entries: 553 The optional {dict} argument supports the following entries: 683 The signs in {group} are selected based on the entries in 684 {dict}. The following optional entries in {dict} are
|
| H A D | gui_w32.txt | 146 The "edit with existing Vim" entries can be disabled by adding an entry in the 151 "install.exe" program. It will add several registry entries for you. 179 entries mentioned above. The "uninstall.exe" program can do this for you. 227 registry entries with "regedit". 357 window to be created with the same menu entries on it. The floating menu can
|
| H A D | textprop.txt | 49 how to highlight the text. The property type can have these entries: 227 If a match is found then a Dict is returned with the entries 239 Each property is a Dict with these entries:
|
| H A D | term.txt | 167 Some termcap entries are wrong in the sense that after sending 't_ks' the 172 Some termcap entries assume that the highest bit is always reset. For 178 Some termcap entries have the entry ":ku=\E[A:". But the Amiga really sends 274 For the builtin termcap entries, Vim checks if the 'term' option contains 275 "8bit" anywhere. It then uses 8-bit characters for the termcap entries, the 611 mode. These are not standard termcap/terminfo entries, you need to set them 629 contains suitable entries for xterm and iris-ansi, so you don't need to set 697 - from the termcap entries "li" and "co"
|
| H A D | usr_90.txt | 457 installed the Vim entries there. This will remove most of the files, menu 458 entries and desktop shortcuts. Some files may remain however, as they need a 468 However, this only removes the registry entries for Vim. You have to
|
| H A D | tagsrch.txt | 175 entries), the oldest entry is deleted and the older entries shift one 177 entry was not at the bottom, the entries below the last used one are 893 a:info Dict containing the following entries: 915 The function should return a List of Dict entries. Each Dict must at least 916 include the following entries and each value must be a string:
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | changelog.vim | 8 " description: the timeformat used in ChangeLog entries. 14 " description: the username to use in ChangeLog entries 124 " Format used for new date entries. 129 " Format used for new entries to current date entry.
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 911 for [id, entries] in items(s:breakpoints) 912 for subid in keys(entries) 1237 let entries = s:breakpoints[id] 1239 let entries = {} 1240 let s:breakpoints[id] = entries 1242 if has_key(entries, subid) 1243 let entry = entries[subid] 1246 let entries[subid] = entry 1303 for [id, entries] in items(s:breakpoints) 1304 for [subid, entry] in items(entries) [all …]
|
| /vim-8.2.3635/runtime/spell/ |
| H A D | cleanadd.vim | 1 " Vim script to clean the ll.xxxxx.add files of commented out entries
|