Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 81 by [email protected]: Valgrind syntax src pattern matches too much
http://code.google.com/p/vim/issues/detail?id=81 What steps will reproduce the problem? open valgrind.log in vim What is the expected output? source file and line is highlighted: some_func(some arg) (<highlight>file.c:123</highlight>) What do you see instead? source file and line is highlighted together with function arguments: some_func(<highlight>some arg) (file.c:123</highlight>) What version of the product are you using? On what operating system? vim current mercurial valgrind 3.6.0 Please provide any additional information below. Proposed fix attached. Please consider applying. Attachments: valgrind-syntax-src-pattern.patch 825 bytes -- 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
