Searched refs:assign (Results 1 – 25 of 85) sorted by relevance
1234
| /vim-8.2.3635/ |
| H A D | vimtutor.com | 48 $ assign/nolog "''xx'" xx
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | python3complete.vim | 446 assign='' 465 assign += token 476 assign += token 477 return "%s" % assign
|
| H A D | pythoncomplete.vim | 464 assign='' 483 assign += token 494 assign += token 495 return "%s" % assign
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | smarty.vim | 28 syn keyword smartyTagName strip assign counter cycle debug eval fetch
|
| H A D | amiga.vim | 46 syn keyword amiKey assign dir font loadwb prompt setpatch
|
| H A D | cupl.vim | 73 " but assign them no special highlighting except for the .. operator
|
| H A D | verilog.vim | 18 syn keyword verilogStatement always and assign automatic buf
|
| H A D | hercules.vim | 19 syn keyword herculesType header assign_property alias assign
|
| H A D | verilogams.vim | 23 syn keyword verilogamsStatement asinh assign atan atan2 atanh
|
| H A D | jproperties.vim | 22 " Most properties files assign values with "id=value" or "id:value". But,
|
| H A D | liquid.vim | 106 syn keyword liquidKeyword assign cycle include with contained
|
| H A D | nasm.vim | 40 " Definition Label = label defined by %[i]define or %[i]assign 226 syn match nasmDefine "^\s*%\(assign\|define\)\>"hs=e-6 227 syn match nasmDefine "^\s*%i\(assign\|define\)\>"hs=e-7
|
| H A D | aap.vim | 108 syn match aapPipeCmd '\s*:assign\>' contained
|
| H A D | eiffel.vim | 61 syn keyword eiffelDeclaration is do once deferred unique local attribute assign
|
| H A D | sil.vim | 96 syn keyword swiftKeyword load load_unowned store assign mark_uninitialized mark_function_escape cop…
|
| H A D | natural.vim | 45 syn keyword naturalKeyword reset assign move left right justified compress to into edited
|
| H A D | btm.vim | 150 syn keyword btmCommand alias append assign attrib
|
| H A D | haskell.vim | 13 " Options-assign a value to these variables to turn the option on:
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | abaqus.vim | 31 " Definitions start with a * and assign a NAME, NSET, or ELSET
|
| H A D | raku.vim | 107 iabbrev <buffer> atomic-assign ⚛=
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | ft_raku.txt | 113 iabbrev <buffer> atomic-assign ⚛=
|
| H A D | usr_46.txt | 90 If you try to assign a string to this variable, you will get an error: >
|
| /vim-8.2.3635/src/testdir/ |
| H A D | term_util.vim | 159 " Open a terminal with a shell, assign the job to g:job and return the buffer
|
| H A D | test_profile.vim | 15 func RunProfileFunc(command, declare, assign) argument 48 call map(lines, {k, v -> substitute(v, 'AAA', a:assign, '') })
|
| /vim-8.2.3635/src/ |
| H A D | os_vms.c | 174 status = sys$assign(&odsc,&iochan,0,0); in get_tty()
|
1234