aboutsummaryrefslogtreecommitdiff
path: root/lua/getline.lua
diff options
context:
space:
mode:
authorJosh Wainwright <josh.wainwright@ldra.com>2016-04-21 09:05:10 +0100
committerJosh Wainwright <josh.wainwright@ldra.com>2016-04-21 09:05:10 +0100
commit2b18735726cd92be87e20f30680d85e7f0f1a3b2 (patch)
tree7dfd6c5279ea9a3794d005941ac334d9a9b69099 /lua/getline.lua
parenta4f927716f69cc56d20b7960d345dc9d91cebbf5 (diff)
downloadvis-2b18735726cd92be87e20f30680d85e7f0f1a3b2.tar.gz
vis-2b18735726cd92be87e20f30680d85e7f0f1a3b2.tar.xz
Use .status files instead of .true files and write error to .err file
Diffstat (limited to 'lua/getline.lua')
-rw-r--r--lua/getline.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/getline.lua b/lua/getline.lua
index dfe1c82..7f9a018 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.true')
+vis:command('w getline.status')