Re: [Bulk] Re: Missing drive indicator, alien '=', missing ':' (gVim on Windows)

2013-11-10 Thread Suresh Govindachar
To recap, the '=' in the title is a feature (:help 'title'), the missing ':' in the title is most likely misreporting on my part, and the missing drive indicator in buffer name is yet another feature. There was still the issue of me seeing two buffers for the same file, one buffer with the drive

Re: [Bulk] Re: Missing drive indicator, alien '=', missing ':' (gVim on Windows)

2013-11-10 Thread Justin M. Keyes
On Sun, Nov 10, 2013 at 6:35 PM, Suresh Govindachar wrote: > It is because in addition to having opened the file via it's path, I have > also opened the file via a link (Windows mklink /D command) to it. Bingo. I noticed this myself awhile back. It makes sense, actually. When you softlink/hardli

Re: [Bulk] Re: Missing drive indicator, alien '=', missing ':' (gVim on Windows)

2013-11-10 Thread Nikolay Pavlov
On Nov 11, 2013 3:53 AM, "Justin M. Keyes" wrote: > > On Sun, Nov 10, 2013 at 6:35 PM, Suresh Govindachar > wrote: > > It is because in addition to having opened the file via it's path, I have also opened the file via a link (Windows mklink /D command) to it. > > Bingo. I noticed this myself awhi

Re: [Bulk] Re: Missing drive indicator, alien '=', missing ':' (gVim on Windows)

2013-11-11 Thread Justin M. Keyes
On Sun, Nov 10, 2013 at 10:11 PM, Nikolay Pavlov wrote: > > Two hardlinks are one inode. Two hardlinks are two directory entries > pointing to the same inode. > > Soft links are just files with special attribute that contain path to > another file. Two soft links are two different inodes, but nobo