aboutsummaryrefslogtreecommitdiff
path: root/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'view.c')
-rw-r--r--view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.c b/view.c
index 2de4142..4a3e18c 100644
--- a/view.c
+++ b/view.c
@@ -510,7 +510,7 @@ View *view_new(Text *text) {
.data = " ",
};
view->tabwidth = 8;
- view_options_set(view, UI_OPTION_SYMBOL_EOF);
+ view_options_set(view, 0);
if (!view_resize(view, 1, 1)) {
view_free(view);