Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
b020cf3a
Commit
b020cf3a
authored
Dec 16, 2005
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Match doxygen \todo marker
parent
59c865d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
extras/vlc.vim
extras/vlc.vim
+5
-2
No files found.
extras/vlc.vim
View file @
b020cf3a
...
...
@@ -3,10 +3,10 @@ au Syntax c call VlcSyntax()
au
Syntax
cpp
call
VlcSyntax
()
function
VlcSyntax
()
" Look for a VideoLAN copyright in the first 1
0
lines
" Look for a VideoLAN copyright in the first 1
5
lines
let
line
=
1
let
vlc
=
0
while
(
line
<=
1
0
)
while
(
line
<=
1
5
)
if
matchend
(
getline
(
line
),
"Copyright.*VideoLAN"
)
>
-1
let
vlc
=
1
break
...
...
@@ -113,5 +113,8 @@ function VlcSyntax()
" don't put trailing spaces! DON'T USE TABS!!!
syn
match
cSpaceError display excludenl
"\s\+$"
syn
match
cSpaceError display
"\t"
" Todo
syn
keyword cTodo contained TODO FIXME XXX \todo \bug
endfun
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment