diff --git a/extras/vlc.vim b/extras/vlc.vim index 74512b6d3ea14c325253102f6b5a2ea73c4130d7..6684457b8bb97515c0a2bcc818c247d9284f511b 100644 --- a/extras/vlc.vim +++ b/extras/vlc.vim @@ -7,7 +7,7 @@ function VlcSyntax() let line=1 let vlc=0 while(line<=15) - if matchend(getline(line), "Copyright.*VideoLAN") > -1 + if matchend(getline(line), "Copyright.*VideoLAN( team)?") > -1 let vlc=1 break endif