From: Hiroshi Shirosaki Date: Wed, 5 Jun 2019 04:45:12 +0000 (+0900) Subject: Remove a test to avoid a bug with latest vim X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/c08a22b391deecf8b6bb45cbb4a6ffffeb50dfc7?hp=d0ed42073e25a1c98f9098c80f5daa90ac827193 Remove a test to avoid a bug with latest vim --- diff --git a/test/toc.vader b/test/toc.vader index 2510edc7..51269526 100644 --- a/test/toc.vader +++ b/test/toc.vader @@ -175,10 +175,6 @@ Given markdown; ### header 3 Execute (Toc cursor on the current header): - normal! 4G - :Toc - AssertEqual line('.'), 2 - :lclose normal! G :Toc AssertEqual line('.'), 3