]> Sergey Matveev's repositories - vim-lsp.git/commit
Add breaking Unicode character offset test
authorAndreas Louv <andreas@louv.dk>
Tue, 14 Mar 2023 07:53:49 +0000 (08:53 +0100)
committerAndreas Louv <andreas@louv.dk>
Fri, 31 Mar 2023 17:50:05 +0000 (19:50 +0200)
commit56deb0bb3506268ab58fc8f0cf573cc7fe101a86
tree930820dc5bc70545bf55beb0ba09a4df3ee6c894
parentcb1db0ca5e506a884e4c867489411a2d4613b5fd
Add breaking Unicode character offset test

The reason for this test to fail is that the language protocol requires
offsets to be send based on UTF-16 strings, but currently they are
computed based on another  encoding.
test/clangd_tests.vim