summaryrefslogtreecommitdiffstats
path: root/runtime/compiler
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-30 22:48:02 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-30 22:48:02 +0200
commita3ff49fdccd518c91c9445ab3e82394b6812bf4a (patch)
tree217470dbbb910970ca4f8d969938d1d284cbcb47 /runtime/compiler
parent6ed8ed84f970dd2cdb7cbcb71746665cece4d063 (diff)
Crypt the text in the undo file if the file itself is crypted.
Diffstat (limited to 'runtime/compiler')
-rw-r--r--runtime/compiler/perl.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/compiler/perl.vim b/runtime/compiler/perl.vim
index 2b7c94a89a..583c6c3787 100644
--- a/runtime/compiler/perl.vim
+++ b/runtime/compiler/perl.vim
@@ -1,6 +1,6 @@
" Vim Compiler File
" Compiler: Perl syntax checks (perl -Wc)
-" Maintainer: Christian J. Robinson <infynity@onewest.net>
+" Maintainer: Christian J. Robinson <heptite@gmail.com>
" Last Change: 2006 Aug 13
if exists("current_compiler")