diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-03-04 18:26:54 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-03-04 18:26:54 +0100 |
| commit | b97c6d29b6a1c66c2596033cd255d6803939aba0 (patch) | |
| tree | 4d0f68ad1f76e7e94214a18281d3419d5ffff591 /lua/append.lua | |
| parent | 54dd1d2bf9a6cbfbd754e1e53fdda55f3acbbc15 (diff) | |
| download | vis-b97c6d29b6a1c66c2596033cd255d6803939aba0.tar.gz vis-b97c6d29b6a1c66c2596033cd255d6803939aba0.tar.xz | |
test/lua: convert tests to busted infrastructure
Diffstat (limited to 'lua/append.lua')
| -rw-r--r-- | lua/append.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lua/append.lua b/lua/append.lua deleted file mode 100644 index 3039919..0000000 --- a/lua/append.lua +++ /dev/null @@ -1,7 +0,0 @@ -local win = vis.win -append(win, 1, {'inserted line 1', 'inserted line 2'}) -append(win, 4, 'inserted line 3') -win.cursor:to(7, 0) -append(win, '.', 'inserted line 4') -append(win, '$', 'inserted line 5') -vis:command('w! append.out') |
