You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use vim with syntax off. When I run GoCoverage, it turns syntax on for displaying the colors, but when I run GoCoverageClear or GoCoverageToggle it lets syntax on. Some screeshots:
Right after opening the file:
After running GoCoverage:
After running GoCoverageClear:
### Expected behavior
GoCoverageClear would return the editor to the state it was before invoking GoCoverage.
Actual behavior
I use vim with
syntax off
. When I run GoCoverage, it turns syntax on for displaying the colors, but when I run GoCoverageClear or GoCoverageToggle it lets syntax on. Some screeshots:Right after opening the file:
After running GoCoverage:
After running GoCoverageClear:
### Expected behavior
GoCoverageClear would return the editor to the state it was before invoking GoCoverage.
Steps to reproduce:
Run the following commands:
Configuration
vimrc
you used to reproduce: https://github.com/fsouza/vimfiles/blob/master/init.vimThe text was updated successfully, but these errors were encountered: