pending.nvim/plugin
Barrett Ruth 9abf070912 fix(plugin): allow command chaining with bar separator
Problem: :Pending|only failed because the command definition lacked the
bar attribute, causing | to be consumed as an argument.

Solution: Add bar = true to nvim_create_user_command so | is treated as
a command separator, matching fugitive's :Git behavior.
2026-02-25 13:38:18 -05:00
..
pending.lua fix(plugin): allow command chaining with bar separator 2026-02-25 13:38:18 -05:00