In #29 (#29) (the /vim toggle PR), the initial implementation migrated all existing commands (:q, :quit, :wq) from the deprecated api.command?.register API to the new api.keymap.registerLayer standard. This migration was decoupled from that PR during review to keep it focused on the toggle feature. The /vim toggle command already uses registerLayer, but the three ex-commands still use the old API.
In #29 (#29) (the
/vimtoggle PR), the initial implementation migrated all existing commands (:q, :quit, :wq) from the deprecated api.command?.registerAPI to the new api.keymap.registerLayerstandard. This migration was decoupled from that PR during review to keep it focused on the toggle feature. The /vimtoggle command already uses registerLayer, but the three ex-commands still use the old API.