Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 25 of 81) sorted by relevance

1234

/vim-8.2.3635/src/
H A Dex_eval.c786 switch (pending) in report_pending()
806 if (pending & CSTP_THROW) in report_pending()
813 else if ((pending & CSTP_ERROR) && (pending & CSTP_INTERRUPT)) in report_pending()
1871 pending = CSTP_ERROR; in ex_finally()
2123 switch (pending) in ex_endtry()
2236 csp->pending = CSTP_NONE; in enter_cleanup()
2259 int pending = csp->pending; in leave_cleanup() local
2270 if (pending & CSTP_THROW) in leave_cleanup()
2294 if (pending & CSTP_THROW) in leave_cleanup()
2311 if (pending & CSTP_ERROR) in leave_cleanup()
[all …]
H A Dif_xcmdsrv.c385 PendingCommand pending; in serverSendToVim() local
473 pending.serial = serial; in serverSendToVim()
474 pending.code = 0; in serverSendToVim()
475 pending.result = NULL; in serverSendToVim()
477 pendingCommands = &pending; in serverSendToVim()
486 if (pendingCommands == &pending) in serverSendToVim()
487 pendingCommands = pending.nextPtr; in serverSendToVim()
495 pcPtr->nextPtr = pending.nextPtr; in serverSendToVim()
500 *result = pending.result; in serverSendToVim()
502 vim_free(pending.result); in serverSendToVim()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dusr_40.txt68 :map Normal, Visual and Operator-pending
71 :omap Operator-pending
76 Operator-pending mode is when you typed an operator character, such as "d" or
78 when you type "dw", the "w" is entered in operator-pending mode.
88 This causes <F7> to perform a select block "a{" in operator-pending mode, just
148 :noremap Normal, Visual and Operator-pending
151 :onoremap Operator-pending
184 :unmap Normal, Visual and Operator-pending
187 :ounmap Operator-pending
192 There is a trick to define a mapping that works in Normal and Operator-pending
H A Dusr_42.txt146 :menu Normal, Visual and Operator-pending mode
149 :omenu Operator-pending mode
173 Operator-pending mode: CTRL-C *
178 In Visual and Operator-pending mode CTRL-C will stop the mode. The CTRL-O in
H A Dmap.txt332 This is more flexible than `:<C-U>` in Visual and Operator-pending mode, or
370 - For Operator-pending mode: When an operator is pending (after "d", "y", "c",
382 :map :noremap :unmap Normal, Visual, Select, Operator-pending
387 :omap :onoremap :ounmap Operator-pending
412 Normal Visual+Select Operator-pending ~
446 Normal/Visual/Operator-pending mode and for Insert/Command-line mode.
471 Operator-pending mode: >
475 Likewise for a mapping for Visual and Operator-pending mode or Normal and
476 Operator-pending mode.
508 <Space> Normal, Visual, Select and Operator-pending
[all …]
H A Dindex.txt20 2.6. Operator-pending mode |operator-pending-index|
483 tag command action in op-pending and Visual mode ~
888 2.6 Operator-pending mode *operator-pending-index*
892 tag char action in Operator-pending mode ~
1488 |:omap| :om[ap] like ":map" but for Operator-pending mode
1489 |:omapclear| :omapc[lear] remove all mappings for Operator-pending mode
1490 |:omenu| :ome[nu] add menu for Operator-pending mode
1492 |:onoremap| :ono[remap] like ":noremap" but for Operator-pending mode
1493 |:onoremenu| :onoreme[nu] like ":noremenu" but for Operator-pending mode
1495 |:ounmap| :ou[nmap] like ":unmap" but for Operator-pending mode
[all …]
H A Dintro.txt367 operator is pending.
582 *Operator-pending* *Operator-pending-mode*
583 Operator-pending mode This is like Normal mode, but after an operator
H A Dautocmd.txt379 |SafeState| nothing pending, going to wait for the user to type a
693 an operator is pending or when moving to
927 o Operator-pending
1036 SafeState When nothing is pending, going to wait for the
1039 - an operator is pending
1178 an operator is pending.
H A Dvisual.txt115 If an operator is pending, operates on the match.
179 pending (the mode message shows
H A Dgui.txt600 Op-pending <C-C> <C-\><C-G>
639 Menu commands starting with "o" work in Operator-pending mode. |mapmode-o|
725 (Normal, Op-pending, Visual, Insert, Cmdline). The order in each of these
903 'o': |:omenu| Operator-pending mode
H A Dmotion.txt101 Note that when the operator is pending (the operator command is typed, but the
1327 operator is pending, in which case the text may
1340 operator is pending, in which case the text may
/vim-8.2.3635/src/proto/
H A Dex_eval.pro14 void report_make_pending(int pending, void *value);
/vim-8.2.3635/src/testdir/
H A Dtest_trycatch.vim2047 \ 'Exception made pending: abc', '',
2066 \ 'Exception made pending: abc', '',
2081 let expected = [':break made pending', '', ':break resumed']
2093 let expected = [':continue made pending', '', ':continue resumed']
2108 \ ':return vim made pending', '',
2121 \ ':finish made pending', '',
2128 " Test for messages displayed when a pending :continue is discarded by an
2143 \ ':continue made pending', '',
H A Dtest_menu.vim83 omenu 2 Test.FooBar :let g:did_menu = 'op-pending'<CR>
98 call assert_equal('op-pending', g:did_menu)
114 call assert_fails('emenu o Test.FooBar', 'E335: Menu not defined for Op-pending mode')
272 tmenu Test.omenu Op-pending mode menu
H A Dtest_mapping.vim661 " Operator-pending mode mapping
944 " operator-pending mode
947 " leaves the operator-pending mode
1244 " Test for <Cmd> mapping in operator-pending mode
1265 " error aborts operator-pending, operator not performed
H A Dterm_util.vim147 " Wait for all the pending updates to terminal to complete
H A Dtest_registers.vim278 " Using a register in operator-pending mode should fail
437 " cannot execute a register in operator pending mode
H A Dtest_tabpage.vim687 " go to tab page 2 in operator-pending mode (should beep)
692 " open new tab page before tab page 1 in operator-pending mode (should beep)
H A Dtest_normal.vim1516 " Test that no action is taken by "<C-^>" when an operator is pending.
2166 " r command should fail in operator pending mode
2273 " gv cannot be used in operator pending mode
3244 " Test for using : to run a multi-line Ex command in operator pending mode
3299 " Test for using a : command in operator pending mode
H A Dtest_visual.vim549 " Operator-pending mode maps (movement and text object)
596 " Patch 7.3.879: Properly abort Operator-pending mode for "dv:<Esc>" etc.
H A Dtest_increment.vim784 " Ctrl-A/Ctrl-X should do nothing in operator pending mode
/vim-8.2.3635/src/libvterm/
H A DREADME22 - Commit any pending changes.
/vim-8.2.3635/runtime/autoload/
H A Dclojurecomplete.vim12 …ry","ref-min-history","ref-set","refer","refer-clojure","reify","release-pending-sends","rem","rem…
/vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim234 " Restore options and do some special handling for Operator-pending mode.
245 " In Operator-pending mode, we want to include the whole match
/vim-8.2.3635/runtime/syntax/
H A Dclojure.vim32pending-sends","clojure.core/rem","clojure.core/remove","clojure.core/remove-all-methods","clojure…

1234