Commit graph

11 commits

Author SHA1 Message Date
Folke Lemaitre
914c9004be
fix(bufdelete): try alternate buffer first and otherwise last used buffer 2025-10-13 20:12:34 +02:00
Folke Lemaitre
6614a2c84f
feat(explorer): deal with existing buffers when renaming / deleting files. Closes #1315 2025-02-19 22:18:21 +01:00
Folke Lemaitre
b1f4f99a51
fix(bufdelete): invalid lua 2025-01-28 13:24:01 +01:00
phanium
3a3e79535b
fix(bufdelete): ctrl-c throw error in fn.confirm (#750)
`vim.fn.confirm` don't return 3 on ctrl-c, but throw an error.
```
E5108: Error executing lua Keyboard interrupt
```
2025-01-28 12:45:29 +01:00
Folke Lemaitre
140204fde5 build: added metadata to plugins 2024-12-10 13:55:51 +01:00
Folke Lemaitre
0efbb93e0a
fix(bufdelete): opts.wipe. See #38 2024-11-09 19:19:53 +01:00
Folke Lemaitre
5914cb1010
feat(bufdelete): added wipe option. Closes #38 2024-11-09 15:01:10 +01:00
Folke Lemaitre
7e6ea65f5f
docs: better docgen using treesitter 2024-11-09 14:42:09 +01:00
Folke Lemaitre
71a234608f
feat(bufdelete): optional filter and shortcuts to delete all and other buffers. Closes #11 2024-11-08 10:58:40 +01:00
Folke Lemaitre
983621b0fe
docs: docgen 2024-11-06 11:27:52 +01:00
Folke Lemaitre
cc5353f6b3
feat: bufdelete 2024-11-03 12:56:22 +01:00