bill lam wrote: > On Mon, 03 Nov 2008, Ben Schmidt wrote: >> :set nomore >> >> :help 'more' > > Thank you Ben. > > I notice sometimes it need quote when :help, sometimes not? eg. :h cb > and :h 'cb' give different help pages, what is the rule for that > quote?
The quote is for options. Just do :help all by itself and look at the 'Get specific help' section, which explains the help tag conventions. It also helps to know that control keys are shown like CTRL-A in help tags, and special keys like <BS>, and tags involving such keys have underscores to separate the parts, e.g. CTRL-W_<Up>. :help <> is also useful to look at. Cheers, Ben. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
