vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit b42b5e5c0e35eebcb36d7ca49e45693b3a7d856f parent a2d06b2eeaecd5e2018309d000a6614200266e72 Author: Marc André Tanner <mat@brain-dump.org> Date: Fri, 24 Mar 2017 10:51:49 +0100 vis-lua: removed unused function declaration Diffstat:
| M | vis-lua.h | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/vis-lua.h b/vis-lua.h @@ -36,7 +36,6 @@ void vis_lua_file_close(Vis*, File*); void vis_lua_win_open(Vis*, Win*); void vis_lua_win_close(Vis*, Win*); void vis_lua_win_highlight(Vis*, Win*); -bool vis_lua_win_syntax(Vis*, Win*, const char *syntax); void vis_lua_win_status(Vis*, Win*); #endif