mirror of https://github.com/mirror/busybox.git
vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTS
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>pull/45/head
parent
8d718686f7
commit
d6a7203042
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue