Home
last modified time | relevance | path

Searched refs:silent (Results 1 – 25 of 265) sorted by relevance

1234567891011

/vim-8.2.3635/runtime/ftplugin/
H A Dpython.vim147 \ . '|silent! nunmap <buffer> [M'
148 \ . '|silent! nunmap <buffer> [['
149 \ . '|silent! nunmap <buffer> []'
150 \ . '|silent! nunmap <buffer> [m'
151 \ . '|silent! nunmap <buffer> ]M'
152 \ . '|silent! nunmap <buffer> ]['
153 \ . '|silent! nunmap <buffer> ]]'
154 \ . '|silent! nunmap <buffer> ]m'
155 \ . '|silent! ounmap <buffer> [M'
156 \ . '|silent! ounmap <buffer> [['
[all …]
H A Dvim.vim21 silent! nunmap <buffer> [[
22 silent! vunmap <buffer> [[
23 silent! nunmap <buffer> ]]
24 silent! vunmap <buffer> ]]
25 silent! nunmap <buffer> []
26 silent! vunmap <buffer> []
27 silent! nunmap <buffer> ][
28 silent! vunmap <buffer> ][
29 silent! nunmap <buffer> ]"
30 silent! vunmap <buffer> ]"
[all …]
H A Deiffel.vim58 nnoremap <silent> <buffer> ]] :<C-U>call <SID>DoMotion(sections, v:count1, 'W')<CR>
60 nnoremap <silent> <buffer> [[ :<C-U>call <SID>DoMotion(sections, v:count1, 'Wb')<CR>
74 nnoremap <silent> <buffer> ]m :<C-U>call <SID>DoFeatureMotion(v:count1, 'W')<CR>
75 …xnoremap <silent> <buffer> ]m :<C-U>exe "normal! gv"<Bar>call <SID>DoFeatureMotion(v:count1, 'W')<…
76 nnoremap <silent> <buffer> [m :<C-U>call <SID>DoFeatureMotion(v:count1, 'Wb')<CR>
77 …xnoremap <silent> <buffer> [m :<C-U>exe "normal! gv"<Bar>call <SID>DoFeatureMotion(v:count1, 'Wb')…
82 nnoremap <silent> <buffer> ]- :<C-U>call <SID>DoMotion(comment_block_start, 1, 'W')<CR>
84 nnoremap <silent> <buffer> [- :<C-U>call <SID>DoMotion(comment_block_end, 1, 'Wb')<CR>
88 \ "| silent! execute 'unmap <buffer> [[' | silent! execute 'unmap <buffer> ]]'" .
89 \ "| silent! execute 'unmap <buffer> [m' | silent! execute 'unmap <buffer> ]m'" .
[all …]
H A Druby.vim191 onoremap <silent> <buffer> im :<C-U>call <SID>wrap_i('[m',']M')<CR>
192 onoremap <silent> <buffer> am :<C-U>call <SID>wrap_a('[m',']M')<CR>
193 xnoremap <silent> <buffer> im :<C-U>call <SID>wrap_i('[m',']M')<CR>
194 xnoremap <silent> <buffer> am :<C-U>call <SID>wrap_a('[m',']M')<CR>
201 onoremap <silent> <buffer> iM :<C-U>call <SID>wrap_i('[[','][')<CR>
202 onoremap <silent> <buffer> aM :<C-U>call <SID>wrap_a('[[','][')<CR>
203 xnoremap <silent> <buffer> iM :<C-U>call <SID>wrap_i('[[','][')<CR>
204 xnoremap <silent> <buffer> aM :<C-U>call <SID>wrap_a('[[','][')<CR>
223 call s:map('n', '<silent>', 'gf <SID>c:find <Plug><cfile><CR>')
224 call s:map('n', '<silent>', '<C-W>f <SID>c:sfind <Plug><cfile><CR>')
[all …]
H A Dcontext.vim62 …nnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:false) …
63 …vnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:true) …
64 …nnoremap <silent><buffer> ]] :<C-U>call <SID>move_around(v:count1, "beginsection", "W", v:false) …
65 …vnoremap <silent><buffer> ]] :<C-U>call <SID>move_around(v:count1, "beginsection", "W", v:true) …
66 …nnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:false) …
67 …vnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:true) …
68 …nnoremap <silent><buffer> ][ :<C-U>call <SID>move_around(v:count1, "endsection", "W", v:false) …
95 onoremap <silent><buffer> tp :<c-u>call <sid>tp()<cr>
97 vnoremap <silent><buffer> tp <esc>:<c-u>call <sid>tp()<cr>
100 onoremap <silent><buffer> i$ :<c-u>normal! T$vt$<cr>
[all …]
H A Dmf.vim43 nnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:false) <…
44 vnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:true) <…
45 nnoremap <silent><buffer> ]] :<C-U>call <SID>move_around(v:count1, "beginsection", "W", v:false) <…
46 vnoremap <silent><buffer> ]] :<C-U>call <SID>move_around(v:count1, "beginsection", "W", v:true) <…
47 nnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:false) <…
48 vnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:true) <…
49 nnoremap <silent><buffer> ][ :<C-U>call <SID>move_around(v:count1, "endsection", "W", v:false) <…
50 vnoremap <silent><buffer> ][ :<C-U>call <SID>move_around(v:count1, "endsection", "W", v:true) <…
51 nnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:false) <…
52 vnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:true) <…
[all …]
H A Dj.vim47 noremap <buffer> <silent> ]] :<C-U>call <SID>SearchSection(0, 0, '')<CR>
48 xnoremap <buffer> <silent> ]] :<C-U>call <SID>SearchSection(0, 0, visualmode())<CR>
50 noremap <buffer> <silent> ][ :<C-U>call <SID>SearchSection(1, 0, '')<CR>
51 xnoremap <buffer> <silent> ][ :<C-U>call <SID>SearchSection(1, 0, visualmode())<CR>
53 noremap <buffer> <silent> [[ :<C-U>call <SID>SearchSection(0, 1, '')<CR>
54 xnoremap <buffer> <silent> [[ :<C-U>call <SID>SearchSection(0, 1, visualmode())<CR>
56 noremap <buffer> <silent> [] :<C-U>call <SID>SearchSection(1, 1, '')<CR>
60 let b:undo_ftplugin .= ' | silent! execute "unmap <buffer> ]]"'
61 \ . ' | silent! execute "unmap <buffer> ]["'
62 \ . ' | silent! execute "unmap <buffer> [["'
[all …]
H A Dmp.vim52 nnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:false) <…
53 vnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:true) <…
54 nnoremap <silent><buffer> ]] :<C-U>call <SID>move_around(v:count1, "beginsection", "W", v:false) <…
55 vnoremap <silent><buffer> ]] :<C-U>call <SID>move_around(v:count1, "beginsection", "W", v:true) <…
56 nnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:false) <…
57 vnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:true) <…
58 nnoremap <silent><buffer> ][ :<C-U>call <SID>move_around(v:count1, "endsection", "W", v:false) <…
59 vnoremap <silent><buffer> ][ :<C-U>call <SID>move_around(v:count1, "endsection", "W", v:true) <…
60 nnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:false) <…
61 vnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:true) <…
[all …]
H A Dcobol.vim73 nnoremap <silent> <buffer> > :set opfunc=<SID>IncreaseFunc<CR>g@
74 nnoremap <silent> <buffer> < :set opfunc=<SID>DecreaseFunc<CR>g@
76 nnoremap <silent> <buffer> >> :call CobolIndentBlock(1)<CR>
77 nnoremap <silent> <buffer> << :call CobolIndentBlock(-1)<CR>
78 vnoremap <silent> <buffer> > :call CobolIndentBlock(v:count1)<CR>
79 vnoremap <silent> <buffer> < :call CobolIndentBlock(-v:count1)<CR>
87 noremap <silent> <buffer> [] m':call <SID>toend('b')<CR>
88 noremap <silent> <buffer> ][ m':call <SID>toend('')<CR>
90 noremap <silent> <buffer> <Plug>Traditional :call <SID>Comment('t')<CR>
91 noremap <silent> <buffer> <Plug>Comment :call <SID>Comment('c')<CR>
[all …]
H A Dvhdl.vim78 noremap <buffer><silent>[[ :<C-u>cal <SID>CountWrapper(':cal search("\\%(--.*\\)\\@<!\\%(\\<end\\s…
79 noremap <buffer><silent>]] :<C-u>cal <SID>CountWrapper(':cal search("\\%(--.*\\)\\@<!\\%(\\<end\\s…
80 noremap <buffer><silent>[] :<C-u>cal <SID>CountWrapper(':cal search("\\%(--.*\\)\\@<!\\<end\\s\\+"…
81 noremap <buffer><silent>][ :<C-u>cal <SID>CountWrapper(':cal search("\\%(--.*\\)\\@<!\\<end\\s\\+"…
82 vnoremap <buffer><silent>[[ :<C-u>cal <SID>CountWrapper('[[')<CR>
83 vnoremap <buffer><silent>]] :<C-u>cal <SID>CountWrapper(']]')<CR>
84 vnoremap <buffer><silent>[] :<C-u>cal <SID>CountWrapper('[]')<CR>
85 vnoremap <buffer><silent>][ :<C-u>cal <SID>CountWrapper('][')<CR>
H A Dman.vim33 \ . '|silent! nunmap <buffer> <LocalLeader>h'
37 nnoremap <buffer> <silent> <c-]> :call <SID>PreGetPage(v:count)<CR>
38 nnoremap <buffer> <silent> <c-t> :call <SID>PopPage()<CR>
39 nnoremap <buffer> <silent> q :q<CR>
43 \ . '|silent! nunmap <buffer> <Plug>ManBS'
44 \ . '|silent! nunmap <buffer> <c-]>'
45 \ . '|silent! nunmap <buffer> <c-t>'
46 \ . '|silent! nunmap <buffer> q'
52 \ . '|silent! setl fdm< fdn< fen<'
189 silent execute open_cmd . " $HOME/" . page . '.' . sect . '~'
[all …]
H A Dhamster.vim37 noremap <silent><buffer> [[ :call search('^\s*sub\>', "bW")<CR>
38 noremap <silent><buffer> ]] :call search('^\s*sub\>', "W")<CR>
39 noremap <silent><buffer> [] :call search('^\s*endsub\>', "bW")<CR>
40 noremap <silent><buffer> ][ :call search('^\s*endsub\>', "W")<CR>
43 noremap <silent><buffer> ]# :call search('^\s*#\@!', "W")<CR>
44 noremap <silent><buffer> [# :call search('^\s*#\@!', "bW")<CR>
H A Drust.vim36 silent! setlocal formatoptions+=j
107 nnoremap <silent> <buffer> [[ :call rust#Jump('n', 'Back')<CR>
108 nnoremap <silent> <buffer> ]] :call rust#Jump('n', 'Forward')<CR>
109 xnoremap <silent> <buffer> [[ :call rust#Jump('v', 'Back')<CR>
110 xnoremap <silent> <buffer> ]] :call rust#Jump('v', 'Forward')<CR>
111 onoremap <silent> <buffer> [[ :call rust#Jump('o', 'Back')<CR>
112 onoremap <silent> <buffer> ]] :call rust#Jump('o', 'Forward')<CR>
140 nnoremap <silent> <buffer> <D-r> :RustRun<CR>
189 autocmd BufWritePre *.rs silent! call rustfmt#Format()
/vim-8.2.3635/runtime/pack/dist/opt/matchit/plugin/
H A Dmatchit.vim56 nmap <silent> % <Plug>(MatchitNormalForward)
57 nmap <silent> g% <Plug>(MatchitNormalBackward)
58 xmap <silent> % <Plug>(MatchitVisualForward)
59 xmap <silent> g% <Plug>(MatchitVisualBackward)
60 omap <silent> % <Plug>(MatchitOperationForward)
61 omap <silent> g% <Plug>(MatchitOperationBackward)
71 nmap <silent> [% <Plug>(MatchitNormalMultiBackward)
72 nmap <silent> ]% <Plug>(MatchitNormalMultiForward)
73 xmap <silent> [% <Plug>(MatchitVisualMultiBackward)
74 xmap <silent> ]% <Plug>(MatchitVisualMultiForward)
[all …]
/vim-8.2.3635/runtime/autoload/
H A DnetrwFileHandlers.vim197 exe "silent! !gimp -s ".a:bmpfile
214 exe 'silent! !gs '.shellescape(a:pdf,1)
232 exe 'silent! !oowriter '.shellescape(a:doc,1)
266 exe 'silent! !oocalc '.shellescape(a:xls,1)
282 " call Decho("exe silent! !gs ".a:ps)
283 exe "silent! !gs ".shellescape(a:ps,1)
291 exe "silent! !gswin32 ".shellescape(a:ps,1)
307 exe "silent! !gs ".shellescape(a:eps,1)
316 exe "silent! !gswin32 ".shellescape(a:eps,1)
331 exe "silent! !xfig ".a:fig
[all …]
H A Dgetscript.vim274 exe "silent! ".llp1.",$d"
297 silent! ?^-------?
320 silent! w!
441 silent! e %
446 silent! 1
457 silent q!
474 silent q!
493 silent q!
596 silent 1split
602 silent so %
[all …]
H A Dgzip.vim52 silent! unlet b:gzip_comp_arg
87 execute "silent '[,']w " . tmpe_esc
108 execute "silent lockmarks " . l . "r ++edit " . tmp_esc
110 execute "silent lockmarks " . l . "r " . tmp_esc
113 execute "silent " . l . "r " . tmp_esc
118 silent $delete _
123 silent! exe "bwipe " . tmp_esc
124 silent! exe "bwipe " . tmpe_esc
148 execute "silent! doau BufReadPost " . fname
180 silent! unlet b:gzip_comp_arg
/vim-8.2.3635/src/po/
H A Dcleanup.vim12 silent g/^#, c-format\n#/.d
13 silent g/^#\..*\n#/.d
15 silent g/^#[:~] /d
16 silent g/^#, fuzzy\(, .*\)\=\nmsgid ""\@!/.+1,/^$/-1s/^/#\~ /
17 silent g/^msgstr"/s//msgstr "/
18 silent g/^msgid"/s//msgid "/
19 silent g/^msgstr ""\(\n"\)\@!/?^msgid?,.s/^/#\~ /
21 silent g/^\n\n\n/.d
/vim-8.2.3635/src/testdir/
H A Dtest_filechanged.vim16 silent !echo 'extra line' >>Xchanged_r
28 silent !rm Xchanged_r
37 silent !echo 'new line' >>Xchanged_r
45 silent !chmod +x Xchanged_r
54 silent !touch Xchanged_r
69 silent !echo 'different line' >>Xchanged_r
104 silent !echo 'extra line' >>Xchanged_d
113 silent !rm Xchanged_d
122 silent !echo 'new line' >Xchanged_d
130 silent !chmod +x Xchanged_d
[all …]
H A Dtest_menu.vim157 silent! unmenu Foo
229 10nmenu <silent> 10.20 T&est.B&ar<Tab>:bar :echo 'bar'<CR>
233 \ accel: ':bar', priority: 20, enabled: v:true, silent: v:true,
268 imenu <silent> <script> Test.imenu :imenu<CR>
281 inoremenu <silent> Test.inoremenu :inoremenu<CR>
285 \ display: 'menu', modes: ' ', enabled: v:true, silent: v:false,
289 \ display: 'menu!', modes: '!', enabled: v:true, silent: v:false,
293 \ display: 'amenu', modes: 'a', enabled: v:true, silent: v:false,
297 \ display: 'nmenu', modes: 'n', enabled: v:true, silent: v:false,
317 \ display: 'imenu', modes: 'i', enabled: v:true, silent: v:true,
[all …]
H A Dtest_makeencoding.vim30 exec "silent !" . s:python . " " . s:script . " " . enc . " > " . &errorfile
41 exec "silent !" . s:python . " " . s:script . " " . enc . " > " . &errorfile
61 exec "silent grep! " . s:script . " " . enc
71 exec "silent lgrep! " . s:script . " " . enc
88 exec "silent make! " . s:script . " " . enc
98 exec "silent lmake! " . s:script . " " . enc
H A Dtest_stat.vim124 silent !echo changed > Xautoread
126 silent !echo 'changed' > Xautoread
134 silent !del Xautoread
136 silent !rm Xautoread
144 silent !echo recreated > Xautoread
146 silent !echo 'recreated' > Xautoread
174 silent !ln -s Xfile Xlink
179 silent !mkfifo Xfifo
/vim-8.2.3635/runtime/
H A Devim.vim18 inoremap <silent> <Down> <C-R>=pumvisible() ? "\<lt>Down>" : "\<lt>C-O>gj"<CR>
19 inoremap <silent> <Up> <C-R>=pumvisible() ? "\<lt>Up>" : "\<lt>C-O>gk"<CR>
22 noremap <silent> <C-F> :promptfind<CR>
23 vnoremap <silent> <C-F> y:promptfind <C-R>"<CR>
24 onoremap <silent> <C-F> <C-C>:promptfind<CR>
25 inoremap <silent> <C-F> <C-O>:promptfind<CR>
26 cnoremap <silent> <C-F> <C-C>:promptfind<CR>
H A Dmenu.vim82 an <silent> 9999.40 &Help.&Find\.\.\. :call <SID>Helpfind()<CR>
114 silent! exe "help " . h
126 an <silent> 10.330 &File.&Close<Tab>:close
393 silent! aunmenu &Edit.Show\ C&olor\ Schemes\ in\ Menu
423 silent! aunmenu &Edit.Show\ &Keymaps\ in\ Menu
474 exe "silent! " . cmd
577 an <silent> 40.530 &Tools.&Convert\ to\ HEX<Tab>:%!xxd
579 an <silent> 40.540 &Tools.Conve&rt\ Back<Tab>:%!xxd\ -r
642 silent! aunmenu &Tools.Show\ Compiler\ Se&ttings\ in\ Menu
705 exe 'silent! aun &Buffers.' . menu_name
[all …]
/vim-8.2.3635/runtime/doc/
H A Dremote.txt38 --remote-silent [+{cmd}] {file} ... *--remote-silent*
44 --remote-wait-silent [+{cmd}] {file} ... *--remote-wait-silent*
50 *--remote-tab-silent*
51 --remote-tab-silent Like --remote-silent but open each file in a
57 *--remote-tab-wait-silent*
58 --remote-tab-wait-silent Like --remote-wait-silent but open each file
87 gvim --servername FILES --remote-silent file.txt

1234567891011