▽vim online ●03/30 13:54 Vim 9.1.1243 improves the diff highlighting[2025-03-27]Vim patch 9.1.1243 brings some nice improvements to the vim diff highlighting.It is now possible to enable character- and word diffs. This brings it closer to other diff highlighting tools like meld and Visual Studio Code.You can enable this by setting the new suboption "inline" for the "diffopt" setting like this: :set diffopt+=inline:wor