Inplace modifying should set context to all

This commit is contained in:
Bruce Hill 2021-08-06 18:06:11 -07:00
parent 887b1dc7f2
commit 7803453977

1
bp.c
View File

@ -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")) {