From b97c6d29b6a1c66c2596033cd255d6803939aba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 4 Mar 2017 18:26:54 +0100 Subject: test/lua: convert tests to busted infrastructure --- lua/basic_map.lua | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 lua/basic_map.lua (limited to 'lua/basic_map.lua') diff --git a/lua/basic_map.lua b/lua/basic_map.lua deleted file mode 100644 index 2d955e2..0000000 --- a/lua/basic_map.lua +++ /dev/null @@ -1,24 +0,0 @@ -vis:map(vis.modes.NORMAL, "K", function() - vis:feedkeys("iNormal Mode") -end) -vis:map(vis.modes.INSERT, "K", function() - vis:feedkeys("Insert Mode") -end) -vis:map(vis.modes.VISUAL, "K", function() - vis:feedkeys("iVisual Mode") -end) -vis:map(vis.modes.VISUAL_LINE, "K", function() - vis:feedkeys("iVisual Line Mode") -end) -vis:map(vis.modes.REPLACE, "K", function() - vis:feedkeys("Replace Mode") -end) - -vis:feedkeys("K") -vis:feedkeys("iK") -vis:feedkeys("vK") -vis:feedkeys("VK") -vis:feedkeys("RK") -vis:feedkeys("dd") - -vis:command("w! basic_map.out") \ No newline at end of file -- cgit v1.2.3