Home
last modified time | relevance | path

Searched refs:comma (Results 1 – 25 of 112) sorted by relevance

12345

/vim-8.2.3635/runtime/syntax/
H A Dasteriskvm.vim30 …,[^,]*\(,[^,]*\)\?\)\?\)\?\)\?" contains=mailboxEmail,asteriskvmSetting,asteriskvmSettingBool,comma
31 … mailboxEmail ",\zs[^@=,]*@[[:alnum:]\-\.]\+\.[[:alpha:]]\{2,10}\ze" contains=comma
32 syn match comma "[,|]" contained
H A Dtaskdata.vim27 " Special Embedded Characters (e.g., ",")
H A Dregistry.vim78 " line of hex values that ends in a comma.
H A Djson.vim70 " Syntax: No trailing comma after the last element of arrays or objects
H A Dbtm.vim94 syn keyword btmBuiltInFunc contained char clip comma convert
/vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim326 " 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 Dtypescript.vim168 " 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 Drust.vim113 " 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 Dawk.vim98 " Need continuation due to comma, backslash, etc
/vim-8.2.3635/runtime/tools/
H A Dunicode.vim101 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 Dhebrew_iso-8859-8.vim39 ' , " , - comma
H A Dhebrew_cp1255.vim37 ' , " , - comma
H A Dhebrew_utf-8.vim39 ' , " , - comma
H A Dgreek_utf-8.vim550 " 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 Dnetrw_gitignore.vim2 " Function returns a string of comma separated patterns convenient for
H A Dsqlcomplete.vim386 " 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 Dtest_urls.vim42 " remove trailing stuff (parenthesis, dot, comma, quotes), but only for HTTP
H A Doptions.txt88 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 Dft_sql.txt562 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 Dusr_43.txt41 < You would normally use the first directory name (before the first comma).
H A Ddevelop.txt211 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 Dabaqus.vim23 " Remove comma from valid filename characters since it is used to
/vim-8.2.3635/src/testdir/
H A Dtest_viminfo.vim578 call add(lines, '|1+"no comma"')
584 call add(lines, '|1,,,,') "trailing comma
1028 " Missing comma
/vim-8.2.3635/src/
H A Doption.c1722 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 Dmatchit.txt253 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

12345