There appears to be an error in one of the tag names given to the 
help entry for let-option:

:let &{option-name} = {expr1}                   *:let-option* *:let-star*

The second tag should be "*:let-&*" rather than ":let-star*".  This
is in the 2006 May 06 version of doc/eval.txt.  A patch follows.

----------------------------- cut here -----------------------------
*** eval.txt.orig       Sun May  7 05:16:44 2006
--- eval.txt    Wed Jan 31 11:21:19 2007
***************
*** 5684,5690 ****
                        Append {expr1} to register {reg-name}.  If the
                        register was empty it's like setting it to {expr1}.
  
! :let &{option-name} = {expr1}                 *:let-option* *:let-star*
                        Set option {option-name} to the result of the
                        expression {expr1}.  A String or Number value is
                        always converted to the type of the option.
--- 5684,5690 ----
                        Append {expr1} to register {reg-name}.  If the
                        register was empty it's like setting it to {expr1}.
  
! :let &{option-name} = {expr1}                 *:let-option* *:let-&*
                        Set option {option-name} to the result of the
                        expression {expr1}.  A String or Number value is
                        always converted to the type of the option.
----------------------------- cut here -----------------------------

Regards,
Gary

-- 
Gary Johnson                 | Agilent Technologies
[EMAIL PROTECTED]     | Wireless Division
                             | Spokane, Washington, USA

Reply via email to