]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1190: C indentation does not detect multibyte labels v9.1.1190
authorAnttoni Erkkilä <anttoni.erkkila@protonmail.com>
Sun, 9 Mar 2025 15:07:15 +0000 (16:07 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 9 Mar 2025 15:07:15 +0000 (16:07 +0100)
commitf4d87ff8883e5076633ef0ab0cf4d6e4beaddc5c
tree511913873c62e4673f3756fc7c734a4b762126a5
parentccf2731fd1a7a7b15a7d30ae56a6897360e66bd3
patch 9.1.1190: C indentation does not detect multibyte labels

Problem:  C indentation does not detect multibyte labels
Solution: Correctly skip over multibyte characters
          (Anttoni Erkkilä)

closes: #16770

Signed-off-by: Anttoni Erkkilä <anttoni.erkkila@protonmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/cindent.c
src/testdir/test_indent.vim
src/version.c