Skip to content
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

:GoTest doesn't close the location list if the test succeeds on next iteration (neovim only) #768

Closed
fatih opened this issue Mar 17, 2016 · 0 comments
Labels

Comments

@fatih
Copy link
Owner

fatih commented Mar 17, 2016

Expected behavior

The location list should be closed after the test succeed

Actual behavior

If the test is fixed and we run :GoTest, the location list is still there.

Steps to reproduce:

  1. Run :GoTest on neovim with a test that fails
  2. See that the location list is opened
  3. Fix the test, and run :GoTest again
  4. Location list is not closed

Configuration

vimrc you used to reproduce:

My own vimrc at https://github.com/fatih/dotfiles

vim version:

Latest HEAD (neovim)

vim-go version:

latest

go version:

1.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant