vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTS
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
8d718686f7
commit
d6a7203042
@ -320,6 +320,7 @@ struct globals {
|
|||||||
#define autoindent (0)
|
#define autoindent (0)
|
||||||
#define expandtab (0)
|
#define expandtab (0)
|
||||||
#define err_method (0)
|
#define err_method (0)
|
||||||
|
#define ignorecase (0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLE_FEATURE_VI_READONLY
|
#if ENABLE_FEATURE_VI_READONLY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user