kalvinC / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

Valgrind syntax src pattern matches too much #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by christoph.gysin@gmail.com on 19 Sep 2012 at 8:16

Attachments:

GoogleCodeExporter commented 9 years ago
Please take your changes to the maintainer of the file. If he decides to 
include your changes he will send an update of the syntax file for inclusion 
with Vim to Bram. Therefore I am closing this issue now.

Original comment by chrisbr...@googlemail.com on 30 Sep 2014 at 6:19

GoogleCodeExporter commented 9 years ago

Original comment by chrisbr...@googlemail.com on 30 Sep 2014 at 9:20