| /vim-8.2.3635/src/testdir/ |
| H A D | test_debugger.vim | 121 call RunDbgCmd(buf, 'step') 132 call RunDbgCmd(buf, 'step') 137 call RunDbgCmd(buf, 'step', [ 247 call RunDbgCmd(buf, 'step') 248 call RunDbgCmd(buf, 'step') 284 call RunDbgCmd(buf, 'step') 293 call RunDbgCmd(buf, 'step') 294 call RunDbgCmd(buf, 'step') 946 " Don't step into compiled functions... 1226 " step in to the first function [all …]
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | unicode.vim | 68 let step = 0 75 if start >= 0 && add == nl - n && (step == 0 || n - end == step) 77 let step = n - end 86 let step = 0 92 call Range(ranges, start, end, step, add) 111 let step = 0 118 if start >= 0 && add == nl - n && (step == 0 || n - end == step) 120 let step = n - end 129 let step = 0 149 func! Range(ranges, start, end, step, add) argument [all …]
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | cucumber.vim | 46 return 'echoerr "No matching step found"' 77 let step = matchstr(getline(a:lnum)[c-1 : -1],'^\s*\zs.\{-\}\ze\s*$') 78 return filter(s:allsteps(),'s:stepmatch(v:val[3],step)') 121 for step in s:allsteps() 122 if step[2] ==# type 123 if step[3] =~ '^[''"]' 124 let steps += [step[3][1:-2]] 125 elseif step[3] =~ '^/\^.*\$/$' 126 let pattern = step[3][2:-3]
|
| H A D | zimbu.vim | 128 iabbr <buffer> <expr> step GCUpperSpace("step") 176 \ " | iunabbr <buffer> step" ..
|
| H A D | abaqus.vim | 64 \ '\*step:\*end\s*step'
|
| /vim-8.2.3635/runtime/macros/maze/ |
| H A D | maze_mac | 12 " one step apart and that you can move either north, south, east or west, 16 " 2. Check if you have a wall on your left. If so, go to step 4. 17 " 3. There is no wall on your left, so turn on the spot to your left and step 18 " forward by one step and repeat step 2. 20 " spot to your right by 90 degrees and repeat step 4. 21 " 5. There is no wall in front of you, so step forward one step and 22 " go to step 2. 29 " To go north or south, you move by a one character step, but to move east or 30 " west you move by a two character step. Also note that in any position 141 " what happens at each step.
|
| H A D | README.txt | 19 (If you can't wait to see the action, jump to step 4)
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | cobol.vim | 100 let step = -1 101 while step < 2 104 let lnum = step > 0 ? nextnonblank(lnum + step) : prevnonblank(lnum + step) 118 let step = step + 2
|
| H A D | rpl.vim | 14 …,=~then,=~else,=~do,=~until,=~while,=~repeat,=~select,=~default,=~for,=~start,=~next,=~step,<<>,<>> 39 " step 41 if line =~? '^\s*\(then\|else\|elseif\|until\|repeat\|next\|step\|default\|end\)\>'
|
| /vim-8.2.3635/src/ |
| H A D | if_python3.c | 333 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step); 335 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step); 338 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, 1426 Py_ssize_t start, stop, step, slicelen; in BufferSubscript() local 1434 &step, &slicelen) < 0) in BufferSubscript() 1460 Py_ssize_t start, stop, step, slicelen; in BufferAsSubscript() local 1468 &step, &slicelen) < 0) in BufferAsSubscript() 1544 Py_ssize_t start, stop, step, slicelen; in RangeSubscript() local 1549 &step, &slicelen) < 0) in RangeSubscript() 1570 Py_ssize_t start, stop, step, slicelen; in RangeAsSubscript() local [all …]
|
| H A D | undo.c | 2315 long step, in undo_time() argument 2348 target = step; in undo_time() 2354 target = (long)(curbuf->b_u_time_cur) + step; in undo_time() 2357 if (step < 0) in undo_time() 2370 target = curbuf->b_u_save_nr_cur + step; in undo_time() 2382 target = curbuf->b_u_save_nr_cur + step; in undo_time() 2393 target = curbuf->b_u_seq_cur + step; in undo_time() 2394 if (step < 0) in undo_time() 2463 ? (step < 0 in undo_time() 2533 if (step < 0) in undo_time() [all …]
|
| H A D | mouse.c | 1116 int val, step = 6; in ins_mousescroll() local 1119 step = curwin->w_width; in ins_mousescroll() 1120 val = curwin->w_leftcol + (dir == MSCR_RIGHT ? -step : step); in ins_mousescroll() 2069 int val, step = 6; in nv_mousescroll() local 2072 step = curwin->w_width; in nv_mousescroll() 2073 val = curwin->w_leftcol + (cap->arg == MSCR_RIGHT ? -step : +step); in nv_mousescroll()
|
| H A D | if_py_both.h | 2420 if (step == 0) in ListSlice() 2434 item = ListIndex(self, first + i*step); in ListSlice() 2465 Py_ssize_t start, stop, step, slicelen; in ListItem() local 2524 if (step == 0) in ListAssSlice() 2530 if (step != 1 && slicelen == 0) in ListAssSlice() 2577 j = step; in ListAssSlice() 2579 if (step > 0) in ListAssSlice() 2645 if (step != 1 && i >= slicelen) in ListAssSlice() 2659 if (step != 1 && i != slicelen) in ListAssSlice() 2678 if (step == 1) in ListAssSlice() [all …]
|
| /vim-8.2.3635/src/po/ |
| H A D | README_mingw.txt | 38 Then you must go step (2) below. 82 (5) This is an extra step, ;-). If you want the vim.mo file installed in your 93 (6) Another extra step ;-)). The command:
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 62 " First step: if not already done, set the script variables 107 " Second step: set the following local variables: 143 " Third step: Find the group and single word that match, and the original 166 " Fourth step: Set the arguments for searchpair(). 206 " Fifth step: actually start moving the cursor and call searchpair(). 586 " First step: if not already done, set the script variables 623 " Second step: figure out the patterns for searchpair() 651 " Third step: call searchpair().
|
| /vim-8.2.3635/src/xdiff/ |
| H A D | xemit.c | 145 long l, size, step = (start > limit) ? -1 : 1; 151 for (l = start; l != limit && 0 <= l && l < xe->xdf1.nrec; l += step) {
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | sqlhana.vim | 45 " from the list in step 7. You can use WhatsNotMissing 46 " between step 7 and this new file to weed out the words 49 " from step 9.
|
| H A D | kix.vim | 119 syn match kixForNextError "\<for\>\|\<to\>\|\<step\>\|\<next\>" 120 syn match kixForNextOK contained "\<for\>\|\<to\>\|\<step\>\|\<next\>"
|
| H A D | dtml.vim | 92 syn keyword dtmlAttribute sequence-roman sequence-Roman sequence-start sequence-step-end-index cont… 93 syn keyword dtmlAttribute sequence-step-size sequence-step-start-index sequence-var- SERVER_NAME co…
|
| H A D | obj.vim | 43 syn match objKeywords "^step\s"
|
| H A D | simula.vim | 35 syn keyword simulaStatement do inner inspect step this
|
| H A D | gdb.vim | 29 …ent contained search section set sharedlibrary shell show si signal skip source step stepi stepping
|
| /vim-8.2.3635/src/proto/ |
| H A D | undo.pro | 14 void undo_time(long step, int sec, int file, int absolute);
|
| /vim-8.2.3635/runtime/spell/ |
| H A D | README.txt | 49 6. Repeat step 5 for other locales. For English you could generate a spell 99 6. Repeat step 5. regularly.
|
| /vim-8.2.3635/.github/workflows/ |
| H A D | codeql-analysis.yml | 46 # If this step fails, then you should remove it and run the build manually (see below)
|