aboutsummaryrefslogtreecommitdiff
path: root/lua/delete.lua
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-03-04 18:26:54 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-03-04 18:26:54 +0100
commitb97c6d29b6a1c66c2596033cd255d6803939aba0 (patch)
tree4d0f68ad1f76e7e94214a18281d3419d5ffff591 /lua/delete.lua
parent54dd1d2bf9a6cbfbd754e1e53fdda55f3acbbc15 (diff)
downloadvis-b97c6d29b6a1c66c2596033cd255d6803939aba0.tar.gz
vis-b97c6d29b6a1c66c2596033cd255d6803939aba0.tar.xz
test/lua: convert tests to busted infrastructure
Diffstat (limited to 'lua/delete.lua')
-rw-r--r--lua/delete.lua8
1 files changed, 0 insertions, 8 deletions
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')