Changeset e3cf5b1b18b040513e375d1c2f4fe54d9f8c7792
- 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
| r4ca182a |
re3cf5b1 |
|
| 8 | 8 | let vlc=0 |
|---|
| 9 | 9 | while(line<=15) |
|---|
| 10 | | if matchend(getline(line), "Copyright.*VideoLAN( team)?") > -1 |
|---|
| | 10 | if match(getline(line), ".*Copyright.*VideoLAN.*") > -1 |
|---|
| 11 | 11 | let vlc=1 |
|---|
| 12 | 12 | break |
|---|