Changeset e3cf5b1b18b040513e375d1c2f4fe54d9f8c7792

Show
Ignore:
Timestamp:
11/22/07 01:43:14 (10 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1195692194 +0000
git-parent:

[a2c772489f6c405b2a4193d7729f1111ee9fd22d]

git-author:
Rafaël Carré <funman@videolan.org> 1195692194 +0000
Message:

vim syntax: fix vlc files detection

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/vlc.vim

    r4ca182a re3cf5b1  
    88  let vlc=0 
    99  while(line<=15) 
    10     if matchend(getline(line), "Copyright.*VideoLAN( team)?") > -1 
     10    if match(getline(line), ".*Copyright.*VideoLAN.*") > -1 
    1111      let vlc=1 
    1212      break