| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | ada.vim | 64 nnoremap <unique> <buffer> <C-]> :call ada#Jump_Tag ('', 'tjump')<cr> 67 nnoremap <unique> <buffer> g<C-]> :call ada#Jump_Tag ('','stjump')<cr> 71 nnoremap <unique> <buffer> <C-]> :call ada#List_Tag ()<cr> 74 nnoremap <unique> <buffer> g<C-]> :call ada#List_Tag ()<cr> 86 inoremap <unique> <buffer> <C-N> <C-R>=ada#Completion("\<lt>C-N>")<cr> 89 inoremap <unique> <buffer> <C-P> <C-R>=ada#Completion("\<lt>C-P>")<cr> 92 inoremap <unique> <buffer> <C-X><C-]> <C-R>=<SID>ada#Completion("\<lt>C-X>\<lt>C-]>")<cr> 95 inoremap <silent> <unique> <buffer> <bs> <C-R>=ada#Insert_Backspace ()<cr>
|
| H A D | spec.vim | 22 noremap <buffer> <unique> <script> <Plug>SpecChangelog :call <SID>SpecChangelog("")<CR>
|
| /vim-8.2.3635/src/ |
| H A D | dimm.idl | 239 pointer_default(unique) 252 pointer_default(unique) 266 pointer_default(unique) 280 pointer_default(unique) 291 pointer_default(unique) 305 pointer_default(unique) 388 pointer_default(unique) 500 pointer_default(unique) 526 pointer_default(unique)
|
| H A D | if_ole.idl | 13 pointer_default(unique),
|
| H A D | map.c | 350 int unique = FALSE; in do_map() local 429 unique = TRUE; in do_map() 584 if (unique && map_table == curbuf->b_maphash in do_map() 741 else if (unique) in do_map()
|
| /vim-8.2.3635/runtime/autoload/xml/ |
| H A D | xsd.vim | 29 \ ['annotation', 'complexType', 'simpleType', 'unique', 'key', 'keyref'], 49 \ 'unique' : [
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | netrwPlugin.vim | 82 nmap <unique> gx <Plug>NetrwBrowseX 88 xmap <unique> gx <Plug>NetrwBrowseXVis 95 nmap <unique> <c-tab> <Plug>NetrwShrink
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_mapping.vim | 560 " unique map 562 call assert_fails("map <unique> ,w /[#&!]<CR>", 'E227:') 563 " unique buffer-local map 564 call assert_fails("map <buffer> <unique> ,w /[.,;]<CR>", 'E225:') 567 " unique abbreviation 569 call assert_fails("abbr <unique> SP special", 'E226:') 570 " unique buffer-local map 571 call assert_fails("abbr <buffer> <unique> SP special", 'E224:') 685 \ '<silent>', '<special>', '<unique>'],
|
| H A D | test_sort.vim | 205 \ 'name' : 'Alphabetical unique sort', 507 \ 'name' : 'alpha, unique, skip first 2 characters', 1199 \ 'name' : 'alphabetical, sorted input, unique at end',
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | xsd.vim | 57 syn match xsdElement '\%(xsd:\)\@<=unique'
|
| H A D | esqlc.vim | 30 syntax keyword esqlcKeyword unique user validate values view whenever
|
| H A D | systemverilog.vim | 48 syn keyword systemverilogConditional unique priority
|
| H A D | sqlj.vim | 32 syn keyword sqljKeyword unique user validate values view whenever
|
| H A D | context.vim | 70 …\ start='\\start\z(\%(\%[re]usable\|use\|unique\|static\)MPgraphic\|staticMPfigure\|uniqueMPpagegr…
|
| H A D | cl.vim | 68 syn keyword clStatement clear clear_eol clear_eos close copy create unique with where empty define …
|
| H A D | stp.vim | 45 syn keyword stpStatement truncate unique update values where
|
| H A D | progress.vim | 88 syn keyword ProgressReserved triggers trim true underl[ine] undo unform[atted] union unique unix un… 174 syn keyword ProgressOperator find-first find-last find-unique finder first-async[-request] first-bu… 261 …transpar[ent] trunc[ate] ttcodepage type type-of unbox unbuff[ered] unique-id unique-match unload …
|
| H A D | sqlinformix.vim | 120 syn keyword sqlOperator distinct unique
|
| H A D | eiffel.vim | 61 syn keyword eiffelDeclaration is do once deferred unique local attribute assign
|
| H A D | sqlforms.vim | 87 syntax keyword sqlKeyword unique user validate values view whenever
|
| H A D | specman.vim | 37 syn keyword specmanMethod sort split sum top top0 unique clear is_all_iterations
|
| H A D | natural.vim | 35 syn keyword naturalKeyword accept reject end-enddata number unique retain as release
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | sign.txt | 60 |sign_place()| function. Each sign identifier should be a unique number. If 70 placed in the named group. The sign identifier is unique within a group. The 71 sign group allows Vim plugins to use unique signs without interfering with 384 Prefix {name} with a unique text to avoid name collisions. 602 then a new unique identifier is allocated.
|
| H A D | usr_41.txt | 1949 - Prepend a unique string before each function name. I often use an 2097 22 map <unique> <Leader>a <Plug>TypecorrAdd; 2110 already happened to exist. |:map-<unique>| 2116 22 map <unique> <Leader>a <Plug>TypecorrAdd; 2153 24 noremap <unique> <script> <Plug>TypecorrAdd; <SID>Add 2206 <SID> is the script ID, a unique identifier for a script. 2280 22 map <unique> <Leader>a <Plug>TypecorrAdd; 2282 24 noremap <unique> <script> <Plug>TypecorrAdd; <SID>Add 2389 :map <unique> Give a warning if a mapping already exists. 2471 map <buffer> <unique> <LocalLeader>i <Plug>JavaImport; [all …]
|
| H A D | print.txt | 440 i. Decide on a unique name for your encoding vector, one that does not clash 444 'runtimepath' and rename it with your unique name. 446 with your unique name (don't forget the line starting %%Title:), and 449 iv. Within Vim, set 'printencoding' to your unique encoding name and then
|