diff options
author | Ron Yorston <rmy@pobox.com> | 2021-08-17 08:26:36 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-08-17 08:26:36 +0100 |
commit | f13defb1c8f892ecf3e8dd5dbe486cc2b53e6f03 (patch) | |
tree | 15c9c174532e433e5632637c541d09e591c01d60 /editors/vi.c | |
parent | 41f31584037be6b9d74a89245dff9ad8f0db146f (diff) | |
parent | 540aa116615713ad53e5ac98850993162e27c32d (diff) | |
download | busybox-w32-f13defb1c8f892ecf3e8dd5dbe486cc2b53e6f03.tar.gz busybox-w32-f13defb1c8f892ecf3e8dd5dbe486cc2b53e6f03.tar.bz2 busybox-w32-f13defb1c8f892ecf3e8dd5dbe486cc2b53e6f03.zip |
Merge branch 'busybox' into merge
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 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 |