mirror of
https://github.com/neovim/neovim.git
synced 2026-07-25 10:12:01 +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.