diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-07-10 18:23:47 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-07-10 18:26:05 +0200 |
| commit | f9e2b884c15919757651db8b10c033a344a19e75 (patch) | |
| tree | bdec9e0827c40c17dca1e6c59193ab960292c238 /vis-core.h | |
| parent | d4bba6e46fa1ab67947508c95a4198dbcf060489 (diff) | |
| download | vis-f9e2b884c15919757651db8b10c033a344a19e75.tar.gz vis-f9e2b884c15919757651db8b10c033a344a19e75.tar.xz | |
vis: let '^ mark point to top of jump list
Diffstat (limited to 'vis-core.h')
| -rw-r--r-- | vis-core.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -166,7 +166,6 @@ struct Win { View *view; /* currently displayed part of underlying text */ MarkList jumplist; /* LRU jump management */ ChangeList changelist; /* state for iterating through least recently changes */ - Array saved_selections; /* register used to store selections */ Mode modes[VIS_MODE_INVALID]; /* overlay mods used for per window key bindings */ Win *parent; /* window which was active when showing the command prompt */ Mode *parent_mode; /* mode which was active when showing the command prompt */ @@ -272,7 +271,6 @@ Mode *mode_get(Vis*, enum VisMode); void mode_set(Vis *vis, Mode *new_mode); Macro *macro_get(Vis *vis, enum VisRegister); -void window_selection_save(Win *win); Win *window_new_file(Vis*, File*, enum UiOption); const char *file_name_get(File*); |
