vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTS
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user