Bill McCarthy wrote:
On Wed 29-Nov-06 11:40am -0600, Robert Hicks wrote:

Usage question. I have a custom statusline. That statusline also shows
up in the Calendar pane and in the diary pane. Is there a way I can
restrict it from doing that?

You can have a local status line for those windows.  Perhaps
something like:

  au BufWinEnter __Calendar,*[0-9].cal setl stl=%t


That won't work if the OP wants to set the st.l. for Calendar differently than from other (split) windows. A construct like

 :set stl=something%{(&buftype\ ==\ \"\")?\"\":MyStatusString1()}somethingelse

might work.


Best regards,
Tony.

Reply via email to