diff options
Diffstat (limited to 'editors/vi.c')
-rw-r--r-- | editors/vi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vi.c b/editors/vi.c index 23a44d5..3e1bd08 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -320,6 +320,7 @@ struct globals { #define autoindent (0) #define expandtab (0) #define err_method (0) +#define ignorecase (0) #endif #if ENABLE_FEATURE_VI_READONLY |