Problem: There is no test for what patch 7.4.601 fixes.
Solution: Add a test. (Christian Brabandt)
: " expr mapping with langmap
:inoremap <expr> { "FAIL_iexplangmap"
o+\e
+:" issue #212 (feedkeys insert mapping at current position)
+:nnoremap . :call feedkeys(".", "in")<cr>
+:/^a b
+0qqdw.ifoo\eqj0@q\e:unmap .
+
:/^test/,$w! test.out
:qa!
test starts here:
+a b c d
+a b c d
+
test starts here:
+
+fooc d
+fooc d
vim
TEST2: CTRL-C |<ctrl-c>A|
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 614,
/**/
613,
/**/