vim-patch:9.0.1290: CTRL-N and -P on cmdline don't trigger CmdlineChanged (#22151)
Problem: CTRL-N and -P on cmdline don't trigger CmdlineChanged.
Solution: Jump to cmdline_changed instead of cmdline_not_changed.
(closes vim/vim#11956)
fix(health): iterate using ipairs correctly (#22119)
In a few places ipairs was used to iterate over elements of the array.
However, the first return value of ipairs was erronously used, which is
not the value, but rather the index. This would result in errors, for
instance when trying to retrieve a field from the value.
228684d...
by
Lewis Russell <email address hidden>
fix(decoration): don't show signcolumn for non-sign_text extmark (#22135)
Fixes: #22127
7963a16...
by
Lewis Russell <email address hidden>
Merge pull request #21548 from figsoda/transform-capture
feat(treesitter): allow capture text to be transformed
23e34fe...
by
Christian Clason <email address hidden>
vim-patch:9.0.1281: Cadence files are not recognized (#22130)
Problem: Cadence files are not recognized.
Solution: Recognize Cadence files. (Janez Podhostnik, closes vim/vim#11951)