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-prompt.c | |
| 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-prompt.c')
| -rw-r--r-- | vis-prompt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vis-prompt.c b/vis-prompt.c index dc1cc13..d3e9b8e 100644 --- a/vis-prompt.c +++ b/vis-prompt.c @@ -165,8 +165,6 @@ void vis_prompt_show(Vis *vis, const char *title) { UI_OPTION_ONELINE); if (!prompt) return; - if (vis->mode->visual) - window_selection_save(active); Text *txt = prompt->file->text; text_appendf(txt, "%s\n", title); Selection *sel = view_selections_primary_get(prompt->view); |
