-
Notifications
You must be signed in to change notification settings - Fork 4
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
Problem when editing the same file in two tabs #11
Comments
Which version of Vim are you using? |
I'm using version 7.4.944 |
Thinking about it this plugin doesn't play with UI. Most likely this is your distro configuration or your theme doing that. Focused vs unfocused colours. |
I think this is not the problem here, I recently noticed that it doesn't always happens, it's quite random, or I don't see the exact steps to reproduce the bug :/ |
I think i found a way to reproduce: is it when you create a file using vim ? |
No, but I found something. When I launched vim and did ':e truc.c', ':tabnew', ':e truc.c', the second tab had the problem. |
Well, the steps you described works as intended for me, using either vim 7.4 or neovim 0.1.4 |
I recorded myself doing these steps: https://youtu.be/Hzm8frqzOYA |
have you tried again @Quent42340 ? |
When I edit the same C file in two different tabs of the same vim instance, one of the tabs neither have the red line at 81th column, nor the visual representation for tabs
The text was updated successfully, but these errors were encountered: