mirror of
https://github.com/neovim/neovim.git
synced 2026-03-12 12:05:46 +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.