mirror of
https://github.com/neovim/neovim.git
synced 2026-07-22 09:01:45 +00:00
Filter out `#ifdef` line changes when analyzing C files (*.c, *.h) via git "-I" flag. ``` -I<regex> --ignore-matching-lines=<regex> Ignore changes whose all lines match <regex>. This option may be specified more than once. ``` - https://git-scm.com/docs/diff-options#Documentation/diff-options.txt--Iregex