aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_mapping.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-01-06 06:52:52 -0800
committerGitHub <noreply@github.com>2020-01-06 06:52:52 -0800
commit83b0054b87f82583873a6e7ef291507c580618b1 (patch)
tree1e3e8c3ee47b084e774c65f16950350afbd7a1cf /src/nvim/testdir/test_mapping.vim
parentfa9b057d356edb9de7c778d62aed8d2451de56fb (diff)
parent83083dd47b0c2880e4e1401f1c751013c533d57f (diff)
downloadrneovim-83b0054b87f82583873a6e7ef291507c580618b1.tar.gz
rneovim-83b0054b87f82583873a6e7ef291507c580618b1.tar.bz2
rneovim-83b0054b87f82583873a6e7ef291507c580618b1.zip
Merge #11674 'vim-patch:8.0.1786,8.1.{851,1308,1309,1579}'
Diffstat (limited to 'src/nvim/testdir/test_mapping.vim')
-rw-r--r--src/nvim/testdir/test_mapping.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_mapping.vim b/src/nvim/testdir/test_mapping.vim
index 34e62e80e8..f14f292a92 100644
--- a/src/nvim/testdir/test_mapping.vim
+++ b/src/nvim/testdir/test_mapping.vim
@@ -287,7 +287,7 @@ func Test_map_timeout_with_timer_interrupt()
set timeout timeoutlen=200
func ExitCb(job, status)
- let g:timer = timer_start(1, {_ -> feedkeys("3\<Esc>", 't')})
+ let g:timer = timer_start(1, {-> feedkeys("3\<Esc>", 't')})
endfunc
call job_start([&shell, &shellcmdflag, 'echo'], {'exit_cb': 'ExitCb'})