Anirudh Haritas Murali
Anirudh Haritas Murali
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. However I see an...
@clason What is the exact issue with `highlight_region`? I can take a look at it and see if `strpart` can be used to fix it. I suppose it would not...
Okay, I have refactored the function into separate functions for getting the region between two marks and then using that to get the visual selection. @tjdevries can you take a...
That's great! I'll hold this until you have refactored `vim.region`, and then we can see what changes are to be made to get the functionality we want
Sure, will do. Might take some time depending on my schedule, so do let me know if anyone else wants to take it up in the meantime.
Hi! I've modified the script from the website to accept input from STDIN. Where would you like me to share it? I noticed that there is a separate repository for...
I'd like to work on this
How would I be notified of a specific window closing?
Ah, didn't think of that. Few questions about the implementation - 1. Do I just add the autocommand using `nvim_command`? 2. How would the callback be passed to the function?...
Additionally, should the callback be a vimscript function or a lua function?