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/getline.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/getline.lua') diff --git a/lua/getline.lua b/lua/getline.lua index 7f9a018..c8b0fe2 100644 --- a/lua/getline.lua +++ b/lua/getline.lua @@ -14,4 +14,4 @@ delete(win, '%') for i = 1, #results do append(win, i-1, tostring(results[i])) end -vis:command('w getline.status') +vis:command('w getline.out') -- cgit v1.2.3