Files
neovim/runtime/lua/vim/_meta
zeertzjq e0259b9466 vim-patch:9.1.0423: getregionpos() wrong with blockwise mode and multibyte
Problem:  getregionpos() wrong with blockwise mode and multibyte.
Solution: Use textcol and textlen instead of start_vcol and end_vcol.
          Handle coladd properly (zeertzjq).

Also remove unnecessary buflist_findnr() in add_regionpos_range(), as
getregionpos() has already switched buffer.

closes: vim/vim#14805

c95e64f41f
2024-05-20 20:59:54 +08:00
..
2024-04-26 15:13:06 +01:00
2024-04-26 15:13:06 +01:00
2024-04-26 15:13:06 +01:00
2024-02-27 14:41:17 +00:00
2024-05-15 23:19:26 +02:00
2024-02-15 11:32:50 +00:00
2024-02-27 14:41:17 +00:00
2024-04-30 04:30:21 -07:00
2024-05-15 23:19:26 +02:00
2024-04-26 15:13:06 +01:00
2024-04-30 07:04:42 +08:00