I have been using my Vim installation for a long time, but suddenly saving the code does not update the code. I use FuzzyFinder to view files.
Opening a file usually, i.e. since Vim from the console does not seem to pose a problem.
But when I open the file through FuzzyFinder, it shows the old code unchanged. However, opening it through another editor (or without a plugin) or running git diff shows the changes.
Is it a problem caused by Git, a bug in the plugin, or a problem with the cache?
source share