mirror of
https://github.com/neovim/neovim.git
synced 2026-01-29 00:27:15 +10: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.