On 11:43 Sun 04 Nov , Andre Majorel wrote: > When an option is mentioned in the help files, sometimes, it's > "'option'", sometimes "|'option'|". Since ^] works just as well > on the former, what's the point of adding the "|" ? Is it just a > leftover from a time when ^] required them ? > > -- > André Majorel http://www.teaser.fr/~amajorel/ > Subliminal message : Vim needs arbitrary tab stops. > > -- > You received this message from the "vim_use" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php
If you open the help file and set: set cole=0 You will see that every option is written like "|'cole'|", or when they are defined are written as "*'cole'*". The "*...*" define tags, and "|...|" refer to them. This is how it works. Best, Marcin -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
