aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/vi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vi.c b/editors/vi.c
index a079be3fe..c5dff3fee 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -320,6 +320,7 @@ struct globals {
320#define autoindent (0) 320#define autoindent (0)
321#define expandtab (0) 321#define expandtab (0)
322#define err_method (0) 322#define err_method (0)
323#define ignorecase (0)
323#endif 324#endif
324 325
325#if ENABLE_FEATURE_VI_READONLY 326#if ENABLE_FEATURE_VI_READONLY