| /vim-8.2.3635/runtime/syntax/ |
| H A D | asteriskvm.vim | 30 …,[^,]*\(,[^,]*\)\?\)\?\)\?\)\?" contains=mailboxEmail,asteriskvmSetting,asteriskvmSettingBool,comma 31 … mailboxEmail ",\zs[^@=,]*@[[:alnum:]\-\.]\+\.[[:alpha:]]\{2,10}\ze" contains=comma 32 syn match comma "[,|]" contained
|
| H A D | taskdata.vim | 27 " Special Embedded Characters (e.g., ",")
|
| H A D | registry.vim | 78 " line of hex values that ends in a comma.
|
| H A D | json.vim | 70 " Syntax: No trailing comma after the last element of arrays or objects
|
| H A D | btm.vim | 94 syn keyword btmBuiltInFunc contained char clip comma convert
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 326 " Input a comma-separated list of groups with backrefs, such as 328 " and return a comma-separated list of groups with backrefs replaced: 505 " Assume a:comma = ",". Then the format for a:patterns and a:1 is 510 fun! s:Choose(patterns, string, comma, branch, prefix, suffix, ...) argument 511 let tail = (a:patterns =~ a:comma."$" ? a:patterns : a:patterns . a:comma) 512 let i = matchend(tail, s:notslash . a:comma) 514 let alttail = (a:1 =~ a:comma."$" ? a:1 : a:1 . a:comma) 515 let j = matchend(alttail, s:notslash . a:comma) 525 let i = matchend(tail, s:notslash . a:comma) 537 let j = matchend(alttail, s:notslash . a:comma) [all …]
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | typescript.vim | 168 " if the line has a comma first or comma last then we can assume that we 194 " if the previous line doesn't end in a comma, return to regular indent 316 " check for comma first 318 " if the previous line ends in comma or semicolon don't indent 321 " get previous line indent, if it's comma first return prevline indent 343 " If the line is comma first, dedent 1 level
|
| H A D | rust.vim | 113 " as it treats the comma as indicating an unfinished statement:: 140 " Oh ho! The previous line ended in a comma! I bet cindent will try to
|
| H A D | awk.vim | 98 " Need continuation due to comma, backslash, etc
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | unicode.vim | 101 call setline('$', getline('$')[:-2]) " remove last comma 144 call setline('$', getline('$')[:-2]) " remove last comma 186 call setline('$', getline('$')[:-2]) " remove last comma 272 call setline('$', getline('$')[:-2]) " remove last comma 373 call setline('$', getline('$')[:-2]) " remove last comma 411 call setline('$', getline('$')[:-2]) " remove last comma
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | hebrew_iso-8859-8.vim | 39 ' , " , - comma
|
| H A D | hebrew_cp1255.vim | 37 ' , " , - comma
|
| H A D | hebrew_utf-8.vim | 39 ' , " , - comma
|
| H A D | greek_utf-8.vim | 550 " Combining/Nonspacing comma above (0x0313) instead of Psili: 554 " Combining/Nonspacing reversed comma above (0x0314) instead of Dasia:
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw_gitignore.vim | 2 " Function returns a string of comma separated patterns convenient for
|
| H A D | sqlcomplete.vim | 386 " for a list of columns comma separated, continue as usual. 425 " Return one array element, with a comma separated 965 " Specify do not comma separate (tbl, 1, 1) 982 " If the user has asked for a comma separate list of column
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | test_urls.vim | 42 " remove trailing stuff (parenthesis, dot, comma, quotes), but only for HTTP
|
| H A D | options.txt | 88 comma separated list, a comma is added, unless the 98 comma separated list, a comma is added, unless the 422 option and after a space or comma. 1344 items and must be separated by a comma: 1467 these words, separated by a comma: 3306 It is a comma separated list of items: 4607 comma, plus <Tab>. 5776 :set path=.,/dir/with\\,comma 6942 comma (in a future version the comma might be used to separate the 7598 Possible values (comma separated list): [all …]
|
| H A D | ft_sql.txt | 562 4. Press <C-C>l to request a comma separated list of all columns 568 replaced with the comma separate list of columns with the alias 616 - This setting is only used when generating a comma separated 700 < - Displays a comma separated list of columns for a specific table. > 702 < - Displays a comma separated list of columns for a specific table.
|
| H A D | usr_43.txt | 41 < You would normally use the first directory name (before the first comma).
|
| H A D | develop.txt | 211 The last item in an enum may have a trailing comma. C89 didn't allow this. 413 Use a space after a comma and semicolon:
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | abaqus.vim | 23 " Remove comma from valid filename characters since it is used to
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_viminfo.vim | 578 call add(lines, '|1+"no comma"') 584 call add(lines, '|1,,,,') "trailing comma 1028 " Missing comma
|
| /vim-8.2.3635/src/ |
| H A D | option.c | 1722 int comma; in do_set() local 1983 comma = ((flags & P_COMMA) && *origval != NUL in do_set() 1989 if (comma && i > 1 in do_set() 1994 mch_memmove(newval + i + comma, newval, in do_set() 2001 STRMOVE(newval + i + comma, origval); in do_set() 2003 if (comma) in do_set()
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/doc/ |
| H A D | matchit.txt | 253 it is a comma (,)-separated list of groups; each group is a colon(:)-separated 358 The b:match_wholeBR variable is set to the comma-separated group of patterns
|