diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-04-18 16:31:26 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-18 16:31:26 +0200 |
| commit | 61a0008ad75189f542df3818d3d0c43830b94990 (patch) | |
| tree | 2c97860a71c358b98f79287300343ce3147c0382 /vis-core.h | |
| parent | ef5c9d41e86a2c8af909308355518635a6007d56 (diff) | |
| download | vis-61a0008ad75189f542df3818d3d0c43830b94990.tar.gz vis-61a0008ad75189f542df3818d3d0c43830b94990.tar.xz | |
vis: use internal file to show lua errors
This means no event handlers are run for it, hence there is no chance
for recursive errors.
Diffstat (limited to 'vis-core.h')
| -rw-r--r-- | vis-core.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -139,6 +139,7 @@ struct Vis { File *files; /* all files currently managed by this editor instance */ File *command_file; /* special internal file used to store :-command prompt */ File *search_file; /* special internal file used to store /,? search prompt */ + File *error_file; /* special internal file used to store lua error messages */ Win *windows; /* all windows currently managed by this editor instance */ Win *win; /* currently active/focused window */ Win *message_window; /* special window to display multi line messages */ |
