| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | sql.vim | 100 " Disable autowrapping for code, but enable for comments
|
| H A D | ocaml.vim | 221 " The source code is quite radically different for we not use python anymore.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_07.txt | 253 a Makefile and C in a C code file.
|
| H A D | if_lua.txt | 47 This form of the |:lua| command is mainly useful for including Lua code
|
| H A D | quickfix.txt | 235 :cq[uit][!] {N} Quit Vim with error code {N}. {N} defaults to one. 245 except that Vim returns a non-zero exit code. 413 use this code: > 1186 5.5 Browsing source code with :vimgrep or :grep
|
| H A D | usr_08.txt | 52 the bottom one the code that uses these variables.
|
| H A D | eval.txt | 2282 This only works when the shell returns the error code to Vim. 4387 This can be used to output a terminal code. For example, to 6552 Note that to skip code that has a syntax error when the 11330 The resulting error code can be found in |v:shell_error|. 11436 fields. For C code the fields "struct", "class" and "enum" 11660 This code also deals with multibyte characters properly. 13112 < When the code does not exist yet it will be created as 13113 a terminal key code, there is no error. 14091 This code displays 14546 The following code is ill-formed: > [all …]
|
| H A D | repeat.txt | 445 key code is 0x80 or 128, shown on the screen as "~@". The second one can be 447 with CTRL-V followed by the three digit decimal code. This does NOT work for
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | php.vim | 14 " highlight the break-points (Statements) in your code. 92 " when you're working with code that contains the string literal `'<?php'`. 93 " E.g. code that reads php files or generates the contents of php files or
|
| H A D | csdl.vim | 72 syn match csdlTarget 'links\.code'
|
| H A D | nginx.vim | 828 " You can be very simple to execute lua code for nginx 1043 " Country code lookups via the MaxMind GeoIP API. 1150 " Redis <http://code.google.com/p/redis/> support.
|
| /vim-8.2.3635/src/ |
| H A D | os_win32.c | 5506 terminate_all(HANDLE process, int code) in terminate_all() argument 5529 terminate_all(ph, code); in terminate_all() 5540 return TerminateProcess(process, code); in terminate_all()
|
| H A D | ex_cmds.c | 5189 static char *code[] = { in ex_smile() local 5200 for (p = code[i]; *p != NUL; ++p) in ex_smile()
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 908 call <SID>AddOption("cindent", gettext("enable specific indenting for C code")) 1006 call <SID>AddOption("ttimeout", gettext("allow timing out halfway into a key code")) 1228 …call <SID>AddOption("aleph", gettext("the ASCII code for the first letter of the Hebrew alphabet"))
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_cpoptions.vim | 304 " Don't wait for a key code to complete when it is halfway a mapping.
|
| H A D | test_tcl.vim | 714 call assert_fails('tcl exit 3', 'E572: exit code 3')
|
| H A D | test_search.vim | 291 call setline(1, ['other code', 'here [', ' [', ' " cursor here', ' ]]']) 336 call setline(1, ['other code', 'here [', ' [', ' " cursor here', ' ]]'])
|
| /vim-8.2.3635/src/po/ |
| H A D | it.po | 1936 msgid "E422: terminal code too long: %s" 2303 msgid "E572: exit code %d" 3690 msgid "E846: Key code not set" 3953 "shell terminata con return-code " 6583 msgid "E1095: Unreachable code after :return" 7063 msgid "E1243: ASCII code not in 32-127 range" 7665 msgid "failed to run the code" 7723 "VB code (*.bas, *.frm)\t*.bas;*.frm\n" 8636 msgid "enable specific indenting for C code" 8746 msgid "allow timing out halfway into a key code" [all …]
|
| H A D | uk.cp1251.po | 2906 msgid "E572: exit code %d" 4368 msgid "E846: Key code not set" 5777 msgid "E422: terminal code too long: %s" 7236 msgid "failed to run the code" 7295 "VB code (*.bas, *.frm)\t*.bas;*.frm\n"
|
| H A D | ja.euc-jp.po | 2230 msgid "E422: terminal code too long: %s" 2621 msgid "E572: exit code %d" 4065 msgid "E846: Key code not set" 7244 msgid "failed to run the code" 7303 "VB code (*.bas, *.frm)\t*.bas;*.frm\n"
|
| H A D | ko.UTF-8.po | 2807 msgid "E572: exit code %d" 4192 msgid "E846: Key code not set" 5529 msgid "E422: terminal code too long: %s" 6920 #~ msgid "failed to run the code" 6973 "VB code (*.bas, *.frm)\t*.bas;*.frm\n"
|
| H A D | ru.cp1251.po | 2281 msgid "E422: terminal code too long: %s" 2673 msgid "E572: exit code %d" 4172 msgid "E846: Key code not set" 7375 msgid "failed to run the code" 7435 "VB code (*.bas, *.frm)\t*.bas;*.frm\n"
|
| H A D | ru.po | 2281 msgid "E422: terminal code too long: %s" 2673 msgid "E572: exit code %d" 4172 msgid "E846: Key code not set" 7375 msgid "failed to run the code" 7435 "VB code (*.bas, *.frm)\t*.bas;*.frm\n"
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | htmlcomplete.vim | 153 " If b:compl_context begins with <? we are inside of PHP code. It
|
| H A D | tohtml.vim | 686 " html_ prefix of the option for nicer looking code.
|