-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
Output in console buffer lets cursor jump in other buffers #13
Comments
Cannot reproduce. Do you have more complete steps to reproduce?
which should only move the cursor in the jupyter buffer. But this reminds me this should be made dynamically configurable, which should be easy now that we have neovim/neovim#3603 |
Steps to reproduce:
Cursor in vim moves to first line in the python file NVIM v0.1.1-165-g074d3dc (compiled Jan 4 2016 11:10:24) |
I cannot reproduce on bf7bc4dcf (master 18 hours ago). It could possible that the startup is racy with some autocommands or something. Could you try with minimal nvimrc with only this plugin? |
This also happens with this minimal config: The important part seems to be that this only happens if the ipython buffer is not shown in a window. |
hmm weird, and always moves to the first line, even if you do it many times? Just for debugging try add |
Did you try with disabled |
Without that the cursor does not jump. |
If you just remove this part
does it still happen? |
With these three lines removed the issue still exists. |
If I produce output inside the ipython/jupyter kernel buffer, the cursor in another buffers jumps somewhere, even if the jupyter buffer isn't visible.
The text was updated successfully, but these errors were encountered: