diff options
author | Erlend Lind Madsen <erlendf80@gmail.com> | 2021-12-07 11:11:03 +0100 |
---|---|---|
committer | Erlend Lind Madsen <erlendf80@gmail.com> | 2021-12-07 11:11:03 +0100 |
commit | 2741697da0086d1f8d3756e1c19c7e053ee20e98 (patch) | |
tree | a4806e508dd9f8db7527a513f74bb695d753aebf | |
parent | 6afa75777fe31e191ac580ba6cfa1baf9e9aa88c (diff) | |
download | vis-cursors-2741697da0086d1f8d3756e1c19c7e053ee20e98.tar.gz |
remove read_cursors call from write_cursors
this would override our current position
-rw-r--r-- | init.lua | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -38,9 +38,6 @@ end local write_cursors = function() - -- read cursors file in case other vis processes updated it - read_cursors() - local f = io.open(M.path, 'w+') if f == nil then return |