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/delete.lua | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 lua/delete.lua (limited to 'lua/delete.lua') diff --git a/lua/delete.lua b/lua/delete.lua deleted file mode 100644 index 9cb5a96..0000000 --- a/lua/delete.lua +++ /dev/null @@ -1,8 +0,0 @@ -local win = vis.win -delete(win, 2, 2) -delete(win, 3) --- delete(win, '%') -win.cursor:to(5, 0) -delete(win, '.') -delete(win, '$') -vis:command('w! delete.out') -- cgit v1.2.3