On Mon, 25 Aug 2008 16:39:12 -0400, "James Vega"
<[EMAIL PROTECTED]> wrote:
> On Mon, Aug 25, 2008 at 4:21 PM, Tony Mechelynck
> <[EMAIL PROTECTED]> wrote:
> >
> > The question is not to determine which other files, if any, are
> > hardlinked to a specific file (which might require scanning all
>
On Mon, Aug 25, 2008 at 4:21 PM, Tony Mechelynck
<[EMAIL PROTECTED]> wrote:
>
> On 25/08/08 21:35, James Vega wrote:
>> On Mon, Aug 25, 2008 at 3:10 PM, Tony Mechelynck
> [...]
>>> - On systems where hard links are possible (including not only
>>> Unix/Linux, but also, IIUC, NTFS filesystems on Wi
On 25/08/08 21:35, James Vega wrote:
> On Mon, Aug 25, 2008 at 3:10 PM, Tony Mechelynck
[...]
>> - On systems where hard links are possible (including not only
>> Unix/Linux, but also, IIUC, NTFS filesystems on Windows NT and later) a
>> file may have more than one name (more than one directory en
On Mon, Aug 25, 2008 at 3:10 PM, Tony Mechelynck
<[EMAIL PROTECTED]> wrote:
>
> On 25/08/08 15:14, Jürgen Krämer wrote:
>>
>> Hi,
>>
>> Robert Webb wrote:
>>> Another simple question:
>>>
>>> In a vim script, how do I compare two file names to see if they are the same
>>> file? They may be relativ
On 25/08/08 15:14, Jürgen Krämer wrote:
>
> Hi,
>
> Robert Webb wrote:
>> Another simple question:
>>
>> In a vim script, how do I compare two file names to see if they are the same
>> file? They may be relative or absolute paths.
>>
>> Obviously if I can expand both to a full path then the compa
Hi,
Robert Webb wrote:
>
> Another simple question:
>
> In a vim script, how do I compare two file names to see if they are the same
> file? They may be relative or absolute paths.
>
> Obviously if I can expand both to a full path then the comparison is easy,
> but expand("path/file:p") does
Hi,
Another simple question:
In a vim script, how do I compare two file names to see if they are the same
file? They may be relative or absolute paths.
Obviously if I can expand both to a full path then the comparison is easy,
but expand("path/file:p") doesn't do it. ":p" only works after "%"