BUG? line('A) always returns line number in all the files

2007-03-20 Thread Easwy Yang
Reproducible: Always Steps to reproduce: 1. Place an uppercase mark A in file aa.c; 2. use :echo line('A), it will display the correct line number; 3. change to another file, execute :echo line('A), it will display the line number too. Actual result: See above. Expected result: In a file

Re: BUG? line('A) always returns line number in all the files

2007-03-20 Thread Bram Moolenaar
Easwy Yang wrote: Reproducible: Always Steps to reproduce: 1. Place an uppercase mark A in file aa.c; 2. use :echo line('A), it will display the correct line number; 3. change to another file, execute :echo line('A), it will display the line number too. Actual result: See above.

Fwd: BUG? line('A) always returns line number in all the files

2007-03-20 Thread Easwy Yang
Sorry for sending to Bram's private mail address. Here's my original mail. -- Forwarded message -- From: Easwy Yang [EMAIL PROTECTED] Date: 2007-3-21 上午9:19 Subject: Re: BUG? line('A) always returns line number in all the files To: Bram Moolenaar [EMAIL PROTECTED] Yes, it is!