gvim.exe --clean.:set showbreak=>.:set laststatus=2 to enable the status line.:set statusline=%v.1000ia<Esc> to put 1000 letters "a" in the buffer. Note that the status line reports "1012".The status line should report "1000".
9.1.296.
OS: Windows 10 Home.
Terminal: GUI.
No response
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #14759 as not planned.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()
correct, or saying it differently, the virtcol() gives the column where it appears on the screen. So if you disable the showbreak setting and type 1012a characters, it would end at exactly the same position. So it is on which column a letter appears on the screen, when counting left to right, top to bottom, including any fancy text decorations, like tab, linebreak, breakindent, showbreak and others.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()
Gary, Christian, thank you, guys.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()