smerge-refine-forward-function

smerge-refine-forward-function is a variable defined in `smerge-mode.el'.
Its value is
smerge-refine-forward

  • This variable may be risky if used as a file-local variable.

Documentation:
Function used to determine an "atomic" element.
You can set it to `forward-char' to get char-level granularity.
Its behavior has mainly two restrictions:
- if this function encounters a newline, it's important that it stops right
after the newline.
This only matters if `smerge-refine-ignore-whitespace' is nil.
- it needs to be unaffected by changes performed by the `preproc' argument
to `smerge-refine-subst'.
This only matters if `smerge-refine-weight-hack' is nil.