From 73f56bb76d36ab95a1f9b73d686c71625e4c86b1 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 22 Sep 2007 21:18:46 +0000 Subject: - actually mv microcom.c to miscutils --- editors/vi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/vi.c b/editors/vi.c index f7f8480..f5df416 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -338,7 +338,7 @@ int vi_main(int argc, char **argv) } #endif - vi_setops = VI_AUTOINDENT | VI_SHOWMATCH | VI_IGNORECASE | VI_ERR_METHOD; + vi_setops = VI_AUTOINDENT | VI_SHOWMATCH | VI_IGNORECASE; #if ENABLE_FEATURE_VI_YANKMARK memset(reg, 0, sizeof(reg)); // init the yank regs #endif -- cgit v1.1