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