FriedSock / smeargle

Vim plugin for colouring the text background based on information mined from git
54 stars 1 forks source link

Could not access '<filename>' #5

Open petrhosek opened 10 years ago

petrhosek commented 10 years ago

The plugin loads correctly and the colouring seems to work, but upon any movement each line I move my cursor onto is replaced with error: Could not access '<filename>'.

FriedSock commented 10 years ago

This sounds like there is trouble accessing the temporary file that stores intermediate diffs. I would guess that the Vim instance doesn't have sufficient read/write access to the /tmp directory? But it could be any manner of things depending on operating system / shell environment.