Inplace modifying should set context to all
This commit is contained in:
parent
887b1dc7f2
commit
7803453977
1
bp.c
1
bp.c
@ -424,6 +424,7 @@ int main(int argc, char *argv[])
|
||||
options.mode = MODE_INPLACE;
|
||||
options.print_filenames = false;
|
||||
options.format = FORMAT_PLAIN;
|
||||
options.context_before = options.context_after = ALL_CONTEXT;
|
||||
} else if (BOOLFLAG("-G") || BOOLFLAG("--git")) {
|
||||
options.git_mode = true;
|
||||
} else if (BOOLFLAG("-i") || BOOLFLAG("--ignore-case")) {
|
||||
|
Loading…
Reference in New Issue
Block a user