fix(canola-git): invalidate cache after shell commands #31

Merged
barrettruth merged 2 commits from fix/canola-git-shell-cmd-post into main 2026-03-21 20:05:59 +00:00
barrettruth commented 2026-03-21 20:05:29 +00:00

Problem

Running :!git add or other shell commands from a canola buffer did not
refresh the git status cache, requiring a manual :e.

Solution

Add ShellCmdPost to the built-in invalidation events so the cache
refreshes automatically after :! commands.

## Problem Running `:!git add` or other shell commands from a canola buffer did not refresh the git status cache, requiring a manual `:e`. ## Solution Add `ShellCmdPost` to the built-in invalidation events so the cache refreshes automatically after `:!` commands.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/canola-collection!31
No description provided.