pending.nvim/plugin
Barrett Ruth 4f4048228e fix(plugin): allow command chaining with bar separator (#29)
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:40:36 -05:00
..
pending.lua fix(plugin): allow command chaining with bar separator (#29) 2026-02-25 13:40:36 -05:00