Dominique Pelle wrote: > Ex command ":options" gives errors with latest Vim-7.3b BETA > (2378:b67b0b5a93d3): > > $ vim -u NONE > :options > Error detected while processing function <SNR>1_OptionL: > line 2: > E113: Unknown option: conc > E116: Invalid arguments for function substitute(&conc, "[ > \\t\\\\\"|]", "\\\\\\0", "g") > E15: Invalid expression: substitute(&conc, "[ \\t\\\\\"|]", "\\\\\\0", "g") > line 4: > E121: Undefined variable: val > E116: Invalid arguments for function append > > Attached patch fixes it.
Thanks. I had alrady fixed it, but I like your description better. -- Every exit is an entrance into something else. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- You received this message from the "vim_dev" 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
