| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | python.vim | 59 …oremap <silent> <buffer> ]] :call <SID>Python_jump('n', '". b:next_toplevel."', 'W', v:count1)<cr>" 63 …execute "nnoremap <silent> <buffer> ]m :call <SID>Python_jump('n', '". b:next."', 'W', v:count1)<c… 64 …cute "nnoremap <silent> <buffer> [m :call <SID>Python_jump('n', '". b:prev."', 'Wb', v:count1)<cr>" 65 …nnoremap <silent> <buffer> ]M :call <SID>Python_jump('n', '". b:next_end."', 'W', v:count1, 0)<cr>" 66 …noremap <silent> <buffer> [M :call <SID>Python_jump('n', '". b:prev_end."', 'Wb', v:count1, 0)<cr>" 72 …execute "onoremap <silent> <buffer> ]m :call <SID>Python_jump('o', '". b:next."', 'W', v:count1)<c… 73 …cute "onoremap <silent> <buffer> [m :call <SID>Python_jump('o', '". b:prev."', 'Wb', v:count1)<cr>" 74 …onoremap <silent> <buffer> ]M :call <SID>Python_jump('o', '". b:next_end."', 'W', v:count1, 0)<cr>" 81 …execute "xnoremap <silent> <buffer> ]m :call <SID>Python_jump('x', '". b:next."', 'W', v:count1)<c… 82 …cute "xnoremap <silent> <buffer> [m :call <SID>Python_jump('x', '". b:prev."', 'Wb', v:count1)<cr>" [all …]
|
| H A D | mf.vim | 43 nnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:false) <… 44 vnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:true) <… 45 nnoremap <silent><buffer> ]] :<C-U>call <SID>move_around(v:count1, "beginsection", "W", v:false) <… 46 vnoremap <silent><buffer> ]] :<C-U>call <SID>move_around(v:count1, "beginsection", "W", v:true) <… 47 nnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:false) <… 48 vnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:true) <… 49 nnoremap <silent><buffer> ][ :<C-U>call <SID>move_around(v:count1, "endsection", "W", v:false) <… 50 vnoremap <silent><buffer> ][ :<C-U>call <SID>move_around(v:count1, "endsection", "W", v:true) <… 51 nnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:false) <… 52 vnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:true) <… [all …]
|
| H A D | mp.vim | 52 nnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:false) <… 53 vnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:true) <… 54 nnoremap <silent><buffer> ]] :<C-U>call <SID>move_around(v:count1, "beginsection", "W", v:false) <… 55 vnoremap <silent><buffer> ]] :<C-U>call <SID>move_around(v:count1, "beginsection", "W", v:true) <… 56 nnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:false) <… 57 vnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:true) <… 58 nnoremap <silent><buffer> ][ :<C-U>call <SID>move_around(v:count1, "endsection", "W", v:false) <… 59 vnoremap <silent><buffer> ][ :<C-U>call <SID>move_around(v:count1, "endsection", "W", v:true) <… 60 nnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:false) <… 61 vnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:true) <… [all …]
|
| H A D | context.vim | 62 …nnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:false) … 63 …vnoremap <silent><buffer> [[ :<C-U>call <SID>move_around(v:count1, "beginsection", "bW", v:true) … 64 …nnoremap <silent><buffer> ]] :<C-U>call <SID>move_around(v:count1, "beginsection", "W", v:false) … 65 …vnoremap <silent><buffer> ]] :<C-U>call <SID>move_around(v:count1, "beginsection", "W", v:true) … 66 …nnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:false) … 67 …vnoremap <silent><buffer> [] :<C-U>call <SID>move_around(v:count1, "endsection", "bW", v:true) … 68 …nnoremap <silent><buffer> ][ :<C-U>call <SID>move_around(v:count1, "endsection", "W", v:false) … 69 …vnoremap <silent><buffer> ][ :<C-U>call <SID>move_around(v:count1, "endsection", "W", v:true) … 70 …nnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:false) … 71 …vnoremap <silent><buffer> [{ :<C-U>call <SID>move_around(v:count1, "beginblock", "bW", v:true) … [all …]
|
| H A D | eiffel.vim | 58 nnoremap <silent> <buffer> ]] :<C-U>call <SID>DoMotion(sections, v:count1, 'W')<CR> 59 …xnoremap <silent> <buffer> ]] :<C-U>exe "normal! gv"<Bar>call <SID>DoMotion(sections, v:count1, 'W… 60 nnoremap <silent> <buffer> [[ :<C-U>call <SID>DoMotion(sections, v:count1, 'Wb')<CR> 61 …xnoremap <silent> <buffer> [[ :<C-U>exe "normal! gv"<Bar>call <SID>DoMotion(sections, v:count1, 'W… 74 nnoremap <silent> <buffer> ]m :<C-U>call <SID>DoFeatureMotion(v:count1, 'W')<CR> 75 …xnoremap <silent> <buffer> ]m :<C-U>exe "normal! gv"<Bar>call <SID>DoFeatureMotion(v:count1, 'W')<… 76 nnoremap <silent> <buffer> [m :<C-U>call <SID>DoFeatureMotion(v:count1, 'Wb')<CR> 77 …xnoremap <silent> <buffer> [m :<C-U>exe "normal! gv"<Bar>call <SID>DoFeatureMotion(v:count1, 'Wb')…
|
| H A D | gitrebase.vim | 45 nnoremap <buffer> <silent> <C-A> :<C-U><C-R>=v:count1<CR>Cycle<CR> 46 nnoremap <buffer> <silent> <C-X> :<C-U><C-R>=v:count1<CR>Cycle!<CR>
|
| H A D | ruby.vim | 213 call s:map('n', '<silent>', '<C-]> <SID>:exe v:count1."tag <Plug><ctag>"<SID>tagzv<CR>') 216 call s:map('n', '<silent>', '<C-W>] <SID>:exe v:count1."stag <Plug><ctag>"<SID>tagzv<CR>') 217 call s:map('n', '<silent>', '<C-W><C-]> <SID>:exe v:count1."stag <Plug><ctag>"<SID>tagzv<CR>') 220 call s:map('n', '<silent>', '<C-W>} <SID>:exe v:count1."ptag <Plug><ctag>"<CR>') 287 let cnt = v:count1
|
| H A D | vb.vim | 13 let cnt = v:count1
|
| H A D | cobol.vim | 78 vnoremap <silent> <buffer> > :call CobolIndentBlock(v:count1)<CR> 79 vnoremap <silent> <buffer> < :call CobolIndentBlock(-v:count1)<CR>
|
| H A D | vhdl.vim | 59 let i = v:count1
|
| /vim-8.2.3635/src/xdiff/ |
| H A D | xhistogram.c | 162 int line1, int count1, int line2, int count2) in try_lcs() argument 243 line1, count1, line2, count2); in fall_back_to_classic_diff() 272 index.table_bits = xdl_hashbits(count1); in find_lcs() 279 sz = index.line_map_size = count1; in find_lcs() 298 if (scanA(&index, line1, count1)) in find_lcs() 317 int line1, int count1, int line2, int count2) in histogram_diff() argument 325 if (count1 <= 0 && count2 <= 0) in histogram_diff() 331 if (!count1) { in histogram_diff() 336 while(count1--) in histogram_diff() 349 while (count1--) in histogram_diff() [all …]
|
| H A D | xpatience.c | 145 int line1, int count1, int line2, int count2) in fill_hashmap() argument 153 result->alloc = count1 * 2; in fill_hashmap() 161 while (count1--) in fill_hashmap() 264 int line1, int count1, int line2, int count2) in walk_common_sequence() argument 322 line1, count1, line2, count2); in fall_back_to_classic_diff() 340 if (!count1) { in patience_diff() 345 while(count1--) in patience_diff() 352 line1, count1, line2, count2)) in patience_diff() 357 while(count1--) in patience_diff() 368 line1, count1, line2, count2); in patience_diff() [all …]
|
| H A D | xutils.c | 406 int line1, int count1, int line2, int count2) in xdl_fall_back_diff() argument 420 subfile1.size = diff_env->xdf1.recs[line1 + count1 - 2]->ptr + in xdl_fall_back_diff() 421 diff_env->xdf1.recs[line1 + count1 - 2]->size - subfile1.ptr; in xdl_fall_back_diff() 428 memcpy(diff_env->xdf1.rchg + line1 - 1, env.xdf1.rchg, count1); in xdl_fall_back_diff()
|
| H A D | xutils.h | 43 int line1, int count1, int line2, int count2);
|
| /vim-8.2.3635/src/ |
| H A D | normal.c | 2826 cap->count1 = n ? n * cap->count1 : cap->count1; in nv_zet() 3529 cap->count1 = -cap->count1; in nv_ctrlo() 4388 cap->count1 += 1; in nv_next() 4390 cap->count1 -= 1; in nv_next() 4538 cap->count1, in nv_brackets() 4575 n = cap->count1; in nv_brackets() 4608 n = cap->count1; in nv_brackets() 5496 cap->count1 = 1; in nv_optrans() 6421 cap->count1 = -cap->count1; in nv_g_cmd() 6443 undo_time(cap->nchar == '-' ? -cap->count1 : cap->count1, in nv_g_cmd() [all …]
|
| H A D | mouse.c | 2049 cap->count1 = curwin->w_height / 2; in nv_mousescroll() 2050 if (cap->count1 == 0) in nv_mousescroll() 2051 cap->count1 = 1; in nv_mousescroll() 2054 cap->count1 = 3; in nv_mousescroll() 2055 cap->count0 = cap->count1; in nv_mousescroll() 2098 (void)do_mouse(cap->oap, cap->cmdchar, BACKWARD, cap->count1, 0); in nv_mouse()
|
| H A D | ops.c | 1455 op_insert(oparg_T *oap, long count1) in op_insert() argument 1542 (void)edit(NUL, FALSE, (linenr_T)count1); in op_insert() 3613 cap->count1 = redo_VIsual_count; in do_pending_operator() 3615 cap->count1 = 1; in do_pending_operator() 3918 op_shift(oap, TRUE, oap->is_VIsual ? (int)cap->count1 : 1); in do_pending_operator() 4101 op_insert(oap, cap->count1); in do_pending_operator() 4175 op_addsub(oap, cap->count1, redo_VIsual_arg); in do_pending_operator()
|
| H A D | syntax.c | 5324 int count1 = 0; in syn_combine_list() local 5349 ++count1; in syn_combine_list() 5356 qsort(*clstr1, (size_t)count1, sizeof(short), syn_compare_stub); in syn_combine_list()
|
| /vim-8.2.3635/src/proto/ |
| H A D | ops.pro | 11 void op_insert(oparg_T *oap, long count1);
|
| H A D | evalvars.pro | 47 void set_vcount(long count, long count1, int set_prevcount);
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_mksession.vim | 245 let count1 = 0 250 let count1 += 1 259 call assert_equal(1, count1, 'Xtest1 count')
|
| H A D | test_virtualedit.vim | 21 xmap ]e :<C-U>call MoveSelectionDown(v:count1)<CR>
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | rust.vim | 9 let cnt = v:count1
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 580 " save v:count1 variable, might be reset from the restore_cursor command 581 let level = v:count1
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | fold.txt | 379 zm Fold more: Subtract |v:count1| from 'foldlevel'. If 'foldlevel' was 388 zr Reduce folding: Add |v:count1| to 'foldlevel'.
|