diff options
| author | Philipp Emanuel Weidmann <pew@worldwidemann.com> | 2017-06-04 17:36:55 +0530 |
|---|---|---|
| committer | Philipp Emanuel Weidmann <pew@worldwidemann.com> | 2017-06-04 17:36:55 +0530 |
| commit | bfcf2210da1f83d4138425febf96d3afb60fdfac (patch) | |
| tree | f1e6366432517950b816410af7e36be4f7d7d11a /vis-prompt.c | |
| parent | 7f487178cff9f43896b3462b2ebbd94eca5078d9 (diff) | |
| download | vis-bfcf2210da1f83d4138425febf96d3afb60fdfac.tar.gz vis-bfcf2210da1f83d4138425febf96d3afb60fdfac.tar.xz | |
Add option to hide EOF marker
Diffstat (limited to 'vis-prompt.c')
| -rw-r--r-- | vis-prompt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vis-prompt.c b/vis-prompt.c index a08a19f..a243803 100644 --- a/vis-prompt.c +++ b/vis-prompt.c @@ -129,7 +129,7 @@ static const char *prompt_esc(Vis *vis, const char *keys, const Arg *arg) { static const char *prompt_up(Vis *vis, const char *keys, const Arg *arg) { vis_motion(vis, VIS_MOVE_LINE_UP); vis_window_mode_unmap(vis->win, VIS_MODE_INSERT, "<Up>"); - view_options_set(vis->win->view, UI_OPTION_NONE); + view_options_set(vis->win->view, UI_OPTION_SYMBOL_EOF); return keys; } |
