From 164794e60fd382584cdd64808ce837b885f385c1 Mon Sep 17 00:00:00 2001 From: Josh Wainwright Date: Mon, 25 Apr 2016 15:31:12 +0100 Subject: Remove .status files, just use .ref and .out pairs --- lua/basic_cursor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/basic_cursor.lua') 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') -- cgit v1.2.3