Home
last modified time | relevance | path

Searched refs:typeahead (Results 1 – 17 of 17) sorted by relevance

/vim-8.2.3635/src/
H A Dos_win32.c1924 typeahead[typeaheadlen++] = ESC + 128; in mch_inchar()
1925 typeahead[typeaheadlen++] = 'M'; in mch_inchar()
1990 typeahead[typeaheadlen] = c; in mch_inchar()
1994 typeahead[typeaheadlen + 1] = KS_EXTRA; in mch_inchar()
1995 typeahead[typeaheadlen + 2] = KE_CSI; in mch_inchar()
2015 typeahead[typeaheadlen + n] = 3; in mch_inchar()
2023 typeahead[typeaheadlen + n] = 3; in mch_inchar()
2040 typeahead + typeaheadlen); in mch_inchar()
2048 typeahead + typeaheadlen, n); in mch_inchar()
2077 buf[len++] = typeahead[0]; in mch_inchar()
[all …]
H A Dos_vms.c728 } typeahead; variable
786 0, 0, &typeahead, 8, 0, 0, 0, 0); in RealWaitForChar()
790 if (typeahead.numchars) in RealWaitForChar()
/vim-8.2.3635/READMEdir/
H A DContents6 line editing, command typeahead display, command to display
/vim-8.2.3635/src/testdir/
H A Dtest_ins_complete.vim365 " Check that when using feedkeys() typeahead does not interrupt searching for
/vim-8.2.3635/runtime/doc/
H A Dautocmd.txt691 Not triggered when there is typeahead, while
1043 - there is typeahead
1177 Not triggered when there is typeahead or when
H A Ddevelop.txt296 typeahead Mac curses.h
H A Dvarious.txt17 later, after processing typeahead.
H A Dusr_41.txt965 feedkeys() put characters in the typeahead queue
970 inputsave() save and clear typeahead
971 inputrestore() restore typeahead
H A Dversion6.txt4038 typeahead buffer.
6398 typeahead buffer instead of the input buffer.
7308 consumed, to avoid input goes into the typeahead buffer.
7934 Solution: Save the typeahead buffer when obtaining a debug command.
8261 user directly and not using typeahead.
9068 Problem: Saving the typeahead for debug mode causes trouble for a test
9070 Solution: Add the ":debuggreedy" command to avoid saving the typeahead.
11880 (Michael Geddes) Don't try reading into the typeahead buffer when
12594 Solution: Only check for a next command if there still is typeahead.
13200 Solution: Put "restart_edit" in the typeahead buffer, so that it's used
[all …]
H A Dversion7.txt197 messages. Thus they are no longer used as typeahead.
866 |feedkeys()| put characters in the typeahead buffer
3284 Do use mappings when checking for typeahead while still finding
3405 Solution: Put a NOP key in the typeahead buffer. Also avoid that using
4175 mapping, it's put back in the typeahead buffer as remappable,
4178 char back in the typeahead buffer.
8760 Solution: Also store old_char when saving typeahead.
9024 Solution: Don't check for typeahead to start with ':', keep executing
9025 commands until all added typeahead has been used.
11892 Solution: Don't trigger CursorHold when there is typeahead.
[all …]
H A Dmessage.txt880 and typeahead is ignored.
H A Dmap.txt272 typeahead, before the previous command has been executed. For example: >
295 You can use getchar(), it consumes typeahead if there is any. E.g., if you
H A Drepeat.txt979 user, don't use typeahead for debug commands.
H A Deval.txt2628 feedkeys({string} [, {mode}]) Number add key sequence to typeahead buffer
2748 inputrestore() Number restore typeahead
2749 inputsave() Number save and clear typeahead
4802 By default the string is added to the end of the typeahead
4831 'x' Execute commands until typeahead is empty. This is
4835 typeahead. Note that when Vim ends in Insert mode it
4841 all typeahead will be consumed by the last call.
7004 Restore typeahead that was saved with a previous |inputsave()|.
7010 Preserve typeahead (also from mappings) and clear it, so that
H A Dtodo.txt360 - in vgetorpeek() apply langmap to the typeahead buffer and put the result in
1716 menu item doesn't work. Clear typeahead when using a menu?
3771 - When running an external command from the GUI, typeahead is going to that
4280 8 In Insert mode, when there are typeahead characters, postpone the
H A Dversion5.txt3826 check for typeahead, so that you can use matches early. (Webb)
4199 When executing external commands from the GUI, some typeahead was lost. Added
4200 some code to regain as much typeahead as possible.
H A Dversion8.txt3032 Problem: When an InsertCharPre autocommand executes system() typeahead may
8257 Problem: Cannot test CursorMovedI because there is typeahead.
12121 typeahead.
17981 Problem: The typeahead buffer is reallocated too often.
18133 Solution: Put something in the typeahead buffer. (Christian Brabandt)
21951 there is typeahead.
26497 Solution: Add skip_term_loop and set it when putting ':' in the typeahead
28696 Solution: Do call inchar() when flushing typeahead.
37456 Solution: Push the command in the typeahead buffer instead of the stuff
46338 Problem: Dropping modifier when putting a character back in typeahead.
[all …]