Replies: 1 comment 5 replies
-
|
When nvim saves a file it first writes the contents to a temporary file and then renames it. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have this code:
I have an expectation that the callback function should be triggered every time I make a change to a file. However, it only fires once when I make the first change to the file. I am wondering if this is normal behavior, or if I have misunderstood the documentation. The documentation seems straightforward, so I'm not sure what the issue could be.
output:
Beta Was this translation helpful? Give feedback.
All reactions