diff options
Diffstat (limited to 'runtime/syntax/clipper.vim')
-rw-r--r-- | runtime/syntax/clipper.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/clipper.vim b/runtime/syntax/clipper.vim index 1a10a2dca2..6ee3892845 100644 --- a/runtime/syntax/clipper.vim +++ b/runtime/syntax/clipper.vim @@ -109,7 +109,7 @@ else endif syntax match clipperCommentError "\*/" -" Lines beggining with an "*" are comments too +" Lines beginning with an "*" are comments too syntax match clipperComment "^\*.*" |