Home
last modified time | relevance | path

Searched refs:incomplete (Results 1 – 25 of 52) sorted by relevance

123

/vim-8.2.3635/src/testdir/
H A Dtest_search_stat.vim19 \ #{current: 1, exact_match: 1, total: 40, incomplete: 0, maxcount: 99},
22 \ #{current: 0, exact_match: 0, total: 10, incomplete: 0, maxcount: 99},
25 \ #{current: 0, exact_match: 0, total: 10, incomplete: 0, maxcount: 99},
28 \ #{current: 1, exact_match: 1, total: 10, incomplete: 0, maxcount: 99},
32 \ #{current: 1, exact_match: 1, total: 10, incomplete: 0, maxcount: 99},
36 \ #{current: 1, exact_match: 0, total: 10, incomplete: 0, maxcount: 99},
39 \ #{current: 1, exact_match: 0, total: 10, incomplete: 0, maxcount: 99},
42 \ #{current: 1, exact_match: 0, total: 2, incomplete: 2, maxcount: 1},
45 \ #{current: 0, exact_match: 0, total: 2, incomplete: 2, maxcount: 1},
56 \ #{current: 2, exact_match: 1, total: 50, incomplete: 0, maxcount: 99},
[all …]
H A Dtest_function_lists.vim75 \ "\":help functions\" not sorted or incomplete")
99 \ "\":help function-list\" incomplete")
H A Dtest_channel.vim1307 let job = job_start(s:python . " test_channel_pipe.py incomplete",
1312 call WaitForAssert({-> assert_equal('incomplete', g:Ch_received)})
/vim-8.2.3635/src/
H A Dsearch.c30 int incomplete; // 0: search was fully completed member
3143 if (stat.incomplete == 1) in cmdline_search_stat()
3158 if (stat.incomplete == 1) in cmdline_search_stat()
3216 static int incomplete = 0; in update_search_stat() local
3232 stat->incomplete = incomplete; in update_search_stat()
3255 incomplete = 0; in update_search_stat()
3281 incomplete = 1; in update_search_stat()
3295 incomplete = 2; // max count exceeded in update_search_stat()
3313 stat->incomplete = incomplete; in update_search_stat()
4202 dict_add_number(rettv->vval.v_dict, "incomplete", stat.incomplete); in f_searchcount()
H A DINSTALL130 NOTE: This is incomplete, look in Makefile for more info.
H A DREADME.md22 Most code can be found in a file with an obvious name (incomplete list):
H A DINSTALLpc.txt601 List of MZSCHEME_VER (incomplete):
/vim-8.2.3635/runtime/tutor/
H A Dtutor.uk.utf-8760 to move to the next incomplete word and repeat steps 3 and 4.
H A Dtutor.utf-8753 5. Use e to move to the next incomplete word and repeat steps 3 and 4.
H A Dtutor753 5. Use e to move to the next incomplete word and repeat steps 3 and 4.
/vim-8.2.3635/runtime/
H A Ddefaults.vim40 set showcmd " display incomplete commands
/vim-8.2.3635/runtime/autoload/
H A Dhaskellcomplete.vim413 \ , "-fwarn-incomplete-patterns"
414 \ , "-fno-warn-incomplete-patterns"
415 \ , "-fwarn-incomplete-record-updates"
416 \ , "-fno-warn-incomplete-record-updates"
750 \ , "-Wno-incomplete-patterns"
752 \ , "-Wno-incomplete-record-updates"
754 \ , "-Wno-incomplete-uni-patterns"
/vim-8.2.3635/runtime/syntax/
H A Dvmasm.vim6 " This is incomplete. Feel free to contribute...
H A Dasm68k.vim6 " This is incomplete. In particular, support for 68020 and
/vim-8.2.3635/runtime/doc/
H A Dmessage.txt281 and the destination file may be incomplete.
300 incomplete.
794 This is an (incomplete) overview of various messages that Vim gives:
H A Dversion4.txt204 termcap entry that is wrong or incomplete, or you have set the highlight
H A Dusr_05.txt204 Display an incomplete command in the lower right corner of the Vim window,
H A Dvi_diff.txt319 (incomplete) wildcard; all matches will be listed. CTRL-A will insert
1135 Vile Vile version 7.4 (incomplete)
H A Dtodo.txt382 Can it also be used to delete an incomplete Normal mode command? (#7096)
870 Patch to be able to disable default digraphs (incomplete) (Eric Pruitt, 2018
1941 Christian Brabandt has another incomplete patch. (2011 Jul 13)
3092 incomplete patch Mar 18)
3472 8 In mch_inchar() should use convert_input_safe() to handle incomplete byte
4435 The patch is incomplete (needs support for more systems, autoconf).
5365 6 When using mappings in Insert mode, insert characters for incomplete
H A Dmbyte.txt333 An incomplete list:
H A Dversion8.txt1985 Problem: Smack support detection is incomplete.
2874 Problem: List of distributed files is incomplete.
6092 Problem: New style testing is incomplete.
8666 Problem: channel read implementation is incomplete.
9715 Problem: List of test targets incomplete.
22327 Problem: PC install instructions are incomplete.
25135 Problem: Check for C99 features is incomplete.
28195 Problem: Build dependencies are incomplete.
37243 Problem: Github contribution text is incomplete.
41163 Problem: Build file dependencies are incomplete.
[all …]
H A Dvim9.txt1526 - `abstract class` (class with incomplete implementation)
H A Dversion6.txt4170 Problem: Patch 6.0.075 was incomplete.
6687 causes an incomplete redraw and the cursor isn't positioned.
7900 Problem: Patch 6.1.219 was incomplete.
8247 incomplete sequence.
12751 Solution: When there is an incomplete byte sequence at the end of the read
12895 Solution: Check for an incomplete sequence at the end of the chunk to be
14455 Problem: VMS: The vt320 termcap entry is incomplete.
H A Dmap.txt773 is an incomplete match, it will get more characters until there either is a
/vim-8.2.3635/runtime/indent/
H A Dr.vim285 " line is an incomplete command:

123