Home
last modified time | relevance | path

Searched refs:unique (Results 1 – 25 of 106) sorted by relevance

12345

/vim-8.2.3635/runtime/ftplugin/
H A Dada.vim64 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 Dspec.vim22 noremap <buffer> <unique> <script> <Plug>SpecChangelog :call <SID>SpecChangelog("")<CR>
/vim-8.2.3635/src/
H A Ddimm.idl239 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 Dif_ole.idl13 pointer_default(unique),
H A Dmap.c350 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 Dxsd.vim29 \ ['annotation', 'complexType', 'simpleType', 'unique', 'key', 'keyref'],
49 \ 'unique' : [
/vim-8.2.3635/runtime/plugin/
H A DnetrwPlugin.vim82 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 Dtest_mapping.vim560 " 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 Dtest_sort.vim205 \ '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 Dxsd.vim57 syn match xsdElement '\%(xsd:\)\@<=unique'
H A Desqlc.vim30 syntax keyword esqlcKeyword unique user validate values view whenever
H A Dsystemverilog.vim48 syn keyword systemverilogConditional unique priority
H A Dsqlj.vim32 syn keyword sqljKeyword unique user validate values view whenever
H A Dcontext.vim70 …\ start='\\start\z(\%(\%[re]usable\|use\|unique\|static\)MPgraphic\|staticMPfigure\|uniqueMPpagegr…
H A Dcl.vim68 syn keyword clStatement clear clear_eol clear_eos close copy create unique with where empty define …
H A Dstp.vim45 syn keyword stpStatement truncate unique update values where
H A Dprogress.vim88 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 Dsqlinformix.vim120 syn keyword sqlOperator distinct unique
H A Deiffel.vim61 syn keyword eiffelDeclaration is do once deferred unique local attribute assign
H A Dsqlforms.vim87 syntax keyword sqlKeyword unique user validate values view whenever
H A Dspecman.vim37 syn keyword specmanMethod sort split sum top top0 unique clear is_all_iterations
H A Dnatural.vim35 syn keyword naturalKeyword accept reject end-enddata number unique retain as release
/vim-8.2.3635/runtime/doc/
H A Dsign.txt60 |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 Dusr_41.txt1949 - 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 Dprint.txt440 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

12345