Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 25 of 224) sorted by relevance

123456789

/vim-8.2.3635/src/
H A Dif_xcmdsrv.c165 garray_T strings; member
699 ga_init2(&e.strings, 1, 100); in ServerReplyFind()
706 ga_clear(&p->strings); in ServerReplyFind()
796 *str = vim_strsave(p->strings.ga_data); in serverReadReply()
798 if (len < p->strings.ga_len) in serverReadReply()
800 s = (char_u *) p->strings.ga_data; in serverReadReply()
802 p->strings.ga_len -= len; in serverReadReply()
807 ga_clear(&p->strings); in serverReadReply()
827 *str = p->strings.ga_data; in serverPeekReply()
1452 ga_concat(&(r->strings), str); in server_parse_message()
[all …]
H A Dmenu.c788 if (menu->strings[i] != NULL) in add_menu_path()
790 menu->strings[i][0] = c; in add_menu_path()
795 menu->strings[i][1] = d; in add_menu_path()
810 menu->strings[i] = p; in add_menu_path()
1096 if (menu->strings[i] == menu->strings[idx]) in free_menu_string()
1099 vim_free(menu->strings[idx]); in free_menu_string()
1100 menu->strings[idx] = NULL; in free_menu_string()
1218 if (*menu->strings[bit] == NUL) in show_menus_recursive()
2896 if (menu->strings[bit] != NULL) in menuitem_getinfo()
2901 *menu->strings[bit] == NUL in menuitem_getinfo()
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dtoml.vim17 " Basic strings
19 " Multi-line basic strings
21 " Literal strings
23 " Multi-line literal strings
H A Drcs.vim10 " rcs_folding = 1 For folding strings
31 " Folded strings.
H A Dchaiscript.vim36 " Hex strings
39 " Binary strings
H A Drego.vim24 syn match regoFuncStrings2 "\<strings\.replace_n\>"
74 " https://www.openpolicyagent.org/docs/latest/policy-language/#strings
H A Dmgl.vim36 "wrong strings
39 "right strings
H A Dsgml.vim24 " inside strings and in plain text (character data).
36 " strings inside character data or comments
269 " This allows "?>" inside strings -- good idea?
H A Dxml.vim38 " 1) empty tag delimiters "/>" inside attribute values (strings)
65 " strings (inside tags) aka VALUES
276 " This allows "?>" inside strings -- good idea?
H A Djal.vim150 "wrong strings
153 "right strings
155 " To see the start and end of strings:
H A Djovial.vim30 " JOVIAL variable names. This rule is to prevent conflicts with strings.
94 " this is to prevent confusion with JOVIAL strings
H A Dgpg.vim82 \ no-sk-comments no-tty no-utf8-strings no-verbose
89 \ utf8-strings verbose with-colons with-fingerprint
H A Dblank.vim19 " Common strings
/vim-8.2.3635/src/po/
H A DREADME.txt15 some encodings. This follows the C99 standard for strings. It means that
73 This will extract all the strings from Vim and merge them in with the
102 Comment-out all non-translated strings. There are two types:
110 gettext ignores empty strings and items marked with "#, fuzzy".
H A DREADME_mingw.txt47 This will extract all the strings from Vim and merge them in with the
68 Comment-out all non-translated strings. There are two types:
H A Dtojavascript.vim4 " quoted strings.
/vim-8.2.3635/nsis/lang/
H A Dsimpchinese.nsi3 # simpchinese.nsi: Simplified Chinese language strings for gvim NSIS
14 # These strings should be always English. Otherwise dosinst.c fails.
H A Drussian.nsi3 # russian.nsi: Russian language strings for gvim NSIS installer.
14 # These strings should be always English. Otherwise dosinst.c fails.
H A Dtradchinese.nsi3 # tradchinese.nsi: Traditional Chinese language strings for gvim NSIS
14 # These strings should be always English. Otherwise dosinst.c fails.
H A Dserbian.nsi3 # serbian.nsi: Serbian language strings for gvim NSIS installer.
13 # These strings should be always English. Otherwise dosinst.c fails.
H A Djapanese.nsi3 # japanese.nsi: Japanese language strings for gvim NSIS installer.
13 # These strings should be always English. Otherwise dosinst.c fails.
H A Dturkish.nsi1 # turkish.nsi: Turkish language strings for gvim NSIS installer.
8 # These strings should be always English. Otherwise dosinst.c fails.
/vim-8.2.3635/runtime/doc/
H A Dpi_logipat.txt85 of the strings :abc: or :def:
88 < will search for lines which contain both of the strings
H A Dif_lua.txt134 strings. Keys that are not strings are not
192 Vim strings and numbers are directly converted
193 to Lua strings and numbers respectively. Vim
505 Note that "_A" receives the argument to "luaeval". Lua numbers, strings, and
/vim-8.2.3635/src/testdir/
H A Dtest_sort.vim15 " numbers compared as strings
47 " null strings are sorted as empty strings.
54 " strings are not sorted

123456789