On 2009-05-16, ZhengJiekai wrote:
> Hi,
> It's my first time using Vim
> 
> The vimtutor Lesson 2.1 said:"
> The letters dw will appear on the last line of the screen as you type
> them. If you typed something wrong, press  <ESC>  and start over."
> 
> But I didn't see any letter on the last line of the screen,
> Does this matter?

I don't think it matters.  The display of those letters is the
result of enabling the 'showcmd' option, either by executing

    :set showcmd

on vim's command line or by putting this line in your .vimrc or
_vimrc:

    set showcmd

I don't know why vimtutor thinks that it is enabled and why it isn't
for you.  It's not enabled for me when I run vimtutor, either.

Regards,
Gary



--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to