42522f994a
Commmit a10d321809135ce35d8b6f105291902b1f2b8a76 introduced a small typo spelling a previously set variable `trailing_fmt` as `trailing_fm`. This causes Vim to report `trailing_fm` as an undefined variable. In this change, the variable is properly referenced as `trailing_fmt`.