On 12/12/06, KLEIN Stéphane <[EMAIL PROTECTED]> wrote:
I wonder if can I display the current date time at the bottom of Vim
like in emacs status bar ?

On one hand, you can use strftime() inside %{...} in statusline
         :he 'statusline'
         :he strftime
         :helpgrep %{
and 'set laststatus=2'

On the other hand, I'm not sure how to make time updated
when you don't touch the keyboard for a long time. Can't you
buy a cheap digital desk clock anyway ? I can sell you one btw.

Yakov

Reply via email to