Home
last modified time | relevance | path

Searched refs:nowait (Results 1 – 21 of 21) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_maparg.vim21 \ 'mode': ' ', 'nowait': 0, 'expr': 0, 'sid': sid, 'lnum': lnum + 1,
26 \ 'nowait': 0, 'expr': 1, 'sid': sid, 'lnum': lnum + 2,
30 map <buffer> <nowait> foo bar
33 \ 'nowait': 1, 'expr': 0, 'sid': sid, 'lnum': lnum + 1, 'rhs': 'bar',
40 \ 'nowait': 0, 'expr': 0, 'sid': sid, 'lnum': lnum + 1, 'rhs': 'foo',
H A Dtest_cmdline.vim144 call feedkeys(":map <nowait> <b\<Tab>\<Home>\"\<CR>", 'xt')
145 call assert_equal('"map <nowait> <buffer>', getreg(':'))
147 call assert_equal('"map <special> <nowait>', getreg(':'))
H A Dtest_mapping.vim684 call assert_equal(['<buffer>', '<expr>', '<nowait>', '<script>',
H A Dtest_vim9_builtin.vim2116 nowait: 0,
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim6573 nnoremap <buffer> <silent> <nowait> O :<c-u>call <SID>NetrwObtain(1)<cr>
6574 nnoremap <buffer> <silent> <nowait> o :call <SID>NetrwSplit(3)<cr>
6581 nnoremap <buffer> <silent> <nowait> s :call <SID>NetrwSortStyle(1)<cr>
6584 nnoremap <buffer> <silent> <nowait> t :call <SID>NetrwSplit(4)<cr>
6588 nnoremap <buffer> <silent> <nowait> v :call <SID>NetrwSplit(5)<cr>
6608 nmap <buffer> <silent> <nowait> <s-cr> <Plug>NetrwTreeSqueeze
6687 nnoremap <buffer> <silent> <nowait> o :call <SID>NetrwSplit(0)<cr>
6695 nnoremap <buffer> <silent> <nowait> s :call <SID>NetrwSortStyle(0)<cr>
6698 nnoremap <buffer> <silent> <nowait> t :call <SID>NetrwSplit(1)<cr>
6702 nnoremap <buffer> <silent> <nowait> v :call <SID>NetrwSplit(2)<cr>
[all …]
/vim-8.2.3635/src/
H A Dmap.c215 int nowait, in map_add() argument
253 mp->m_nowait = nowait; in map_add()
351 int nowait = FALSE; in do_map() local
388 nowait = TRUE; in do_map()
772 mp->m_nowait = nowait; in do_map()
843 noremap, nowait, silent, mode, abbrev, in do_map()
2350 int nowait; in f_mapset() local
2394 nowait = dict_get_number(d, (char_u *)"nowait") != 0; in f_mapset()
2422 nowait, silent, mode, is_abbr, expr, sid, lnum, 0); in f_mapset()
2425 nowait, silent, mode, is_abbr, expr, sid, lnum, 1); in f_mapset()
/vim-8.2.3635/runtime/syntax/
H A Desqlc.vim28 syntax keyword esqlcKeyword nocompress nowait of offline on online start
H A Dsqlj.vim30 syn keyword sqljKeyword nocompress nowait of offline on online start
H A Diss.vim87 syn keyword issRunFlags hidewizard nowait postinstall runhidden runmaximized
H A Dsqlforms.vim85 syntax keyword sqlKeyword nocompress nowait of offline on online start
H A Dsqloracle.vim33 syn keyword sqlKeyword nocache nocompress nologging noparallel nowait of offline on online start
H A Dwinbatch.vim46 syn keyword winbatchImplicit notify nowait numlock off on open parsec parseonly pi
H A Dsqr.vim134 syn keyword sqrParam nowait number number-edit-mask on-break
H A Dvim.vim433 syn match vimMapMod contained "\%#=1\c<\(buffer\|expr\|\(local\)\=leader\|nowait\|plug\|script\|sid…
437 syn keyword vimMapModKey contained buffer expr leader localleader nowait plug script sid silent uni…
/vim-8.2.3635/runtime/doc/
H A Dos_vms.txt177 $ gv*im :== spawn/nowait mcr VIM:VIM.EXE -g
208 $ gv*im:== spawn/nowait/input=NLA0 mcr VIM:VIM.EXE -g -GEOMETRY 80x40
239 $ gv*im:== spawn/nowait/input=NLA0 mcr VIM:VIM.EXE -g -GEOMETRY 80x40
412 $ gv*im :== "spawn/nowait mcr VIM:VIM.EXE -g"
691 $ gv*im :== spawn/nowait/input=NLA0 mcr VIM:GVIM.EXE -g -GEOMETRY 80x40
H A Dmap.txt169 "<buffer>", "<nowait>", "<silent>", "<special>", "<script>", "<expr>" and
179 The local buffer mappings are used before the global ones. See <nowait> below
189 *:map-<nowait>* *:map-nowait*
193 <nowait> argument. Then the mapping will be used when it matches, Vim does
196 Note that this works when the <nowait> mapping fully matches and is found
787 mapping immediately if it was defined with <nowait>, even if a longer mapping
789 :map <buffer> <nowait> \a :echo "Local \a"<CR>
H A Dtags2750 :map-<nowait> map.txt /*:map-<nowait>*
2762 :map-nowait map.txt /*:map-nowait*
H A Dpi_netrw.txt1280 nmap <buffer> <silent> <nowait> YOURKEYCOMBO <Plug>NetrwTreeSqueeze
4139 The "<nowait>" modifier has been included
H A Dtodo.txt3269 Could use vimrun with an "-nowait" argument to only wait when an error
4724 command: ":nowait {cmd}", or ":quiet", which executes {cmd} without any
H A Dversion7.txt10335 Added |:map-nowait| creating mapping which when having lhs that is the
10338 shorter alternative: one with <nowait>.
17608 was defined with <nowait>.
H A Deval.txt7673 "nowait" Do not wait for other, longer mappings.
7674 (|:map-<nowait>|).