Artem

Results 20 issues of Artem

If the `argument` textobject is modified and `o` contains a character that is not supported by % (or the matchpairs do not contain that character): ``` 'a': {'argument': [{'o': 'a',...

When setting up lightspeed, if `special_keys` does not contain both `prev_match_group` and `next_match_group`, then 'sneaking' when there is more than 18 matches errors when typing the third character errors with:...

### What were you trying to do? I was trying to reuse already created `PDFDocument` by removing all pages and working with it as if it is new (the speedup,...

bug
needs-triage

Closes #24965. `has-ancestor?` is O(n²) for the depth of the tree since it iterates over each of the node's ancestors (bottom-up), and each ancestor takes O(n) time. This happens because...

performance
treesitter

### Problem Related to #3185. Sorry if I misunderstood something in how tree-sitter works, but it looks like `ts_node_parent()` sometimes returns the previous sibling (or its descendant) of a zero-width...

bug
c-library

# Description Change how `help_tags` parses tag files. Specifically, don't split the file by lines and later by tabs, but iterate over the original text and keep track of where...

### Description using Telescope `help_tags` to jump to `[==]` (equivalence class) opens help for `=` instead. ### Neovim version ```markdown NVIM v0.9.2 Build type: RelWithDebInfo LuaJIT 2.1.1694082368 ``` ### Operating...

bug

fix #28729 Clamp starting and ending columns in `buf_get_text()`, which is called by `nvim_buf_get_text()` and other functions.

api

### Problem Neovim crashes when calling `nvim_buf_get_text()` with a large negative `start_col` ### Steps to reproduce nvim --clean :call nvim_buf_get_text(0, 0, -123456789, 0, 0, {})\ ### Neovim version (nvim -v)...

api
bug-crash

### FAQ - [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem. ### Announcement - [X] I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...

bug