Files
neovim/runtime
Artem Krinitsyn fdc09be03c fix(help): g==: 'No code block found' #40990
Problem:
The code block query relied on a bug fixed in commit
7ed5609439, where a trailing newline was
not included in a node's text.

Solution:
Fix the query to expect the newline.
2026-07-26 12:27:30 -04:00
..