From ce90e36f5969e733a0a919f1736453332c33aad6 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 8 Sep 2019 18:58:44 +0200 Subject: patch 8.1.2011: more functions can be used as methods Problem: More functions can be used as methods. Solution: Make various functions usable as a method. Make the window command test faster. --- src/testdir/test_viminfo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testdir/test_viminfo.vim') diff --git a/src/testdir/test_viminfo.vim b/src/testdir/test_viminfo.vim index 306f54d60..048ebacd3 100644 --- a/src/testdir/test_viminfo.vim +++ b/src/testdir/test_viminfo.vim @@ -171,7 +171,7 @@ func Test_cmdline_history_order() call histdel(':') " items go before and after - call test_settime(8) + eval 8->test_settime() call histadd(':', "echo '8'") call test_settime(39) call histadd(':', "echo '39'") -- cgit v1.2.1