diff options
Diffstat (limited to 'src/regexp.c')
-rw-r--r-- | src/regexp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regexp.c b/src/regexp.c index 9120c8b097..f4e7661b8c 100644 --- a/src/regexp.c +++ b/src/regexp.c @@ -1,5 +1,4 @@ -/* vi:set ts=8 sts=4 sw=4: - * +/* * Handling of regular expressions: vim_regcomp(), vim_regexec(), vim_regsub() * * NOTICE: |