- Added ability to display the matching end-of-paragraph lines. Specify
the "-P" option. (Issue 1, https://github.com/bmc/paragrep/issues/1)
- "-a" and "-o" options not working correctly with multiple regexs. Problem
was a Python statement indentation issue. (Issue 2,
https://github.com/bmc/paragrep/issues/2)
- Fixed some minor issues with the "-i" (case-blind) option
- Removed some dead code.