| /vim-8.2.3635/src/po/ |
| H A D | check.vim | 45 let error = 0 variable 53 if error == 0 68 if error == 0 92 if error == 0 121 if error == 0 153 if error == 0 178 if error == 0 195 " if error == 0 201 " if error == 0 213 if error == 0 [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | vim9.vim | 26 func CheckDefFailure(lines, error, lnum = -3) argument 106 CheckDefFailure(lines, error, lnum) 123 CheckDefExecFailure(lines, error, lnum) 155 func CheckLegacyFailure(lines, error) argument 226 if type(error) == type('string') 227 legacyError = error 228 defError = error 229 scriptError = error 231 legacyError = error[0] 232 defError = error[1] [all …]
|
| H A D | test_cdo.vim | 41 …exe Xgetexpr . " ['non-error 1', 'Xtestfile1:1:3:Line1', 'non-error 2', 'Xtestfile2:2:2:Line2', 'n… 47 " Run command only on selected error lines 86 " Invalid error lines test 108 call add(v:errors, 'Abort command on error test failed') 115 " List with no valid error entries 118 exe Xgetexpr . " ['non-error 1', 'non-error 2', 'non-error 3']" 156 …exe Xgetexpr . " ['non-error 1', 'Xtestfile1:1:3:Line1', 'Xtestfile1:2:1:Line2', 'non-error 2', 'X… 162 " Run command only on selected error lines
|
| H A D | test_vimscript.vim | 112 " on an error. 561 asdf " error 683 asdf " error 753 asdf " error 760 asdf " error 1535 asdf " aborting error, triggering error exception 2773 " or error exception, the normal interrupt or error message(s) are 4467 " on error. 5046 let error = 0 5461 " When an expression evaluation detects a parsing error, an error [all …]
|
| H A D | test_python3.vim | 835 except vim.error: 838 call assert_equal(['', "l[2] threw vim.error: error:('list is locked',)"], 1413 inv: -100! error 1854 except vim.error: 3139 dl.pop("a"):(<class 'vim.error'>, error('dictionary is locked',)) 3146 dl["b"] = 1:(<class 'vim.error'>, error('dictionary is locked',)) 3446 ll[1] = 2:(<class 'vim.error'>, error('list is locked',)) 3449 ll[1:100] = "abcJ":(<class 'vim.error'>, error('list is locked',)) 3925 vim.command("throw 'abcN'"):(<class 'vim.error'>, error('abcN',)) 3926 Exe("throw 'def'"):(<class 'vim.error'>, error('def',)) [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | testing.txt | 267 error message. 333 When v:exception does not contain the string {error} an error 348 NOT produce an error or when {error} is not found in the 349 error message. Also see |assert-return|. 352 first reported error. Most often this will be the error code, 358 first reported error: > 361 reported error. 365 error: > 392 When {msg} is omitted an error in the form 402 When {msg} is omitted an error in the form [all …]
|
| H A D | quickfix.txt | 15 7. The error format |error-file-format| 248 :cf[ile][!] [errorfile] Read the error file and jump to the first error. 367 from the last error backwards, -1 being the last error. 1268 started and the cursor is positioned on the first error. The error message 1356 7. The error format *error-file-format* 1395 e - error message 1425 to indicate the column of the error. This is to be used in a multi-line error 1489 And the |:clist| error message generated for this error is: 1536 every line in the error file gets a complete new run through the error format 1915 error: > [all …]
|
| H A D | usr_30.txt | 37 the first error occurred. 47 main.c:10: parse error before '}' ~ 88 5 main.c: 10:parse error before '}' ~ 101 5 main.c:10: parse error before '}' ~ 104 Vim will highlight the current error. To go back to the previous error, use: 110 :cfirst to first error 111 :clast to last error 112 :cc 3 to error nr 3 152 error message in another. You fix the error and use ":make" again to check if 160 To go forward to the next error list: > [all …]
|
| H A D | message.txt | 12 2. Error messages |error-messages| 52 E72: Close error on swap file 98 Internal error 99 Internal error: {function} 100 fatal error in cs_manage_matches 125 Close error on swap file 293 Reading the error file was not possible. This is NOT caused by an error 517 Read error in swap file 518 Seek error in swap file read 591 to avoid this error. This error is not given when 'directory' is empty. See [all …]
|
| /vim-8.2.3635/src/ |
| H A D | highlight.c | 4107 goto error; in highlight_get_info() 4109 goto error; in highlight_get_info() 4126 goto error; in highlight_get_info() 4139 goto error; in highlight_get_info() 4158 goto error; in highlight_get_info() 4194 error: in highlight_get_info() 4398 if (error) in hlg_add_or_update() 4402 if (error) in hlg_add_or_update() 4414 if (error) in hlg_add_or_update() 4418 if (error) in hlg_add_or_update() [all …]
|
| H A D | blob.c | 418 int error = FALSE; in blob_remove() local 425 idx = (long)tv_get_number_chk(&argvars[1], &error); in blob_remove() 426 if (!error) in blob_remove() 452 end = (long)tv_get_number_chk(&argvars[2], &error); in blob_remove() 453 if (error) in blob_remove() 531 int error; in f_list2blob() local 534 error = FALSE; in f_list2blob() 535 n = tv_get_number_chk(&li->li_tv, &error); in f_list2blob() 536 if (error == TRUE || n < 0 || n > 255) in f_list2blob() 538 if (!error) in f_list2blob()
|
| H A D | list.c | 1008 if (error) in flatten_common() 1720 if (error) in list_remove() 1738 if (error) in list_remove() 2035 if (error) in do_sort_uniq() 2245 if (error) in filter_map_one() 2689 if (!error) in f_add() 2775 if (error) in f_count() 2859 if (error) in extend() 3017 if (error) in f_insert() 3026 if (error) in f_insert() [all …]
|
| H A D | eval.c | 167 int *error, in eval_to_bool() argument 180 *error = TRUE; in eval_to_bool() 183 *error = FALSE; in eval_to_bool() 323 *error = TRUE; in eval_expr_to_bool() 1327 if (!error) in set_var_lval() 2342 if (error) in eval1() 2526 if (error) in eval2() 2653 if (error) in eval3() 3190 if (error) in eval6() 3692 if (error) in eval7_leader() [all …]
|
| H A D | match.c | 119 int error = FALSE; in match_add() local 129 lnum = tv_get_number_chk(&subli->li_tv, &error); in match_add() 130 if (error == TRUE) in match_add() 141 col = tv_get_number_chk(&subli->li_tv, &error); in match_add() 142 if (error == TRUE) in match_add() 147 len = tv_get_number_chk(&subli->li_tv, &error); in match_add() 148 if (error == TRUE) in match_add() 1178 int error = FALSE; in f_matchadd() local 1209 if (error == TRUE) in f_matchadd() 1233 int error = FALSE; in f_matchaddpos() local [all …]
|
| H A D | os_vms_fix.com | 159 $! Close the file, delete it, and exit with an error status. 181 $ read/end_of_file=endreadloop/error=readlooperror input line 252 $! Got a read error. Say so, and trash the temp file. 255 $ write sys$error "Error processing file ''file'" 261 $ write sys$error "Aborted while processing file ''file'"
|
| H A D | strings.c | 1024 int error = FALSE; in f_strgetchar() local 1040 if (error) in f_strgetchar() 1082 int error = FALSE; in f_stridx() local 1228 int error = FALSE; in f_strcharpart() local 1242 if (!error) in f_strcharpart() 1331 if (error) in f_strpart() 1506 error: in f_tr() 1537 goto error; in f_tr() 1555 goto error; in f_tr() 1625 int error = 0; in f_trim() local [all …]
|
| H A D | testing.c | 312 int error = FALSE; in assert_bool() local 319 || (tv_get_number_chk(&argvars[0], &error) == 0) == isTrue in assert_bool() 320 || error) in assert_bool() 561 char_u *error; in f_assert_exception() local 568 error = tv_get_string_chk(&argvars[0]); in f_assert_exception() 577 else if (error != NULL in f_assert_exception() 769 int error = FALSE; in assert_inrange() local 805 varnumber_T lower = tv_get_number_chk(&argvars[0], &error); in assert_inrange() 806 varnumber_T upper = tv_get_number_chk(&argvars[1], &error); in assert_inrange() 807 varnumber_T actual = tv_get_number_chk(&argvars[2], &error); in assert_inrange() [all …]
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | ocaml.vim | 6 " 2020 Mar 28 - Improved error format (Thomas Leonard) 7 " 2017 Nov 26 - Improved error format (Markus Mottl) 8 " 2013 Aug 27 - Added a new OCaml error format (Markus Mottl) 14 " This error format was moved from ftplugin/ocaml.vim to this file, 15 " because ftplugin is the wrong file to set an error format 16 " and the error format itself is annoying because it joins many lines in this 17 " error case:
|
| H A D | context.vim | 37 \ . '%Etex %trror%.%#mp error on line %l in file %f:%.%#,' 38 \ . 'tex %trror%.%#error on line %l in file %f: %m,' 39 \ . '%Elua %trror%.%#error on line %l in file %f:,' 40 \ . '%+Emetapost %#> error: %#,' 41 \ . '! error: %#%m,' 48 \ . '%-Zno-error,'
|
| H A D | mcs.vim | 19 \%E%f(%l):\ error\ CS%n:%m, 21 \%E%f(%l\\,%c):\ error\ CS%n:%m, 23 \%E%>syntax\ error\\,%m,%Z%f(%l\\,%c):\ error\ CS%n:%m,
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | tar.vim | 115 " call Decho('***error*** (tar#Browse) "'.g:tar_cmd.'" not available on your system') 126 " call Decho("***error*** (tar#Browse) File not readable<".a:tarfile.">") 402 " call Decho("***error*** (tar#Write) sorry, mkdir() doesn't work on your system") 423 " call Decho("***error*** (tar#Write) cannot cd to temporary directory") 622 " call Decho("***error*** ".extractcmd." ".tarbase.".tar ".fname.": failed!") 633 " call Decho("***error*** ".extractcmd."t ".tarbase.".tgz ".fname.": failed!") 644 " call Decho("***error*** ".extractcmd." ".tarbase.".tar.gz ".fname.": failed!") 655 " call Decho("***error*** ".extractcmd."j ".tarbase.".tbz ".fname.": failed!") 677 " call Decho("***error*** ".extractcmd." ".tarbase.".txz ".fname.": failed!") 688 " call Decho("***error*** ".extractcmd." ".tarbase.".tar.xz ".fname.": failed!") [all …]
|
| H A D | zip.vim | 90 echohl Error | echo "***error*** (zip#Browse) unzip not available on your system" 100 echohl Error | echo "***error*** (zip#Browse) File not readable<".a:zipfile.">" | echohl None 176 …echohl Error | echo "***error*** (zip#Browse) Please specify a file, not a directory" | echohl None 224 …echohl Error | echo "***error*** (zip#Read) sorry, your system doesn't appear to have the ".g:zip_… 264 …echohl Error | echo "***error*** (zip#Write) sorry, your system doesn't appear to have the ".g:zip… 272 …echohl Error | echo "***error*** (zip#Write) sorry, mkdir() doesn't work on your system" | echohl … 340 …echohl Error | echo "***error*** (zip#Write) sorry, unable to update ".zipfile." with ".fname | ec… 388 …echohl Error | echo "***error*** (zip#Extract) Please specify a file, not a directory" | echohl No… 399 …echohl Error | echo "***error*** ".g:zip_extractcmd." ".b:zipfile." ".fname.": failed!" | echohl N… 401 …echohl Error | echo "***error*** attempted to extract ".fname." but it doesn't appear to be presen… [all …]
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | efm_filter.txt | 3 Some compilers produce an error message that cannot be handled with 5 translates one error message into something that Vim understands. 8 The compiler that generates this kind of error messages (4 lines): 11 line 50: error(3114):
|
| /vim-8.2.3635/ci/ |
| H A D | config.mk.clang.sed | 1 /^CFLAGS[[:blank:]]*=/s/$/ -Wno-error=missing-field-initializers/ 2 /^RUBY_CFLAGS[[:blank:]]*=/s/$/ -Wno-error=unknown-attributes -Wno-error=ignored-attributes/
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | lisp.vim | 97 syn keyword lispFunc acosh fourth program-error 112 syn keyword lispFunc arithmetic-error get ratio 161 syn keyword lispFunc boole-and invalid-method-error rplaca 195 syn keyword lispFunc cell-error let* simple-base-string 196 syn keyword lispFunc cell-error-name lisp simple-bit-vector 201 syn keyword lispFunc char<= list-all-packages simple-error 204 syn keyword lispFunc char>= listp simple-type-error 355 syn keyword lispFunc equalp package-error values-list 356 syn keyword lispFunc error package-error-package variable 364 syn keyword lispFunc export parse-error when [all …]
|