Skip to content

fix(langmap): assert failure on mapping to char >= 256#37294

Merged
github-actions[bot] merged 1 commit intorelease-0.11from
backport-37291-to-release-0.11
Jan 8, 2026
Merged

fix(langmap): assert failure on mapping to char >= 256#37294
github-actions[bot] merged 1 commit intorelease-0.11from
backport-37291-to-release-0.11

Conversation

@neovim-backports
Copy link

Description

Backport of #37291 to release-0.11.

Usually 'langmap' is used to map keyboard characters to ASCII motions or
mappings. It's not entirely clear what the purpose of mapping to Unicode
characters is, but since there is no error for mapping between two chars
both >= 256, only give a warning that this will not work properly when
mapping from a char < 256 to a char >= 256.

(cherry picked from commit 16c1334)
@github-actions github-actions bot enabled auto-merge (rebase) January 8, 2026 00:43
@github-actions github-actions bot merged commit e8c21a8 into release-0.11 Jan 8, 2026
31 checks passed
@github-actions github-actions bot deleted the backport-37291-to-release-0.11 branch January 8, 2026 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant