pub const FEAT_IGNORE: i32 = 0x0001;
FEAT_IGNORE — bit in the flags arg to add_/del_-automathfunc and friends. Port of enum { FEAT_IGNORE = 0x0001 } from Src/module.c:62. /* -i option: ignore redefinition errors. */
FEAT_IGNORE
flags
enum { FEAT_IGNORE = 0x0001 }
Src/module.c:62
-i