From 73f56bb76d36ab95a1f9b73d686c71625e4c86b1 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 22 Sep 2007 21:18:46 +0000 Subject: [PATCH] - actually mv microcom.c to miscutils --- editors/vi.c | 2 +- {util-linux => miscutils}/microcom.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {util-linux => miscutils}/microcom.c (100%) diff --git a/editors/vi.c b/editors/vi.c index f7f84807d..f5df41636 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 diff --git a/util-linux/microcom.c b/miscutils/microcom.c similarity index 100% rename from util-linux/microcom.c rename to miscutils/microcom.c -- 2.25.1