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

Error after writing file and quiting nvim #315

Open
gitaarik opened this issue Dec 13, 2021 · 1 comment
Open

Error after writing file and quiting nvim #315

gitaarik opened this issue Dec 13, 2021 · 1 comment

Comments

@gitaarik
Copy link

Describe the bug
When I write a file and exit nvim with :wq, I get an error in the shell after nvim closes.

Steps to reproduce

  1. Open a file with nvim in a project with a tags file (it has to be nvim, with vim I can't reproduce).
  2. Write and close the file with :wq (without the write I can't reproduce).
  3. The errors will be shown in the shell after nvim exited.

Share your setup

  • What OS and version of Vim are you using?
    • Ubuntu 20.04.3 LTS
    • NVIM v0.5.1
  • What version of ctags, gtags, or whatever do you have installed?
    • Universal Ctags 5.9.0
  • Are you using g:gutentags_cache_dir?
    • No

Post the logs

I get this error in my shell after nvim exits:

Error detected while processing DirChanged Autocommands for "*":
E475: Invalid argument: Channel doesn't exist
E475: Invalid argument: Channel doesn't exist
Error detected while processing function <SNR>143_nvim_job_exit_wrapper[1]..gutentags#ctags#on_job_exit[1]..gutentags#remove_job_by_data[2]..gutentags#remove_job:
line   22:
E171: Missing :endif%
@lervag
Copy link

lervag commented Apr 6, 2022

This seems like a duplicate of #269. It has some activity, but it is not resolved.

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

No branches or pull requests

2 participants