We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I set a non-zero value of scrolloff parameter the nyaovim window produces a strange behavior on certain commands.
If I change tabs to redraw; everything seems fine.
Without using any custom config file with neovim & nyaovim config; follow the above screenshots
nvim
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I set a non-zero value of scrolloff parameter the nyaovim window produces a strange behavior on certain commands.
Screenshot on This Problem
Original Windows with scrolloff=5; and cursor at 5th last line of the first window-pane
After pressing 'o'; the top tabbar moves down along with bar separating the 2 panes
After pressing 'Enter' a few times; the bars keep moving downward and everything is scrambled
If I change tabs to redraw; everything seems fine.
Steps to Reproduce (including precondition)
Without using any custom config file with neovim & nyaovim config; follow the above screenshots
Your Environment
electron : 1.7.9
chrome : 58.0.3029.110
node : 7.9.0
v8 : 5.8.283.38
nvim
version: nvim --versionNVIM v0.2.2-34-g8fff2ef74
Build type: RelWithDebInfo
LuaJIT 2.0.5
The text was updated successfully, but these errors were encountered: