diff options
| author | Josh Wainwright <josh.wainwright@ldra.com> | 2016-04-25 15:31:12 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-26 09:29:35 +0200 |
| commit | 164794e60fd382584cdd64808ce837b885f385c1 (patch) | |
| tree | 625c0f2e5f2a4472461cb45f9b4bbe21c02ffccf /lua/basic_cursor.lua | |
| parent | 13499cc0d53277f7604eec2009476c1655cd8ba9 (diff) | |
| download | vis-164794e60fd382584cdd64808ce837b885f385c1.tar.gz vis-164794e60fd382584cdd64808ce837b885f385c1.tar.xz | |
Remove .status files, just use .ref and .out pairs
Diffstat (limited to 'lua/basic_cursor.lua')
| -rw-r--r-- | lua/basic_cursor.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/basic_cursor.lua b/lua/basic_cursor.lua index 87adc0e..842914c 100644 --- a/lua/basic_cursor.lua +++ b/lua/basic_cursor.lua @@ -29,4 +29,4 @@ delete(win, '%') for i, res in pairs(results) do append(win, i-1, tostring(res)) end -vis:command('w! basic_cursor.status') +vis:command('w! basic_cursor.out') |
