Searched refs:typeahead (Results 1 – 17 of 17) sorted by relevance
1924 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 …]
728 } typeahead; variable786 0, 0, &typeahead, 8, 0, 0, 0, 0); in RealWaitForChar()790 if (typeahead.numchars) in RealWaitForChar()
6 line editing, command typeahead display, command to display
365 " Check that when using feedkeys() typeahead does not interrupt searching for
691 Not triggered when there is typeahead, while1043 - there is typeahead1177 Not triggered when there is typeahead or when
296 typeahead Mac curses.h
17 later, after processing typeahead.
965 feedkeys() put characters in the typeahead queue970 inputsave() save and clear typeahead971 inputrestore() restore typeahead
4038 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 test9070 Solution: Add the ":debuggreedy" command to avoid saving the typeahead.11880 (Michael Geddes) Don't try reading into the typeahead buffer when12594 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 …]
197 messages. Thus they are no longer used as typeahead.866 |feedkeys()| put characters in the typeahead buffer3284 Do use mappings when checking for typeahead while still finding3405 Solution: Put a NOP key in the typeahead buffer. Also avoid that using4175 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 executing9025 commands until all added typeahead has been used.11892 Solution: Don't trigger CursorHold when there is typeahead.[all …]
880 and typeahead is ignored.
272 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
979 user, don't use typeahead for debug commands.
2628 feedkeys({string} [, {mode}]) Number add key sequence to typeahead buffer2748 inputrestore() Number restore typeahead2749 inputsave() Number save and clear typeahead4802 By default the string is added to the end of the typeahead4831 'x' Execute commands until typeahead is empty. This is4835 typeahead. Note that when Vim ends in Insert mode it4841 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
360 - in vgetorpeek() apply langmap to the typeahead buffer and put the result in1716 menu item doesn't work. Clear typeahead when using a menu?3771 - When running an external command from the GUI, typeahead is going to that4280 8 In Insert mode, when there are typeahead characters, postpone the
3826 check for typeahead, so that you can use matches early. (Webb)4199 When executing external commands from the GUI, some typeahead was lost. Added4200 some code to regain as much typeahead as possible.
3032 Problem: When an InsertCharPre autocommand executes system() typeahead may8257 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 typeahead28696 Solution: Do call inchar() when flushing typeahead.37456 Solution: Push the command in the typeahead buffer instead of the stuff46338 Problem: Dropping modifier when putting a character back in typeahead.[all …]