Home
last modified time | relevance | path

Searched refs:correct (Results 1 – 25 of 120) sorted by relevance

12345

/vim-8.2.3635/src/
H A Dmisc2.c222 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 Djava.vim62 " 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 Drust.vim62 " Sorry, this is not complete, nor fully correct (e.g. string "//").
99 " leader, so the correct indentation is that of the
H A Dawk.vim4 " It works up to the point where the distinction between correct/incorrect
11 " - Same for very unusual but syntacticly correct use of { }
H A Dbzl.vim33 " Determine the correct indent level given an {lnum} in the current buffer.
H A Dada.vim61 " 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 Doccam.vim46 " Auxiliary function to get the correct indent for a line of occam code
/vim-8.2.3635/runtime/tutor/
H A Dtutor.utf-883 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 Dtutor83 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 Dtest_fnameescape.vim1 " Test if fnameescape is correct for special chars like !
H A Dtest_escaped_glob.vim1 " Test whether glob()/globpath() return correct results with certain escaped
H A Dvim9.vim25 " accidentally correct.
43 " accidentally correct.
H A Dtest_conceal.vim31 " Check that with concealed text vertical cursor movement is correct.
160 " Tests for correct display (cursor column position) with +conceal and
H A Dtest_getvar.vim5 " window, gettabvar() returns the correct value
H A Dtest_sort.vim1380 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 D90vttest_01-movement-4.test36 ?screen_row 3 = "This is a correct sentence"
/vim-8.2.3635/runtime/doc/
H A Dusr_20.txt37 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 Dos_vms.txt782 - 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 Dusr_90.txt100 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 Darabic.txt121 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 Drust.vim128 " 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 Dmason.vim38 " It's hard to reduce down to the correct sub-set of Perl to highlight in some
H A Dmplayerconf.vim81 \ codecs-file correct-pts crash-debug
/vim-8.2.3635/runtime/compiler/
H A Dpowershell.vim45 " of the name, or if a path was included, verify that the path is correct
/vim-8.2.3635/READMEdir/
H A DREADME_vms.txt16 Compilation is recommended, in order to make sure that the correct

12345