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 Got a change event for item not previously in tree #241

Closed
andreypopp opened this issue Apr 24, 2014 · 3 comments
Closed

error Got a change event for item not previously in tree #241

andreypopp opened this issue Apr 24, 2014 · 3 comments

Comments

@andreypopp
Copy link
Contributor

I constantly get errors like:

error Got a change event for item not previously in tree: /Users/.../documentation/schema.md~

while editing content with Vim.

@emirotin
Copy link

emirotin commented Oct 8, 2014

same here for less file

@lihop
Copy link

lihop commented Jun 15, 2015

I was having the same problem. Writing and quitting vim (:wq!) worked fine, but just writing (:w!) would crash the server with that error message.

I found this issue with the chokidar module. This comment suggested using set nowritebackup as a workaround. I added that line to my .vimrc and it solved the issue for me.

@jnordberg
Copy link
Owner

I think this was due to a bug in fsevents, let me know if anyone still has this issue

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

4 participants