By default, Sublime Text renders combining Unicode characters as separate characters.
For example,
the string "a̅c"
(U+0061
, U+0305
, U+0063
) is displayed as: combining rendering (in the body, not the tab). Is there a way to duplicate this behavior in Emacs? In Vim?