vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 09cfedce508f7d8f82756b02cc9b4925af521c22
parent 73be9c0893ab84a5b843717ddfcebb4c8e2cf380
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Sun,  5 Apr 2015 22:48:50 +0200

Remove unused struct member

Diffstat:
Meditor.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/editor.h b/editor.h @@ -116,7 +116,6 @@ struct Editor { EditorWin *prompt_window; /* window which was focused before prompt was shown */ char prompt_type; /* command ':' or search '/','?' prompt */ Regex *search_pattern; /* last used search pattern */ - void (*windows_arrange)(Editor*); /* current layout which places the windows */ int tabwidth; /* how many spaces should be used to display a tab */ bool expandtab; /* whether typed tabs should be converted to spaces */ bool autoindent; /* whether indentation should be copied from previous line on newline */