Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 86 by [email protected]: Minor bug in autoload/syntaxcomplete.vim line 459
http://code.google.com/p/vim/issues/detail?id=86 Minor error in version 7.3.692 in autoload/syntaxcomplete.vim line 459: let accept_chars = escape(accept_chars, '\\/.*$^~[]-' ) should be let accept_chars = escape(accept_chars, '\\/.*$^~[]' ) since '-' should also be escaped. -- 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
