Home
last modified time | relevance | path

Searched refs:step (Results 1 – 25 of 111) sorted by relevance

12345

/vim-8.2.3635/src/testdir/
H A Dtest_debugger.vim121 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 Dunicode.vim68 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 Dcucumber.vim46 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 Dzimbu.vim128 iabbr <buffer> <expr> step GCUpperSpace("step")
176 \ " | iunabbr <buffer> step" ..
H A Dabaqus.vim64 \ '\*step:\*end\s*step'
/vim-8.2.3635/runtime/macros/maze/
H A Dmaze_mac12 " 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 DREADME.txt19 (If you can't wait to see the action, jump to step 4)
/vim-8.2.3635/runtime/indent/
H A Dcobol.vim100 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 Drpl.vim14 …,=~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 Dif_python3.c333 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 Dundo.c2315 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 Dmouse.c1116 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 Dif_py_both.h2420 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 DREADME_mingw.txt38 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 Dmatchit.vim62 " 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 Dxemit.c145 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 Dsqlhana.vim45 " 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 Dkix.vim119 syn match kixForNextError "\<for\>\|\<to\>\|\<step\>\|\<next\>"
120 syn match kixForNextOK contained "\<for\>\|\<to\>\|\<step\>\|\<next\>"
H A Ddtml.vim92 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 Dobj.vim43 syn match objKeywords "^step\s"
H A Dsimula.vim35 syn keyword simulaStatement do inner inspect step this
H A Dgdb.vim29 …ent contained search section set sharedlibrary shell show si signal skip source step stepi stepping
/vim-8.2.3635/src/proto/
H A Dundo.pro14 void undo_time(long step, int sec, int file, int absolute);
/vim-8.2.3635/runtime/spell/
H A DREADME.txt49 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 Dcodeql-analysis.yml46 # If this step fails, then you should remove it and run the build manually (see below)

12345