Commit: 83a9597765cbfb7fd66c803ace790f1212a9c1e1
Parent: 8cc65803c35691490e2e860c81743882c86adecc
Author: Randy Palamar
Date: Thu, 12 Oct 2023 09:15:41 -0600
vis: remove whitespace cleanup in FILE_SAVE_PRE
this can often lead to crashes while saving. it will need to be
fixed upstream before this can included.
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/.config/vis/visrc.lua b/.config/vis/visrc.lua
@@ -72,7 +72,3 @@ vis.events.subscribe(vis.events.WIN_CLOSE, function(win)
end
adjust_layout(true)
end)
-
-vis.events.subscribe(vis.events.FILE_SAVE_PRE, function(file, path)
- vis:feedkeys("vo")
-end)