X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/ff415f6392ee38af55f1657c02d5a0069779b82f..0934eb163565512a7e1622f931a2f6a60b7c0872:/digraphs.vim.plp diff --git a/digraphs.vim.plp b/digraphs.vim.plp index d21a5f6..d19b72a 100644 --- a/digraphs.vim.plp +++ b/digraphs.vim.plp @@ -3,10 +3,10 @@ use strict; use warnings; use open IO => ':utf8'; -our $VERSION = '1.0'; +our $VERSION = 'v1.0'; $header{content_type} = 'text/plain; charset=us-ascii'; -print '" vim digraph proposals ', "\n"; +print '" vim digraph proposals ', "\n"; PLP_END { print "\n" }; open my $include, '<', 'shiar.inc.txt' or do {