aboutsummaryrefslogtreecommitdiff
path: root/vim/indent/perl.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/indent/perl.vim')
-rw-r--r--vim/indent/perl.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/indent/perl.vim b/vim/indent/perl.vim
index 01c1259b..9a8f30e1 100644
--- a/vim/indent/perl.vim
+++ b/vim/indent/perl.vim
@@ -109,6 +109,6 @@ function! GetPerlIndent()
endfunction
" How to undo all of that
-let b:undo_indent = '|setlocal indentexpr<'
+let b:undo_indent = 'setlocal indentexpr<'
\ . '|setlocal indentkeys<'
\ . '|delfunction GetPerlIndent'