[vim/vim] Tab size depends on window width with "above" virtual text (Issue #12600)

11 views
Skip to first unread message

zeertzjq

unread,
Jun 26, 2023, 4:46:48 AM6/26/23
to vim/vim, Subscribed

Steps to reproduce

  1. Run vim --clean
  2. Source the following file:
set noequalalways
50vnew
28vsplit
call setline(1, "foo\tbar")
call prop_type_add('theprop', #{highlight: 'Special'})
call prop_add(1, 0, {'type': 'theprop', 'text': '12345', 'text_align': 'above'})
  1. Tab size differs in the first and the second vsplit

Expected behaviour

Tab size is the same in the first and the second vsplit

Version of Vim

9.0.1628

Environment

Operating system: Arch Linux
Terminal: kitty
Value of $TERM: xterm-kitty
Shell: fish

Logs and stack traces

No response


Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/12600@github.com>

berggeist

unread,
Jun 28, 2023, 1:32:58 PM6/28/23
to vim/vim, Subscribed

See also / possibly duplicate of #12232
Only / always the first tab within a line is affected.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/12600/1611820283@github.com>

zeertzjq

unread,
Jun 28, 2023, 6:15:27 PM6/28/23
to vim/vim, Subscribed

Closed #12600 as completed.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issue/12600/issue_event/9670622980@github.com>

Reply all
Reply to author
Forward
0 new messages