mirror of
https://github.com/sheumann/hush.git
synced 2025-01-18 07:31:34 +00:00
- actually mv microcom.c to miscutils
This commit is contained in:
parent
3a252b8c12
commit
73f56bb76d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user