| /vim-8.2.3635/src/testdir/ |
| H A D | test_channel.py | 72 response = "ok" 80 response = "ok" 88 response = "ok" 100 response = "ok" 111 response = "ok" 116 response = "ok" 126 response = "ok" 132 response = "ok" 138 response = "ok" 208 response = "" [all …]
|
| H A D | test_netbeans.py | 36 response = '' 39 response = '1:putBufferNumber!15 "' + name + '"\n' 40 response += '1:startDocumentListen!16\n' 121 response = testmap[cmd] 131 if len(response) > 0: 132 self.request.sendall(response.encode('utf-8')) 136 myfile.write('send: ' + response) 139 myfile.write('send: ' + response)
|
| H A D | test_termcodes.vim | 1542 " response to t_RF, 4 digits 1550 " response to t_RF, 2 digits 1558 " response to t_RB, 4 digits, dark 1569 " response to t_RB, 4 digits, light 1580 " response to t_RB, 2 digits, dark 1591 " response to t_RB, 2 digits, light 1633 " This checks the iTerm2 version response. 1667 " This checks the libvterm version response. 1725 " This checks the mintty version response. 1751 " This checks the screen version response. [all …]
|
| H A D | term_util.vim | 64 " only be corrected if the response to t_RB is received, which may be too
|
| H A D | test_channel.vim | 112 " handled before getting the response, but it's not guaranteed, thus wait a 212 " Send a bad eval request. There will be no response. 238 " Send without waiting for a response, then wait for a response.
|
| H A D | test_syntax.vim | 648 " response to t_RB corrects it to "light".
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | run-test.pl | 141 my $response = <$hout>; 142 chomp $response; 144 $response = pack "C*", map hex, split m/,/, $response; 145 if( $response ne $want ) { 148 "# Actual: $response\n"; 161 my $response = <$hout>; defined $response or wait, die "Test harness failed - $?\n"; 162 chomp $response; $response =~ s/^\s+|\s+$//g; 169 if( $response ne $expectation ) { 172 "# Actual: $response\n";
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | demoserver.py | 64 response = "got it" 66 response = "what?" 67 encoded = json.dumps([decoded[0], response])
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | channel.txt | 82 And the response is: 97 Vim will not wait for a response. Now the server can send the response later 235 let response = ch_evalexpr(channel, {expr}) 236 This awaits a response from the other side. 242 handle the response: > 264 [{number},{response}] 281 [0,{response}] 348 Command "expr" with response ~ 368 Command "expr" without a response ~ 391 let response = ch_evalraw(channel, {string}) [all …]
|
| H A D | term.txt | 279 When Vim receives a response to the |t_RV| (request version) sequence and it 376 The response is stored in |v:termresponse| 380 The response is stored in |v:termu7resp| 382 The response is stored in |v:termrfgresp| 384 The response is stored in |v:termrbgresp| 398 The response is stored in |v:termblinkresp| 400 The response is stored in |v:termstyleresp| 426 t_RS is sent only if the response to t_RV has been received. It is not used 539 for xterm. When |t_RV| is defined and a response is received which indicates
|
| H A D | usr_01.txt | 86 If it responds with "nocompatible" you are doing well. If the response is
|
| H A D | usr_40.txt | 427 An autocommand is a command that is executed automatically in response to some 577 trigger any new events. If you read a file in response to a FileChangedShell
|
| H A D | os_vms.txt | 911 - corrected response of expand("%:.") etc path related functions 940 - Correct response of expand wildcards
|
| H A D | autocmd.txt | 309 |TermResponse| after the terminal response to |t_RV| is received 742 DirChanged The working directory has changed in response 1164 TermResponse After the response to |t_RV| is received from
|
| H A D | indent.txt | 58 The 'cinkeys' option is a string that controls Vim's indenting in response to
|
| /vim-8.2.3635/src/ |
| H A D | gui_gtk.c | 1787 int response; in gui_mch_dialog() local 1856 response = gtk_dialog_run(GTK_DIALOG(dialog)); in gui_mch_dialog() 1859 if (response != GTK_RESPONSE_NONE) in gui_mch_dialog() 1861 if (response == GTK_RESPONSE_ACCEPT) // Enter pressed in gui_mch_dialog() 1862 response = def_but; in gui_mch_dialog() 1875 return response > 0 ? response : 0; in gui_mch_dialog()
|
| H A D | gui_gtk_x11.c | 4695 int response; in gui_mch_font_dialog() local 4752 response = gtk_dialog_run(GTK_DIALOG(dialog)); in gui_mch_font_dialog() 4754 if (response == GTK_RESPONSE_OK) in gui_mch_font_dialog() 4782 if (response != GTK_RESPONSE_NONE) in gui_mch_font_dialog()
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 278 " Wait for the response to show up, users may not notice the error and wonder 286 let response = '' 291 " response can be in the same line or the next line 292 let response = line1 . line2 293 if response =~ 'Undefined command' 298 if response =~ 'New UI allocated' 307 if response =~ 'New UI allocated'
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | README.txt | 33 that file. Only when you get no response send a message to [email protected].
|
| H A D | named.vim | 130 syn keyword namedCNKeywords contained fail warn ignore master slave response
|
| H A D | nginx.vim | 1117 " The ngx_http_footer_if_filter_module is used to add given content to the end of the response acco… 1395 " Nginx OCSP processing module designed for response caching 1400 " Module for nginx web server evaluates response of proxy or memcached module into variables. 1645 " Streaming regular expression replacement in response bodies 2010 " A filter module which can do both regular expression and fixed string substitutions on response b… 2199 " Module for nginx web server evaluates response of proxy or memcached module into variables.
|
| H A D | aml.vim | 57 …pen pathname prefix query quote quoteexists r radang random read rename response round scratchname…
|
| H A D | sas.vim | 143 …ratio reference refit refmodel renameparm repeated replicate repweights response restore restrict …
|
| H A D | progress.vim | 248 …n set-output-destination set-parameter set-pointer-val[ue] set-property set-read-response-procedure
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | README.txt | 14 that file. Only when you get no response send a message to [email protected].
|