Files
neovim/runtime/lua/vim/_meta
zeertzjq 43f7434bd5 vim-patch:014c731: runtime(doc): make :h virtcol() more accurate (#35976)
The current description (especially the "unlimited width" part) is
inaccurate in several ways:
- The size of virtual text can depend on window width. In particular,
  the size of "above" virtual text can be equal to window width.
- A double-width character that doesn't fit adds 1 to the virtual column
  of the following characters.
- The size of 'showbreak' and 'breakindent' is counted.

related: vim/vim#5713
closes: vim/vim#18447

014c731fa5
2025-10-01 23:33:36 +00:00
..
2025-09-28 20:57:59 -07:00
2025-06-06 15:36:48 +01:00
2025-07-07 18:56:22 -07:00
2025-09-28 20:57:59 -07:00
2025-09-28 20:57:59 -07:00
2024-07-15 21:16:29 +01:00
2024-02-27 14:41:17 +00:00
2024-05-15 23:19:26 +02:00