v and move the cursor down until the first line cannot be seen any more.d. The cursor should no longer be on any line according to the line numbers in the margin.The last line of the file should be at the top of the screen instead of past the top.
9.0.2070
OS: Arch linux
Terminal: st
$TERM: st-256color
shell: zsh 5.9
No response
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I cannot reproduce this. Can you please verify with vim --clean? Are you using gvim? or vim?
I tried like this with a default 24x80 terminal:
vim --clean -c ':set scrolloff=0' -c 'call append(0, range(0,30))' -c '2|norm! vGkk$d'
Then I tried to scroll and it worked.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I cannot reproduce this. Can you please verify with
vim --clean? Are you using gvim? or vim?
I'm using regular vim. With vim --clean there is no error for me either. vim --clean then :runtime! archlinux.vim and :source $HOME/.vimrc still gave no error. I'm assuming the issue is caused by one of the plugins, but I have neither the expertise nor the time to figure out which. I'm unsure whether I should close this issue or not so I'll leave it open for the time being.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()