Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 25 of 81) sorted by relevance

1234

/vim-8.2.3635/src/
H A Dvim9type.c486 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 Dtesting.c634 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 Dvim9compile.c1028 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 Dtesting.txt301 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 Darabic.txt32 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 Drecover.txt150 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 Dvim9type.pro15 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 Dvim9compile.pro4 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 Dbash.vim11 " The actual indenting is in sh.vim and controlled by buffer-local variables.
H A Ddtd.vim203 " 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 Dbash.vim11 " The actual syntax is in sh.vim and controlled by buffer-local variables.
H A Dist.vim17 syn keyword IstInpSpec actual arg_close arg_open encap escape
H A DREADME.txt20 colortest.vim Check for color names and actual color on screen.
/vim-8.2.3635/src/testdir/
H A Dtest_listlbr.vim16 func s:compare_lines(expect, actual) argument
17 call assert_equal(join(a:expect, "\n"), join(a:actual, "\n"))
H A Dtest_number.vim12 func s:compare_lines(expect, actual) argument
13 call assert_equal(a:expect, a:actual)
H A Dsetup_gui.vim17 " actual home directory. But avoid triggering fontconfig by setting the
H A Dtest_listlbr_utf8.vim17 func s:compare_lines(expect, actual) argument
18 call assert_equal(a:expect, a:actual)
H A Dtest_highlight.vim149 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 Dtest_flatten.vim38 " Make it flatten if the given maxdepth is larger than actual depth.
H A Dtest_execute_func.vim114 " Use :pwd to get the actual current directory
H A Dtest_vartabs.vim8 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 DCONTRIBUTING19 any of the resources listed above, before starting work on the actual code.
/vim-8.2.3635/runtime/tutor/
H A DREADME.txt31 (replace enc with the actual encoding name). You might also need to adjust the
/vim-8.2.3635/runtime/indent/testdir/
H A DREADME.txt86 indenting you will see a FILETYPE.fail file. This contains the actual result
/vim-8.2.3635/
H A DCONTRIBUTING.md31 Please use the GitHub issues only for actual issues. If you are not 100% sure

1234