Hi Yakov, On 10/20/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
Let's say I edit file x (vim x) which is a symlink, x->y. (Linux). How can I make a script that opens y instead of x in the buffer (chases the symlinks and opens it)
You can try using the resolve() Vim function to resolve the symlink filename into the original filename. - Yegappan
