aboutsummaryrefslogtreecommitdiffstats
path: root/init.lua
diff options
context:
space:
mode:
authorErlend Lind Madsen <erlendf80@gmail.com>2020-10-29 13:32:04 +0100
committerErlend Lind Madsen <erlendf80@gmail.com>2020-10-29 13:32:04 +0100
commita9c615d16cbb8b0203cce9d988f72ae7dd327cf3 (patch)
tree0afa43ec4ed6d80fad342855c7886124596b386b /init.lua
parent1ad44a9109e250a86f38415c90bbefe3f3e62da5 (diff)
downloadvis-cursors-a9c615d16cbb8b0203cce9d988f72ae7dd327cf3.tar.gz
change some spaces to tabs
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.lua b/init.lua
index 12d4552..39ba313 100644
--- a/init.lua
+++ b/init.lua
@@ -45,11 +45,11 @@ function write_cursors()
end
table.sort(paths)
-- buffer cursors string
- local t = {}
+ local t = {}
for i, path in ipairs(paths) do
- table.insert(t, string.format('%s %d', path, cursors[path]))
- end
- local s = table.concat(t, '\n')
+ table.insert(t, string.format('%s %d', path, cursors[path]))
+ end
+ local s = table.concat(t, '\n')
f:write(s)
f:close()
end