Re: couple of debug mode issues

2006-06-29 Thread Hari Krishna Dara

On Wed, 28 Jun 2006 at 8:49pm, Yegappan Lakshmanan wrote:

 Hi Hari,

 On 6/28/06, Hari Krishna Dara [EMAIL PROTECTED] wrote:
 
  I am seeing a couple of issues with debug mode.
  - In debug mode, the getcmdtype() is supposed to return '', but it
returns empty string. This is not a big issue, in case it works as
expected in all other modes, as I can treat '' equivalent to '', but
will be nice if it is fixed.
 

 I tried the following and the getcmdtype() function returned '' in
 the debug mode:

 :debug xyz
 Entering Debug mode.  Type cont to continue.
 cmd: xyz
 C-R=getcmdtype()CR
 

 - Yegappan

You are right, false conclusion on my part. I tried

echo getcmdtype()

and didn't see any output, and did something else after that that I
don't remember, and concluded that it is not working. Thanks for
correcting me.

-- 
Hari

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Re: couple of debug mode issues

2006-06-28 Thread Yegappan Lakshmanan

Hi Hari,

On 6/28/06, Hari Krishna Dara [EMAIL PROTECTED] wrote:


I am seeing a couple of issues with debug mode.
- In debug mode, the getcmdtype() is supposed to return '', but it
  returns empty string. This is not a big issue, in case it works as
  expected in all other modes, as I can treat '' equivalent to '', but
  will be nice if it is fixed.



I tried the following and the getcmdtype() function returned '' in
the debug mode:

   :debug xyz
   Entering Debug mode.  Type cont to continue.
   cmd: xyz
   C-R=getcmdtype()CR
   

- Yegappan