Skip to content

pi-vim 0.14.2

Latest

Choose a tag to compare

@lajarre lajarre released this 06 Sep 23:48

Patch release: restores cursor shaping after extension reload and activation
from Pi-managed npm installs and standalone Pi binaries.

fixes

  • the cursor returns to the insert-mode bar after /reload and continues to
    switch between the insert-mode bar and normal-mode block (#43, #44)
  • Pi-managed npm installs now load when Pi supplies the coding-agent peer as a
    virtual module instead of installing it beside pi-vim (#46, #47)
  • standalone Pi binaries now activate when the host entrypoint has no usable
    filesystem path; clipboard-host resolution is lazy and fail-soft, so editing
    continues with pi-vim's internal register fallback

credits

known gap

  • standalone clipboard reads and mirroring still fall back to pi-vim's internal
    register; native standalone clipboard support remains tracked in #48 for
    0.14.3

gates

905 unit tests; 321 passing nvim parity cases against real nvim v0.12.5
(23 documented skips); packed-size budget checks at 58,644 B packed and
231,210 B unpacked.