| /vim-8.2.3635/src/testdir/ |
| H A D | test_search_stat.vim | 19 \ #{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 D | test_function_lists.vim | 75 \ "\":help functions\" not sorted or incomplete") 99 \ "\":help function-list\" incomplete")
|
| H A D | test_channel.vim | 1307 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 D | search.c | 30 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 D | INSTALL | 130 NOTE: This is incomplete, look in Makefile for more info.
|
| H A D | README.md | 22 Most code can be found in a file with an obvious name (incomplete list):
|
| H A D | INSTALLpc.txt | 601 List of MZSCHEME_VER (incomplete):
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.uk.utf-8 | 760 to move to the next incomplete word and repeat steps 3 and 4.
|
| H A D | tutor.utf-8 | 753 5. Use e to move to the next incomplete word and repeat steps 3 and 4.
|
| H A D | tutor | 753 5. Use e to move to the next incomplete word and repeat steps 3 and 4.
|
| /vim-8.2.3635/runtime/ |
| H A D | defaults.vim | 40 set showcmd " display incomplete commands
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | haskellcomplete.vim | 413 \ , "-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 D | vmasm.vim | 6 " This is incomplete. Feel free to contribute...
|
| H A D | asm68k.vim | 6 " This is incomplete. In particular, support for 68020 and
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | message.txt | 281 and the destination file may be incomplete. 300 incomplete. 794 This is an (incomplete) overview of various messages that Vim gives:
|
| H A D | version4.txt | 204 termcap entry that is wrong or incomplete, or you have set the highlight
|
| H A D | usr_05.txt | 204 Display an incomplete command in the lower right corner of the Vim window,
|
| H A D | vi_diff.txt | 319 (incomplete) wildcard; all matches will be listed. CTRL-A will insert 1135 Vile Vile version 7.4 (incomplete)
|
| H A D | todo.txt | 382 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 D | mbyte.txt | 333 An incomplete list:
|
| H A D | version8.txt | 1985 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 D | vim9.txt | 1526 - `abstract class` (class with incomplete implementation)
|
| H A D | version6.txt | 4170 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 D | map.txt | 773 is an incomplete match, it will get more characters until there either is a
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | r.vim | 285 " line is an incomplete command:
|