Home
last modified time | relevance | path

Searched refs:DIFF_IBLANK (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Ddiff.c29 #define DIFF_IBLANK 0x002 // ignore empty lines macro
1116 if (diff_flags & DIFF_IBLANK) in diff_file_internal()
1184 (diff_flags & DIFF_IBLANK) ? "-B " : "", in diff_file()
2025 if ((diff_flags & DIFF_IBLANK) in diff_cmp()
2233 diff_flags_new |= DIFF_IBLANK; in diffopt_changed()