commandline window

2006-06-01 Thread mzyzik
All, Is there an elegant way of checking if the current window is a command line window other than seeing if the buffer name is command-line ? --Matt

Re: commandline window

2006-06-01 Thread Yegappan Lakshmanan
Hi, On 6/1/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: All, Is there an elegant way of checking if the current window is a command line window other than seeing if the buffer name is command-line ? You can use the CmdwinEnter and CmdwinLeave autocmds and set buffer-local variables. -