mirror of
https://github.com/neovim/neovim.git
synced 2026-09-15 10:22:15 +00:00
Previously, 'rightleftcmd' was implemented by having all code which would affect msg_col or output screen cells be conditional on `cmdmsg_rl`. This change removes all that and instead implements rightleft as a mirroring post-processing step.