| /vim-8.2.3635/src/testdir/ |
| H A D | test_channel_pipe.py | 31 typed = sys.stdin.readline() variable 32 if typed == "": # EOF -- stop 34 if typed.startswith("quit"): 38 if typed.startswith("echo "): 39 print(typed[5:-1]) 47 print(typed[7:-1] + "\nAND " + typed[7:-1]) 49 if typed.startswith("split "): 56 print(typed[6:-1]) 62 print(typed[10:-1] + "\nAND " + typed[10:-1], file=sys.stderr) 64 if typed.startswith("XXX"): [all …]
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | demoserver.py | 92 typed = sys.stdin.readline() variable 93 if "quit" in typed: 99 print("sending {0}".format(typed)) 100 thesocket.sendall(typed.encode('utf-8'))
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | zimbu.vim | 46 " Does replace when a dot, space or closing brace is typed. 49 " no space or dot after the typed text 56 " Does not replace when a dot is typed. 59 " no space or other "terminating" character after the typed text 66 " Only replaces when a space is typed. 69 " no space after the typed text 79 " no space before the typed text
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_20.txt | 32 typed earlier, first move the cursor with the cursor keys. 33 For example, you have typed this: > 100 of what you already typed, without executing it, press CTRL-C or <Esc>. 199 first typed: > 260 Vim lists the matches and then comes back with the text you typed. You can 298 Suppose you have done a ":set" command, typed ten more colon commands and then 309 The <Up> key will use the text typed so far and compare it with the lines in 312 what you typed and correct that. Or use CTRL-U to start all over again. 324 typed. Similarly for CTRL-N and <Down>. CTRL-P stands for previous, CTRL-N
|
| H A D | insert.txt | 113 The text is inserted as if you typed it, but mappings and 156 typed. 167 typed. 177 typed. 238 CTRL-_ moves the cursor to the end of the typed text. 662 and insert that typed character. 689 had been typed. 911 be typed after a successful completion, therefore 1344 typed character. 1357 match (what was typed or longest common string). [all …]
|
| H A D | usr_24.txt | 10 typed words. Abbreviate long words to short ones. Type characters that 34 When you typed a whole word wrong, use CTRL-W: 50 correct it. For example, you typed this: 108 might have forgotten the ( somewhere, or typed a ) too many. 176 case of the word typed so far. Thus if you type "For" and Vim finds a match 271 If you press CTRL-A, the editor inserts the text you typed the last time you 365 they are interpreted as if they had been typed from the keyboard. If you do
|
| H A D | usr_42.txt | 46 you would have typed them. Thus in Insert mode, when {keys} is plain text, 177 When in Command-line mode the CTRL-C will abandon the command typed so far. 198 The menu executes the {keys} as if you typed them. For a ":" command this 214 him a hint about what he could have typed, instead of using the mouse.
|
| H A D | hebrew.txt | 71 CTRL-_ moves the cursor to the end of the typed text. 117 when exiting 'revins' via CTRL-_, the cursor moves to the end of the typed
|
| H A D | cmdline.txt | 53 - one for input lines, typed for the |input()| function. 63 - Only commands that are typed are remembered. Ones that completely come from 144 The text is inserted as if you typed it, but mappings and 199 the word that was already typed is not inserted again. 247 <Esc> When typed and 'x' not present in 'cpoptions', quit 413 and these have a special meaning in some macros.) When typed 466 you can use <S-Tab> or CTRL-P to go straight back to what you typed. 517 To match only files that end at the end of the typed text append a "$". For 872 Note that these, except "#<n", give the file name as it was typed. If an 896 Note: these are typed literally, they are not special keys! [all …]
|
| H A D | intro.txt | 307 When syntax highlighting is used to read this, text that is not typed 396 CTRL-{char} {char} typed as a control character; that is, typing {char} 434 <xCSI> CSI when typed in the GUI *<xCSI>* 496 clear what you need to type, but often it can be typed literally, e.g., with 498 1. Any printable characters are typed directly, except backslash and '<' 502 4. "<key>" means the special key typed. This is the notation explained in 600 Insert Normal mode Entered when CTRL-O is typed in Insert mode (see 814 command characters are those that you typed but were not used yet.
|
| H A D | map.txt | 32 Key mapping is used to change the meaning of typed keys. The most common use 194 not wait for more characters to be typed. However, if the characters were 195 already typed they are used. 256 For abbreviations |v:char| is set to the character that was typed to trigger 302 getchar() gets the typed key and returns it. 499 are only used for typed characters. This assumes that the language mapping 762 typed before the {lhs}. For example, with this mapping: > 824 {lhs} is typed, it will be replaced with {rhs}. When the {lhs} which is 1112 typed after an abbreviation: > 1151 avoid that a typed {lhs} is expanded, since [all …]
|
| /vim-8.2.3635/src/ |
| H A D | ex_cmds.c | 4175 int typed = 0; in ex_substitute() local 4225 typed = *resp; in ex_substitute() 4330 if (typed == 'q' || typed == ESC || typed == Ctrl_C in ex_substitute() 4332 || typed == intr_char in ex_substitute() 4339 if (typed == 'n') in ex_substitute() 4341 if (typed == 'y') in ex_substitute() 4343 if (typed == 'l') in ex_substitute() 4350 if (typed == 'a') in ex_substitute() 4355 if (typed == Ctrl_E) in ex_substitute() 4357 else if (typed == Ctrl_Y) in ex_substitute() [all …]
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.el.cp737 | 175 ---> Somebody typed the end of this line twice. end of this line twice. 317 ---> When this line was typed in, someone pressed some wrong keys!
|
| H A D | tutor.el.utf-8 | 175 ---> Somebody typed the end of this line twice. end of this line twice. 317 ---> When this line was typed in, someone pressed some wrong keys!
|
| H A D | tutor.zh_tw.utf-8 | 184 ---> Somebody typed the end of this line twice. end of this line twice. 325 ---> When this line was typed in, someone pressed some wrong keys!
|
| H A D | tutor.zh.utf-8 | 184 ---> Somebody typed the end of this line twice. end of this line twice. 325 ---> When this line was typed in, someone pressed some wrong keys!
|
| H A D | tutor.el | 175 ---> Somebody typed the end of this line twice. end of this line twice. 317 ---> When this line was typed in, someone pressed some wrong keys!
|
| H A D | tutor.zh.euc | 222 ---> Somebody typed the end of this line twice. end of this line twice. 407 ---> When this line was typed in, someone pressed some wrong keys!
|
| H A D | tutor.zh_cn.utf-8 | 222 ---> Somebody typed the end of this line twice. end of this line twice. 407 ---> When this line was typed in, someone pressed some wrong keys!
|
| H A D | tutor.ko.utf-8 | 221 ---> Somebody typed the end of this line twice. end of this line twice. 397 ---> When this line was typed in, someone pressed some wrong keys!
|
| H A D | tutor.ko.euc | 221 ---> Somebody typed the end of this line twice. end of this line twice. 397 ---> When this line was typed in, someone pressed some wrong keys!
|
| H A D | tutor.ko | 221 ---> Somebody typed the end of this line twice. end of this line twice. 397 ---> When this line was typed in, someone pressed some wrong keys!
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | greek_iso-8859-7.vim | 5 " This keyboard layout allows all Greek symbols to be typed,
|
| H A D | greek_cp737.vim | 5 " This keyboard layout allows all Greek symbols to be typed,
|
| H A D | greek_cp1253.vim | 6 " This keyboard layout allows all Greek symbols to be typed,
|