summaryrefslogtreecommitdiffstats
path: root/indent/perl6.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/perl6.vim')
-rw-r--r--indent/perl6.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/indent/perl6.vim b/indent/perl6.vim
index 161782e8..564ca81b 100644
--- a/indent/perl6.vim
+++ b/indent/perl6.vim
@@ -60,11 +60,6 @@ function! GetPerl6Indent()
return 0
endif
- " Don't reindent coments on first column
- if cline =~ '^#'
- return 0
- endif
-
" Get current syntax item at the line's first char
let csynid = ''
if b:indent_use_syntax