We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When I write a file and exit nvim with :wq, I get an error in the shell after nvim closes.
:wq
Steps to reproduce
tags
Share your setup
ctags
gtags
g:gutentags_cache_dir
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%
The text was updated successfully, but these errors were encountered:
This seems like a duplicate of #269. It has some activity, but it is not resolved.
Sorry, something went wrong.
No branches or pull requests
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
tags
file (it has to be nvim, with vim I can't reproduce).:wq
(without the write I can't reproduce).Share your setup
ctags
,gtags
, or whatever do you have installed?g:gutentags_cache_dir
?Post the logs
I get this error in my shell after nvim exits:
The text was updated successfully, but these errors were encountered: