henrikpersson / rsub

Use rmate with Sublime Text.
458 stars 70 forks source link

Opening symlinks results in incomplete file content #32

Open franciscolourenco opened 10 years ago

franciscolourenco commented 10 years ago

When using rmate with symlinks, I only receive the first or two lines of the file. Using rmate directly on the file works though.

Can someone replicate this?

Sublime Text 3061 rmate, bash version

meisenbar commented 7 years ago

This problem can be avoided by using

realpath="readlink -f $filepath"

in the bash scirpt, if you are using linux and have readlink.