Home
last modified time | relevance | path

Searched refs:skipped (Results 1 – 25 of 55) sorted by relevance

123

/vim-8.2.3635/src/testdir/
H A Dsummarize.vim11 elseif a:type ==# 'skipped'
12 let g:skipped += 1
18 let g:skipped = 0
33 silent %s/^SKIPPED \zs.*/\=Count(submatch(0), 'skipped')/egn
43 \ printf(" Skipped: %5d Tests", g:skipped),
H A Dtest_quotestar.vim135 let skipped = ''
140 let skipped = Do_test_quotestar_for_macunix()
143 let skipped = "Test can only run when $DISPLAY is set."
145 let skipped = Do_test_quotestar_for_x11()
148 let skipped = "Test is not implemented yet for this platform."
153 if !empty(skipped)
154 throw 'Skipped: ' . skipped
H A Druntest.vim17 " matching this pattern will be skipped. It's the opposite of $TEST_FILTER.
211 call add(s:skipped, 'SKIPPED ' . a:test . ': ' . g:skipped_reason)
220 call add(s:skipped, 'SKIPPED ' . a:test . ': ' . substitute(v:exception, '^\S*\s\+', '', ''))
375 call extend(s:messages, s:skipped)
396 let s:skipped = []
405 …call add(s:skipped, 'SKIPPED ' . expand('%') . ': ' . substitute(v:exception, '^\S*\s\+', '', ''))
H A Dsetup_gui.vim6 " Reasons for 'skipped'.
H A Dtest77a.in9 If it isn't available then the test will be skipped.
H A Dtest_gui.vim417 let skipped = ''
468 let skipped = g:not_hosted
481 if !empty(skipped)
482 throw skipped
497 let skipped = g:not_hosted
511 let skipped = g:not_supported . 'xfontset'
H A Dtest_file_size.vim9 " If it isn't available then the test will be skipped.
H A Dtest_functions.vim393 echomsg 'skipped test for shortcut file'
410 echomsg 'skipped test for symbolic link to a file'
426 echomsg 'skipped test for junction to a directory'
442 echomsg 'skipped test for symbolic link to a directory'
456 echomsg 'skipped test for buffer name'
471 echomsg 'skipped test for reparse point'
H A Dtest_vim9_script.vim946 " The skipped try/endtry was updating the wrong instruction.
2436 # expression with line breaks skipped
2616 # test skipped blocks at outside of function
2644 # test skipped blocks at inside of function
2984 # test skipped blocks at outside of function
3021 # test skipped blocks at inside of function
H A Dtest_vimscript.vim264 " the "g:" prefix). This is to check that the function code is skipped when
668 " When code is skipped over due to an error, the boolean argument to
713 " Test 12: Expressions in braces in skipped code {{{1
715 " In code skipped over due to an error or inactive conditional,
5424 " skipped.
5427 " skipped when an error occurs in ERR(). This works whether or
5439 " skipped.
5446 endtry " jumped to when the body is not skipped
6268 " executed after it should be skipped on an error (exception) in the
/vim-8.2.3635/runtime/pack/dist/opt/matchit/doc/
H A Dmatchit.txt57 to the opening "if". Nested structures are skipped. Using |g%| goes
87 |backref|s then this step is skipped. This step is called parsing. For
208 |searchpair()|. This controls when matching structures are skipped, or
211 nothing is skipped.) You can set b:match_skip to a string, which evaluates to
212 a non-zero, numerical value if the match is to be skipped or zero if the match
213 should not be skipped. In addition, the following special values are
/vim-8.2.3635/src/
H A Dtextprop.c1581 int skipped = kept + deleted; in adjust_props_for_split() local
1608 cont_next = skipped <= prop.tp_col + prop.tp_len - !end_incl; in adjust_props_for_split()
1629 if (p->tp_col > skipped) in adjust_props_for_split()
1630 p->tp_col -= skipped - 1; in adjust_props_for_split()
1633 p->tp_len -= skipped - p->tp_col; in adjust_props_for_split()
H A Duserfunc.c2997 long_u skipped = 0; in free_all_functions() local
3027 ++skipped; in free_all_functions()
3034 skipped = 0; in free_all_functions()
3044 skipped = 0; in free_all_functions()
3045 while (func_hashtab.ht_used > skipped) in free_all_functions()
3056 ++skipped; in free_all_functions()
3061 skipped = 0; in free_all_functions()
3065 ++skipped; in free_all_functions()
3069 if (skipped == 0) in free_all_functions()
/vim-8.2.3635/runtime/syntax/
H A Dtap.vim35 " highlight skipped tests
H A Dxdefaults.vim51 " lines are skipped. This is not part of the xrdb documentation.
/vim-8.2.3635/runtime/doc/
H A Dstarting.txt296 Initializations are skipped (except the ones given with the
467 initializations are skipped; see |initialization|.
477 skipped, including reading the |gvimrc| file when the GUI
478 starts. Loading plugins is also skipped.
481 same effect as "NONE", but loading plugins is not skipped.
495 starts. Other GUI initializations are skipped. When {gvimrc}
509 skipped
805 All following initializations until 4. are skipped. $MYVIMRC is not
811 initializations until 4. are skipped. Only the "-u" option is
882 However, directories in 'runtimepath' ending in "after" are skipped
[all …]
H A Dvim.man256 All the other initializations are skipped. Use this to
262 tions. All the other GUI initializations are skipped. It
H A Dxxd.man121 xxd -r never generates parse errors. Garbage is silently skipped.
H A Dusr_44.txt556 skipped. Every match and region that only needs to be used when actually
601 "groupthere" arguments. These groups are for syntax groups skipped during
H A Dautocmd.txt697 Note: This can not be skipped with
1179 Note: This can not be skipped with
1558 editing a file. This is skipped when the <nomodeline>
1562 Processing modelines is also skipped when no
/vim-8.2.3635/runtime/
H A Ddefaults.vim29 " When the +eval feature is missing, the set command above will be skipped.
/vim-8.2.3635/runtime/indent/
H A Dcobol.vim163 " We also search for READ so that contained AT ENDs are skipped
H A Djulia.vim387 " we skipped a bracket set, keep searching for an opening bracket
/vim-8.2.3635/runtime/autoload/
H A Dpython3complete.vim42 " Yeah, I skipped a version number - 0.4 was never public.
H A Dpythoncomplete.vim40 " Yeah, I skipped a version number - 0.4 was never public.

123