chore: did not implement :bw
All checks were successful
Run Test Suite / test (push) Successful in 13s

I do not think this is totally necessary, but I left a TODO.
This commit is contained in:
Hayden Hargreaves 2026-03-15 19:17:29 -07:00
parent d5ad3dcdcd
commit 6b8845b245

View File

@ -318,11 +318,12 @@ func cmdRegisters(m action.Model, args []string, force bool) tea.Cmd {
// - :bp — previous buffer (wraps, currently panics on wrap-back) // - :bp — previous buffer (wraps, currently panics on wrap-back)
// - :bf — first buffer // - :bf — first buffer
// - :bl — last buffer // - :bl — last buffer
// Opening / closing // Opening / closing
// - :e <file> — open file into new buffer // - :e <file> — open file into new buffer
// - :bd — delete (unload) current buffer // - :bd — delete (unload) current buffer
// - :bd <n> — delete buffer n // - :bd <n> — delete buffer n
// - :bw — wipe buffer completely // - :bw — wipe buffer completely // TODO: Implement this
// cmdListBuffers: Handles :buffers & :ls command. Lists the active buffers. // cmdListBuffers: Handles :buffers & :ls command. Lists the active buffers.
func cmdListBuffers(m action.Model, args []string, force bool) tea.Cmd { func cmdListBuffers(m action.Model, args []string, force bool) tea.Cmd {