| /vim-8.2.3635/src/ |
| H A D | vim9type.c | 486 type_mismatch(type_T *expected, type_T *actual) in type_mismatch() argument 488 arg_type_mismatch(expected, actual, 0); in type_mismatch() 548 if (!(expected->tt_type == actual->tt_type in check_type() 550 && actual->tt_type == VAR_PARTIAL))) in check_type() 553 && (actual->tt_flags & TTFLAG_BOOL_OK)) in check_type() 557 type_mismatch_where(expected, actual, where); in check_type() 563 if (actual->tt_member != &t_unknown) in check_type() 572 && actual->tt_member != &t_unknown) in check_type() 576 && actual->tt_min_argcount != -1 in check_type() 577 && (actual->tt_argcount == -1 in check_type() [all …]
|
| H A D | testing.c | 634 char_u *actual = emsg_assert_fails_msg == NULL ? (char_u *)"[unknown]" in f_assert_fails() local 641 || strstr((char *)actual, (char *)expected) == NULL; in f_assert_fails() 656 if (!pattern_match(expected, actual, FALSE)) in f_assert_fails() 664 actual = get_vim_var_str(VV_ERRMSG); in f_assert_fails() 666 if (!pattern_match(expected, actual, FALSE)) in f_assert_fails() 728 actual_tv.vval.v_string = actual; in f_assert_fails() 807 varnumber_T actual = tv_get_number_chk(&argvars[2], &error); in assert_inrange() local 811 if (actual < lower || actual > upper) in assert_inrange() 822 (long)lower, (long)upper, (long)actual); in assert_inrange()
|
| H A D | vim9compile.c | 1028 if (actual->tt_type == VAR_ANY in use_typecheck() 1030 || (actual->tt_type == VAR_FUNC in use_typecheck() 1033 && (actual->tt_member == &t_any || actual->tt_argcount < 0) in use_typecheck() 1034 && ((actual->tt_member == &t_void) in use_typecheck() 1037 if ((actual->tt_type == VAR_LIST || actual->tt_type == VAR_DICT) in use_typecheck() 1054 type_T *actual, in need_type_where() argument 1090 type_T *actual, in need_type() argument 2005 type_T *actual; in generate_CALL() local 2008 if (actual == &t_special in generate_CALL() 2148 && actual == &t_special) in generate_PCALL() [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | testing.txt | 301 assert_equal({expected}, {actual} [, {msg}]) 310 {expected} but got {actual}" is produced. 386 assert_false({actual} [, {msg}]) *assert_false()* 393 "Expected False but got {actual}" is produced. 407 assert_match({pattern}, {actual} [, {msg}]) 413 the actual value of 'magic' or 'cpoptions' is. 438 assert_notequal({expected}, {actual} [, {msg}]) 447 assert_notmatch({pattern}, {actual} [, {msg}]) 449 |v:errors| when {pattern} matches {actual}. 464 assert_true({actual} [, {msg}]) *assert_true()* [all …]
|
| H A D | arabic.txt | 32 of another (composing) or the actual substitution of two characters 98 Prior to the actual usage of Arabic within Vim, a number of settings
|
| H A D | recover.txt | 150 For symbolic links Vim resolves the links to find the name of the actual file. 154 - When the directory of the actual file is not writable the swapfile is put
|
| /vim-8.2.3635/src/proto/ |
| H A D | vim9type.pro | 15 void type_mismatch(type_T *expected, type_T *actual); 16 void arg_type_mismatch(type_T *expected, type_T *actual, int arg_idx); 17 void type_mismatch_where(type_T *expected, type_T *actual, where_T where); 18 int check_type(type_T *expected, type_T *actual, int give_msg, where_T where);
|
| H A D | vim9compile.pro | 4 int need_type(type_T *actual, type_T *expected, int offset, int arg_idx, cctx_T *cctx, int silent, …
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | bash.vim | 11 " The actual indenting is in sh.vim and controlled by buffer-local variables.
|
| H A D | dtd.vim | 203 " for the actual value. If it doesn’t exist, indent three levels. 255 " keyword and the actual notation name. For the public ID and URI, indent 257 " indent one level. Otherwise, if the actual notation name doesn’t exist,
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | bash.vim | 11 " The actual syntax is in sh.vim and controlled by buffer-local variables.
|
| H A D | ist.vim | 17 syn keyword IstInpSpec actual arg_close arg_open encap escape
|
| H A D | README.txt | 20 colortest.vim Check for color names and actual color on screen.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_listlbr.vim | 16 func s:compare_lines(expect, actual) argument 17 call assert_equal(join(a:expect, "\n"), join(a:actual, "\n"))
|
| H A D | test_number.vim | 12 func s:compare_lines(expect, actual) argument 13 call assert_equal(a:expect, a:actual)
|
| H A D | setup_gui.vim | 17 " actual home directory. But avoid triggering fontconfig by setting the
|
| H A D | test_listlbr_utf8.vim | 17 func s:compare_lines(expect, actual) argument 18 call assert_equal(a:expect, a:actual)
|
| H A D | test_highlight.vim | 149 let actual = ScreenLines(1, 15)[0] 150 call assert_equal(expected, actual) 176 let actual = ScreenLines(1, 15)[0] 177 call assert_equal(expected, actual) 196 let actual = ScreenLines(1, 15)[0] 197 call assert_equal(expected, actual)
|
| H A D | test_flatten.vim | 38 " Make it flatten if the given maxdepth is larger than actual depth.
|
| H A D | test_execute_func.vim | 114 " Use :pwd to get the actual current directory
|
| H A D | test_vartabs.vim | 8 func s:compare_lines(expect, actual) argument 9 call assert_equal(join(a:expect, "\n"), join(a:actual, "\n"))
|
| /vim-8.2.3635/src/libvterm/ |
| H A D | CONTRIBUTING | 19 any of the resources listed above, before starting work on the actual code.
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | README.txt | 31 (replace enc with the actual encoding name). You might also need to adjust the
|
| /vim-8.2.3635/runtime/indent/testdir/ |
| H A D | README.txt | 86 indenting you will see a FILETYPE.fail file. This contains the actual result
|
| /vim-8.2.3635/ |
| H A D | CONTRIBUTING.md | 31 Please use the GitHub issues only for actual issues. If you are not 100% sure
|