ivomac

Results 9 issues of 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...

bug

### `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...

feature

### 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...

![2025-04-24_16-29-27](https://github.com/user-attachments/assets/907597c6-ac30-40be-86e5-6002b2419781) 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.