aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-22 21:18:46 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-22 21:18:46 +0000
commit73f56bb76d36ab95a1f9b73d686c71625e4c86b1 (patch)
tree62bd8d2bea291f514bd6f33a02bb389e5bb3e2b5
parent3a252b8c12a7d5e1c0e6d08fb43979c23ee4030e (diff)
downloadbusybox-73f56bb76d36ab95a1f9b73d686c71625e4c86b1.tar.gz
- actually mv microcom.c to miscutils
-rw-r--r--editors/vi.c2
-rw-r--r--miscutils/microcom.c (renamed from util-linux/microcom.c)0
2 files changed, 1 insertions, 1 deletions
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
index 7a746a311..7a746a311 100644
--- a/util-linux/microcom.c
+++ b/miscutils/microcom.c