aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2021-08-17 08:26:36 +0100
committerRon Yorston <rmy@pobox.com>2021-08-17 08:26:36 +0100
commitf13defb1c8f892ecf3e8dd5dbe486cc2b53e6f03 (patch)
tree15c9c174532e433e5632637c541d09e591c01d60 /editors/vi.c
parent41f31584037be6b9d74a89245dff9ad8f0db146f (diff)
parent540aa116615713ad53e5ac98850993162e27c32d (diff)
downloadbusybox-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.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