Re: LSP: cursor positioning on a multi-byte character with composing characters

2023-06-09 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Sat, Jun 3, 2023 at 3:48 PM Bram Moolenaar wrote: > > > Yegappan wrote: > > > I am updating the Vim9 LSP plugin to support various position > > encodings (utf-8, utf-16 and utf-32). > > I ran into a problem with positioning the cursor on a multibyte > > character with composing

Patch 9.0.1623

2023-06-09 Fir de Conversatie Bram Moolenaar
Patch 9.0.1623 Problem:The program to filetype translation is not exported. Solution: Export Exe2filetype(). Files: runtime/autoload/dist/ft.vim, runtime/autoload/dist/script.vim *** ../vim-9.0.1622/runtime/autoload/dist/ft.vim2023-05-29 19:59:38.217805411 +0100 ---

Patch 9.0.1622

2023-06-09 Fir de Conversatie Bram Moolenaar
Patch 9.0.1622 Problem:Filetype name t32 is a bit obscure. Solution: Rename t32 to trace32. (Christoph Sax, closes #12512) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.1621/runtime/filetype.vim2023-06-08 17:57:15.121742166 +0100 ---