Home
last modified time | relevance | path

Searched refs:items (Results 1 – 25 of 258) sorted by relevance

1234567891011

/vim-8.2.3635/src/
H A Dspellfile.c2360 + STRLEN(items[0]) in spell_read_aff()
2369 STRCAT(p, items[0]); in spell_read_aff()
2371 STRCAT(p, items[1]); in spell_read_aff()
2495 STRCAT(p, items[1]); in spell_read_aff()
2602 if (*items[0] == 'P') in spell_read_aff()
2665 if (STRCMP(items[2], "Y") != 0 && STRCMP(items[2], "N") != 0) in spell_read_aff()
2745 if (*items[0] == 'P') in spell_read_aff()
2918 : &spin->si_rep, items[1], items[2]); in spell_read_aff()
2971 : items[2]); in spell_read_aff()
2991 items[i]))) in spell_read_aff()
[all …]
H A Dversion.c8137 list_in_columns(char_u **items, int size, int current) in list_in_columns() argument
8146 int use_highlight = (items == (char_u **)features); in list_in_columns()
8151 for (i = 0; size < 0 ? items[i] != NULL : i < size; ++i) in list_in_columns()
8153 int l = vim_strsize(items[i]) + (i == current ? 2 : 0); in list_in_columns()
8166 version_msg_wrap(items[i], i == current); in list_in_columns()
8190 if (use_highlight && items[idx][0] == '-') in list_in_columns()
8191 msg_puts_attr((char *)items[idx], HL_ATTR(HLF_W)); in list_in_columns()
8194 msg_puts((char *)items[idx]); in list_in_columns()
H A Dgui_xmdlg.c368 XmString items[MAX_ENTRIES_IN_LIST]; in fill_lists() local
453 XmNlabelString, items[i], in fill_lists()
464 XmNlabelString, items[i], in fill_lists()
496 XmStringFree(items[i]); in fill_lists()
526 items[i] = XmStringCreateLocalized(list[idx][i]); in fill_lists()
530 XmListAddItems(w, items, count[idx], 1); in fill_lists()
533 XmStringFree(items[0]); in fill_lists()
534 items[0] = XmStringCreateLocalized(data->sel[idx]); in fill_lists()
535 XmListSelectItem(w, items[0], False); in fill_lists()
536 XmListSetBottomItem(w, items[0]); in fill_lists()
[all …]
H A Dif_perl.xs1647 if (items == 0)
1665 for (i = 0; i < items; i++)
1698 if (items == 0)
1710 for (i = 0; i < items; i++)
1761 if (items == 1)
1769 else if (items == 3)
1858 if (items < 3)
1894 if (items == 2)
1899 else if (items == 3)
1911 if (items >= 2)
[all …]
/vim-8.2.3635/runtime/autoload/
H A Dccomplete.vim76 let items = []
117 " Find the variable items[0].
148 if len(items) == 1
151 let match = items[0]
170 let match = items[0]
180 if len(items) == 1 || len(items) == arrays + 1
182 if len(items) == 1
234 let last = len(items) - 1
237 if items[last][0] != '['
533 " Skip over [...] items
[all …]
H A Dsyntaxcomplete.vim26 " match syntax and pull out syntax items which are at least
32 " E688: More targets than List items.
56 " - Some additional syntax items were also allowed
73 " - It will return a List of all syntax items for the
234 " To retrieve all syntax items regardless of syntax group:
327 \ || syntax_full =~ 'No Syntax items'
371 " items specific to each individual filetype.
392 " Either items begin as:
449 " " items specific to each individual filetype.
470 " " Either items begin as:
[all …]
H A Dsqlcomplete.vim67 " - Now returns a List of the syntax items it finds.
147 " Default syntax items to precache
183 " for returning the completion list of items.
376 " name, so we can shift the items appropriately.
443 " name was provided, append it to each of the items
448 " items returned.
462 " Reset all cached items
495 let msg = "All SQL cached items have been removed."
557 " the syntax items.
580 " the syntax items.
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_tagjump.vim366 call settagstack(1, {'items' : []})
407 " Try pushing invalid items onto the stack
408 call settagstack(1, {'items' : []})
423 call settagstack(1, {'items' : []})
431 " Try pushing items onto a full stack
455 call settagstack(1, {'items' : []})
468 call settagstack(1, {'items' : []})
483 call settagstack(1, {'items' : []})
953 call settagstack(1, {'items' : []})
978 call settagstack(1, {'items' : []})
[all …]
H A Dtest_quickfix.vim2424 call assert_equal(10, g:Xgetlist({'items':1}).items[0].lnum)
3291 call assert_equal(20, g:Xgetlist({'items':1}).items[1].lnum)
3294 call assert_equal(20, g:Xgetlist({'items':1}).items[1].lnum)
3698 call assert_equal([], g:Xgetlist({'items' : 0}).items)
3729 call assert_equal([], g:Xgetlist({'items' : 0}).items)
3766 call assert_equal([], g:Xgetlist({'nr' : 5, 'items' : 0}).items)
5090 call assert_equal([], g:Xgetlist({'idx' : 1, 'items' : 0}).items)
5092 let l = g:Xgetlist({'idx' : 2, 'items' : 0}).items
5097 call assert_equal([], g:Xgetlist({'idx' : 3, 'items' : 0}).items)
5109 let qfl = getqflist({'id' : a:info.id, 'items' : 1}).items
[all …]
H A Dtest_tagfunc.vim25 call settagstack(win_getid(), {'items': []})
30 call assert_equal('somedata1', gettagstack().items[0].user_data)
34 call assert_equal('somedata5', gettagstack().items[1].user_data)
39 call assert_equal('somedata5', gettagstack().items[1].user_data)
H A Dtest_listdict.vim80 " removing items with :unlet
91 #" removing items out of range: silently skip items that don't exist
200 " Test removing items in list
279 for [key, val] in items(d)
322 " removing items with :unlet
348 " lookup each items
354 " delete even items
362 " delete odd items, checking value, one intentionally wrong
436 " Test removing items in a dictionary
1310 call assert_equal([], items(test_null_dict()))
[all …]
/vim-8.2.3635/runtime/doc/
H A Dusr_44.txt17 |44.5| Nested items
53 To check which syntax items are currently defined, use this command: >
57 You can use this to check which items have actually been defined. Quite
60 To list the items in a specific syntax group use: >
194 it is easier to use nested items, as is explained in the next section.
197 *44.5* Nested items
244 Consider the following two syntax items: >
288 argument. "CONTAINED" is used to only include items with a "contained"
499 After loading the C syntax items the specific C++ items can be defined.
520 region ends and we go back to the items defined in the Perl file.
[all …]
H A Dusr_46.txt10 modules, import and export items and keep the rest local.
29 The basic idea is that a script file has items that are private, only used
30 inside the script file, and items that are exported, used outside of the
31 script file. The exported items can then be used by scripts that import them.
166 In some cases you have a legacy Vim script where you want to use items from a
178 Besides avoiding putting any items in the global namespace (where name clashes
180 no matter how many times items from it are imported.
183 That is OK, but then only global items will be available. The Vim9 script
184 will have to make sure to use a unique name for these global items. Example: >
H A Dusr_42.txt104 insert your own items, if you really want to (it's often better to leave the
105 standard menus alone and add a new menu for your own items).
143 You can define menu items that exist for only certain modes. This works just
230 This lists only the "Edit" menu items for all modes. To list only one
248 You can delete a whole menu, with all its items, by using the menu name.
253 This deletes the Syntax menu and all the items in it.
268 g When removed the inactive menu items are not made grey
279 For translating menu items, see |:menutrans|.
310 redefine what these items do (after the default menus are setup).
324 You can define tooltips for the items in the toolbar. A tooltip is a short
[all …]
H A Dft_sql.txt365 items from the syntax highlight group
371 'sqlKeyword' - Display the items for the sqlKeyword highlight
380 items from the sqlKeyword highlight group. The
480 * fr<C-C>a (show all syntax items)
675 < - Displays all SQL syntax items. >
677 < - Displays all SQL syntax items defined as 'sqlKeyword'. >
679 < - Displays all SQL syntax items defined as 'sqlFunction. >
681 < - Displays all SQL syntax items defined as 'sqlOption'. >
683 < - Displays all SQL syntax items defined as 'sqlType'. >
718 to regenerate the list of items.
[all …]
H A Dpi_paren.txt39 syntax items are ignored. Any syntax items with "string" or "comment"
40 somewhere in their name are considered string or comment items.
H A Dpi_spec.txt75 Where to insert new items *spec_chglog_prepend*
78 The plugin will usually insert new %changelog entry items (note that it's
84 it will insert new items before the existing ones.
H A Dvim9.txt283 If you do want to keep items, use: >
420 To ignore any remaining items: >
826 the index, if items are deleted then items in the list will be skipped.
1352 items, can then be imported in another script.
1431 To import multiple items at the same time: >
1438 To import all exported items under a specific identifier: >
1469 result in undefined items.
1495 items and any private items. >
1655 Specific items from TypeScript we avoid:
1767 exports selected items and keeps the rest local.
[all …]
/vim-8.2.3635/runtime/pack/dist/opt/cfilter/plugin/
H A Dcfilter.vim56 let items = filter(Xgetlist(), cond)
58 call Xsetlist([], ' ', {'title' : title, 'items' : items})
/vim-8.2.3635/runtime/syntax/
H A Dzimbu.vim86 syn match zimbuAttribute "@items=private\>"
87 syn match zimbuAttribute "@items=protected\>"
88 syn match zimbuAttribute "@items=public\>"
89 syn match zimbuAttribute "@items=file\>"
90 syn match zimbuAttribute "@items=directory\>"
H A Dflexwiki.vim92 " Bulleted list items start with one or tabs, followed by whitespace, then '*'
93 " Numeric list items start with one or tabs, followed by whitespace, then '1.'
101 " Link FlexWiki syntax items to colors
/vim-8.2.3635/src/po/
H A DREADME.txt83 Search the po file for items that require translation:
103 - items marked with "#, fuzzy"
104 - items with an empty msgstr
110 gettext ignores empty strings and items marked with "#, fuzzy".
H A DREADME_mingw.txt57 Search the po file for items that require translation:
69 - items marked with "#, fuzzy"
70 - items with an empty msgstr
H A Dcheck.vim4 " - All %...s items in "msgid" are identical to the ones in "msgstr".
11 " Removes all text except % items and returns the result.
30 " remove everything but % items.
/vim-8.2.3635/runtime/indent/
H A Dpascal.vim106 " If the PREVIOUS LINE ended in these items, always indent
127 " If the PREVIOUS LINE ended with these items, indent if not
205 " If the PREVIOUS LINE ended in these items, always indent.

1234567891011