Christian Clason
Christian Clason
@justinmk this is the offshoot of a discussion in chat between @cryptomilk, @leonerd, and myself. This is an experimental PR to allow testing the (unstable, experimental) reflow branch of libvterm...
At first glance, this looks like the usual GHA flake. I restarted the tests.
And now it passed :) Is the plan to submit this to Vim as well? If not, this should probably be added to `vim-diff.txt`:https://github.com/neovim/neovim/blob/36362ef0aed92e726d967d30e3c6cd87c65642b3/runtime/doc/vim_diff.txt#L226-L240
This PR is part of a discussion on Matrix and implements one part of a general strategy to allow more customization of parsers; the other entails -- exactly as you...
Done except for docs; suggestions welcome.
> Thanks, `strpart()` fixes the issue with multibyte unicode chars! I had to do some wrangling of the start and end columns, but it works fine now. Nice! Could you...
> One thing as well I was thinking is I want to have a function that takes marks and gets the region of text. > > Then this visual function...
> Visual block mode likely cannot be fully supported as there are very difficult edge cases with multi-width chars, especially when resolving beginning of selection across lines with varying char...
@fdschmidt93 https://github.com/neovim/neovim/pull/13978 might make handling multibyte character much easier once merged