ivomac
ivomac
Escaped brackets \\[ inside an argument interfere with the matching of parenthesis and give wrong argument selection. Examples: ( cursor: + , selected: +--------+ , cmd: via ) ``` +...
Compilation fails if the bibliography (.bib) file has an entry such as this: ``` @article{1, title = {A}, number = {B4}, pages = {B97}, volume = {40-42} } ``` Parse...
### Description With `vim.opt.number = true`, while editing a markdown file where the first line is empty, the plugin will crash when you have scrolled far down enough for the...
### `yazi --debug` output ```shell Yazi Version: 25.4.8 (d2cc73c 2025-04-13) Debug : false Triple : x86_64-unknown-linux-gnu (linux-x86_64) Rustc : 1.86.0 (05f9846f 2025-03-31) Ya Version: 25.4.8 (Arch Linux 2025-04-09) Emulator TERM...
### Is your feature request related to a problem? Please describe. ### Use Case Sometimes I want to toggle contrast, but I want to set overrides for one variant: ```lua...
- **PR Description** The openDirInEditor command is only used in the worktrees panel. It would make sense to use it in the Files panel if the user edits a directory...
 A plugin to manage the clipboard history with [cliphist](https://github.com/sentriz/cliphist). Two actions per item: copy and delete.
General updates and fixes that should help with the support of python up to 3.13 (as requested in #3506).
count_ is declared as const so assignment to it raised error. Fixed #3499 on my system.