commit | 03b83a5a34a4257be9029e1f5195dcddcd531caa | [log] [download] |
---|---|---|
author | nicm <nicm> | Mon Aug 23 11:48:21 2021 +0000 |
committer | nicm <nicm> | Mon Aug 23 11:48:21 2021 +0000 |
tree | 42d487b8be05e6e2341fb80fb6dbaad925eb79f1 | |
parent | 1f0c0914c75980069c6f78872bdee5ceb0ef64e2 [diff] |
Key bindings steal a reference to the command instead of adding their own, it was correct not to add a reference when parsing, but the bind-key then needs to add one.