We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c684195 commit 23ded66Copy full SHA for 23ded66
src/testdir/test_mapping.in
@@ -31,10 +31,18 @@ o+
31
: " expr mapping with langmap
32
:inoremap <expr> { "FAIL_iexplangmap"
33
o+
34
+:" issue #212 (feedkeys insert mapping at current position)
35
+:nnoremap . :call feedkeys(".", "in")<cr>
36
+:/^a b
37
+0qqdw.ifooqj0@q:unmap .
38
+
39
40
:/^test/,$w! test.out
41
:qa!
42
ENDTEST
43
44
test starts here:
45
46
+a b c d
47
48
src/testdir/test_mapping.ok
@@ -1,4 +1,7 @@
1
2
3
+fooc d
4
5
vim
6
TEST2: CTRL-C |<ctrl-c>A|
7
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 614,
746
/**/
747
613,
748
0 commit comments