vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit a491e89c290697b605d6b26c320cc10f55e4740c parent c11faba43dc4de5fd3caa95c087fd1d22fc8b305 Author: Marc André Tanner <mat@brain-dump.org> Date: Wed, 1 Mar 2017 18:19:30 +0100 test/lua: do not load visrc but only vis.lua Since vis.lua now loads a standard set of plugins, we do not need to include the visrc.lua file which might contain user specific changes. Diffstat:
| M | vis/visrc.lua | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vis/visrc.lua b/vis/visrc.lua @@ -1,5 +1,5 @@ package.path = '../../lua/?.lua;'..package.path -dofile("../../lua/visrc.lua") +dofile("../../lua/vis.lua") vis.events.subscribe(vis.events.WIN_OPEN, function(win) -- test.in file passed to vis