commit | a3ff49fdccd518c91c9445ab3e82394b6812bf4a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 30 22:48:02 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 30 22:48:02 2010 +0200 |
tree | 217470dbbb910970ca4f8d969938d1d284cbcb47 | |
parent | 6ed8ed84f970dd2cdb7cbcb71746665cece4d063 [diff] [blame] |
Crypt the text in the undo file if the file itself is crypted.
diff --git a/runtime/compiler/perl.vim b/runtime/compiler/perl.vim index 2b7c94a..583c6c3 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")