Lines Matching refs:k

76   set cpo-=< cpo-=k
189 call feedkeys("G2o\<Esc>ki\<CR>Test1: text with a (here some more text\<Esc>k.", "xt")
194 …call feedkeys("G2o\<Esc>ki\<CR>Test2: text wit a (here some more text [und undo]\<C-G>u\<Esc>k.u",…
227 call feedkeys("G4o2k", "xt")
467 nmap ,f /^\k\+ (<CR>
468 nmap <buffer> ,f /^\k\+ (<CR>
469 nmap <script> ,fs /^\k\+ (<CR>
470 call assert_equal(['n ,f @/^\k\+ (<CR>',
471 \ 'n ,fs & /^\k\+ (<CR>',
472 \ 'n ,f /^\k\+ (<CR>'],
485 exe "nmap ,k \<C-V>"
486 call assert_equal(['n ,k <Nop>'],
487 \ execute('nmap ,k')->trim()->split("\n"))
617 call assert_equal(0, hasmapto('/^\k\+ ('))
618 map ,f /^\k\+ (<CR>
619 call assert_equal(1, hasmapto('/^\k\+ ('))
623 call assert_equal(0, hasmapto('/^\k\+ (', 'i'))
624 imap ,f /^\k\+ (<CR>
625 call assert_equal(1, hasmapto('/^\k\+ (', 'i'))
629 call assert_equal(0, hasmapto('/^\k\+ (', 'n'))
630 nmap ,f /^\k\+ (<CR>
631 call assert_equal(1, hasmapto('/^\k\+ ('))
632 call assert_equal(1, hasmapto('/^\k\+ (', 'n'))
636 call assert_equal(0, hasmapto('/^\k\+ (', 'v'))
637 call assert_equal(0, hasmapto('/^\k\+ (', 'x'))
638 call assert_equal(0, hasmapto('/^\k\+ (', 's'))
639 vmap ,f /^\k\+ (<CR>
640 call assert_equal(1, hasmapto('/^\k\+ (', 'v'))
641 call assert_equal(1, hasmapto('/^\k\+ (', 'x'))
642 call assert_equal(1, hasmapto('/^\k\+ (', 's'))
646 call assert_equal(0, hasmapto('/^\k\+ (', 'x'))
647 xmap ,f /^\k\+ (<CR>
648 call assert_equal(1, hasmapto('/^\k\+ (', 'v'))
649 call assert_equal(1, hasmapto('/^\k\+ (', 'x'))
650 call assert_equal(0, hasmapto('/^\k\+ (', 's'))
654 call assert_equal(0, hasmapto('/^\k\+ (', 's'))
655 smap ,f /^\k\+ (<CR>
656 call assert_equal(1, hasmapto('/^\k\+ (', 'v'))
657 call assert_equal(0, hasmapto('/^\k\+ (', 'x'))
658 call assert_equal(1, hasmapto('/^\k\+ (', 's'))
662 call assert_equal(0, hasmapto('/^\k\+ (', 'o'))
663 omap ,f /^\k\+ (<CR>
664 call assert_equal(1, hasmapto('/^\k\+ (', 'o'))
668 call assert_equal(0, hasmapto('/^\k\+ (', 'l'))
669 lmap ,f /^\k\+ (<CR>
670 call assert_equal(1, hasmapto('/^\k\+ (', 'l'))
674 call assert_equal(0, hasmapto('/^\k\+ (', 'c'))
675 cmap ,f /^\k\+ (<CR>
676 call assert_equal(1, hasmapto('/^\k\+ (', 'c'))
679 call assert_equal(0, hasmapto('/^\k\+ (', 'n', 1))
874 imap x<Bslash>k Test
875 let d = maparg('x<Bslash>k', 'i', 0, 1)
876 call assert_equal(['x\k', 'Test', 'i'], [d.lhs, d.rhs, d.mode])
878 call assert_equal('"imap x\k', @:)
879 iunmap x<Bslash>k
881 imap x<Bslash>k Test
882 let d = maparg('x<Bslash>k', 'i', 0, 1)
883 call assert_equal(['x<Bslash>k', 'Test', 'i'], [d.lhs, d.rhs, d.mode])
885 call assert_equal('"imap x<Bslash>k', @:)
886 iunmap x<Bslash>k
1070 call feedkeys("5\"k\<F2>", 'xt')
1071 call assert_equal(['n', 5, 'k'], s)