From 246807b8f456b7d7b8f7a5d5bba59c6c7f575ca8 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Fri, 3 May 2019 23:49:43 -0400 Subject: test/old: enable Test_normal01_keymodel It works now. --- src/nvim/testdir/test_normal.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nvim/testdir/test_normal.vim b/src/nvim/testdir/test_normal.vim index 9733c73cfc..ef17209f74 100644 --- a/src/nvim/testdir/test_normal.vim +++ b/src/nvim/testdir/test_normal.vim @@ -82,7 +82,6 @@ fun! Test_normal00_optrans() endfunc func! Test_normal01_keymodel() - throw "skipped: Nvim regression: 'keymodel'" call Setup_NewWindow() " Test 1: depending on 'keymodel' does something different 50 -- cgit