Files
neovim/runtime/lua/vim
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-16 11:41:36 +08:00
2025-08-17 11:54:53 +08:00
2025-09-16 11:41:36 +08:00
2025-06-06 15:36:48 +01:00
2025-07-10 21:50:46 -04:00
2025-09-28 20:57:59 -07:00
2025-09-16 11:41:36 +08:00
2025-09-16 11:41:36 +08:00
2025-09-13 22:49:50 -04:00
2025-09-16 11:41:36 +08:00
2025-06-14 17:24:36 +02:00