| /vim-8.2.3635/src/ |
| H A D | misc2.c | 222 int correct = wcol - col; in coladvance2() local 223 char_u *newline = alloc(idx + correct + 1); in coladvance2() 232 for (t = 0; t < correct; ++t) in coladvance2() 235 newline[idx + correct] = NUL; in coladvance2() 239 idx += correct; in coladvance2() 246 int correct = wcol - col - csize + 1; // negative!! in coladvance2() local 251 if (-correct > csize) in coladvance2() 271 idx += (csize - 1 + correct); in coladvance2() 272 col += correct; in coladvance2()
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | java.vim | 62 " Java is just like C; use the built-in C indenting and then correct a few 96 " correct for continuation lines of "throws", "implements" and "extends"
|
| H A D | rust.vim | 62 " Sorry, this is not complete, nor fully correct (e.g. string "//"). 99 " leader, so the correct indentation is that of the
|
| H A D | awk.vim | 4 " It works up to the point where the distinction between correct/incorrect 11 " - Same for very unusual but syntacticly correct use of { }
|
| H A D | bzl.vim | 33 " Determine the correct indent level given an {lnum} in the current buffer.
|
| H A D | ada.vim | 61 " nowhere near the correct indent (e.g., start of line)! 179 " Find correct indent of a new line based upon what went before
|
| H A D | occam.vim | 46 " Auxiliary function to get the correct indent for a line of occam code
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.utf-8 | 83 4. Repeat steps 2 through 4 until the sentence is correct. 87 5. Now that the line is correct, go on to lesson 1.4. 107 Repeat steps 2 through 4 to correct the sentence. 130 steps 2 and 3 to correct this sentence. 205 5. Repeat steps 3 and 4 until the sentence is correct and go to lesson 2.2. 218 3. Move the cursor to the end of the correct line (AFTER the first . ). 384 5. Repeat steps 2 through 4 to put all the lines in correct order. 426 3. Type ce and the correct word (in this case, type ine ). 460 NOTE: You can use the Backspace key to correct mistakes while typing.
|
| H A D | tutor | 83 4. Repeat steps 2 through 4 until the sentence is correct. 87 5. Now that the line is correct, go on to lesson 1.4. 107 Repeat steps 2 through 4 to correct the sentence. 130 steps 2 and 3 to correct this sentence. 205 5. Repeat steps 3 and 4 until the sentence is correct and go to lesson 2.2. 218 3. Move the cursor to the end of the correct line (AFTER the first . ). 384 5. Repeat steps 2 through 4 to put all the lines in correct order. 426 3. Type ce and the correct word (in this case, type ine ). 460 NOTE: You can use the Backspace key to correct mistakes while typing.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_fnameescape.vim | 1 " Test if fnameescape is correct for special chars like !
|
| H A D | test_escaped_glob.vim | 1 " Test whether glob()/globpath() return correct results with certain escaped
|
| H A D | vim9.vim | 25 " accidentally correct. 43 " accidentally correct.
|
| H A D | test_conceal.vim | 31 " Check that with concealed text vertical cursor movement is correct. 160 " Tests for correct display (cursor column position) with +conceal and
|
| H A D | test_getvar.vim | 5 " window, gettabvar() returns the correct value
|
| H A D | test_sort.vim | 1380 call assert_false(&modified, t.name . ': &mod is not correct') 1382 call assert_true(&modified, t.name . ': &mod is not correct')
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 90vttest_01-movement-4.test | 36 ?screen_row 3 = "This is a correct sentence"
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_20.txt | 37 Before you hit <Enter>, you notice that "col" should be "cow". To correct 39 <BS> and "w" to correct: > 262 <BS> to correct the word. If there are many matches, type a few more 312 what you typed and correct that. Or use CTRL-U to start all over again.
|
| H A D | os_vms.txt | 782 - correct the VMS warnings and errors around handling the INFINITY (used in json.c) 784 - correct the make_vms.mms file for 8.0 790 - correct swap file name wildcard handling 794 - correct RealWaitForChar 907 - correct file extension matching for syntax (version problem)
|
| H A D | usr_90.txt | 100 correct it. You might have to disable some features to make Vim compile. 347 If the terminal type listed is not correct, fix it. For more hints, see 349 gvim. This avoids the need for a correct terminal setup.
|
| H A D | arabic.txt | 121 To enable the correct Arabic encoding the following command needs 319 In general, don't anticipate to see correct visual
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | rust.vim | 128 " This isn't actually correct; a closure with no arguments can be `|| { }`. 194 " FIXME: this is a really ugly and not fully correct implementation. Most 198 " the highlighting is correct. Due to the way Vim's syntax engine works
|
| H A D | mason.vim | 38 " It's hard to reduce down to the correct sub-set of Perl to highlight in some
|
| H A D | mplayerconf.vim | 81 \ codecs-file correct-pts crash-debug
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | powershell.vim | 45 " of the name, or if a path was included, verify that the path is correct
|
| /vim-8.2.3635/READMEdir/ |
| H A D | README_vms.txt | 16 Compilation is recommended, in order to make sure that the correct
|