- actually mv microcom.c to miscutils

This commit is contained in:
Bernhard Reutner-Fischer 2007-09-22 21:18:46 +00:00
parent 3a252b8c12
commit 73f56bb76d
2 changed files with 1 additions and 1 deletions

View File

@ -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